Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: GA doesn't have "contribute" privileges to converted VC to knowledge-base #4985

Open
Comoque1 opened this issue Feb 26, 2025 · 0 comments
Labels
Atlas Team Issues and Epics worked on by team Atlas bug Something isn't working server

Comments

@Comoque1
Copy link
Member

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to ACC env
  2. Convert a VC
mutation convertVirtualContributorToUseKnowledgeBase(
  $conversionData: ConversionVcSpaceToVcKnowledgeBaseInput!
) {
  convertVirtualContributorToUseKnowledgeBase(conversionData: $conversionData) {
    id
    nameID
    knowledgeBase {
      calloutsSet {
        id
      }
      profile {
        storageBucket {
          documents {
            id
            url
          }
        }
      }
    }
  }
}

  1. Add a callout of of any contribution type it is migrated
  2. Make a contribution to the callout - error is thrown: "message": "Authorization: unable to grant 'contribute' privilege: create contribution on callout: e7073f8b-5c46-484d-9d06-5d832d2392b4 user: 60eb77d9-1043-4567-a67f-e3b4f94fb7db on authorization 12b0849f-4972-4997-a15b-0d4cb3d0f29e of type 'callout'",

image.png

Expected behavior
GA can contribute to the converted VC
Who else should have rights to contribute?

@Comoque1 Comoque1 added Atlas Team Issues and Epics worked on by team Atlas bug Something isn't working server labels Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Atlas Team Issues and Epics worked on by team Atlas bug Something isn't working server
Projects
None yet
Development

No branches or pull requests

1 participant