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

RBAC Plugin - Conditional policies #1241

Open
matdtr opened this issue Feb 21, 2024 · 1 comment
Open

RBAC Plugin - Conditional policies #1241

matdtr opened this issue Feb 21, 2024 · 1 comment

Comments

@matdtr
Copy link

matdtr commented Feb 21, 2024

Hi,

I have a vanilla backstage instance and i'm integrating the RBAC plugin. Three questions:

  • At the moment CONDITIONAL policies can be configured only via API?
  • The conditional policies are supported in policy file?
  • Are groups supported in 'superUsers' configuration?

I'm using:
"@janus-idp/backstage-plugin-rbac": "^1.14.4",

Looking forward your feedback.

BR

@PatAKnight
Copy link
Collaborator

Hello!

Yes, at the moment, conditional policies can only be configured through the API. We do have an issue for loading conditions from a file, but the work has not been started.

We only support users in the admin.superUsers configuration. However, the admin.users configuration does allow for groups and users. This configuration includes permissions for accessing the RBAC plugin API and for reading the catalog. You would just need additional permissions added either through the policy file or API in the case of requiring more access.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants