alkem-io / server

Core server in the Alkemio platform, offering a GraphQL api for interacting with the logical domain model.
http://alkem.io
European Union Public License 1.2
24 stars 4 forks source link

BUG: Creating a VC with a normal user (BETA_TESTER, no global admin privileges) doesn't give him permissions to edit it. #4188

Closed valentinyanakiev closed 5 days ago

valentinyanakiev commented 5 days ago

Describe the bug Creating a VC with a normal user (BETA_TESTER, no global admin privileges) doesn't give him permissions to edit it.

To Reproduce

  1. Go to acc env
  2. Register new user
  3. Create a premium space
  4. Create a VC
  5. Go to the VC page
  6. You don't have edit rights

Expected behavior You should have edit rights

image.png
techsmyth commented 5 days ago

Moved to server repo as it is an auth issue: resetting auth on account + then the VC auth rules are properly setup. They are not when newly created.