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: Registered users doesn't have rights to see profilePicture of user registered with linkedin #3469

Closed
Comoque1 opened this issue Nov 21, 2023 · 1 comment
Assignees
Labels
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 https://dev.alkem.io/graphql
  2. Authenticate to the DEV env.
  3. Perform the following query:
query{
  lookup{
    document(ID:"9d7c2afa-5191-46b6-a0e0-1a152f924a57"){
      displayName
    }
  }
}
  1. Authorization error is thrown: "message": "Authorization: unable to grant 'read' privilege: lookup Document: 9d7c2afa-5191-46b6-a0e0-1a152f924a57 user: a95a859a-6e23-4df1-b771-f643fe9fb60f",
    Private Zenhub Image

Expected behavior
Every authenticated member can see the avatar of registered with linkedin user.

@Comoque1 Comoque1 added bug Something isn't working server labels Nov 21, 2023
@techsmyth
Copy link
Member

@Comoque1 @valentinyanakiev it looks like the visual is being uploaded to the wrong storage bucket, or does not get saved into the storage bucket, as these users do not have any documents in their storage

@valentinyanakiev valentinyanakiev self-assigned this Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working server
Projects
None yet
Development

No branches or pull requests

3 participants