Using OPA for Authorisation in Backstage #2
Closed
Parsifal-M
started this conversation in
Ideas
Replies: 1 comment
-
This will need to be updated and I will update it because it actually does not work like this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The idea for this is to use OPA for Authorization in Backstage.
We will use the Backstage back-end API on the entities endpoint.
We can use this as our
input
and then have an OPA container running alongside Backstage with somerego
policies toallow
ordeny
certain things like deleting items from the catalog, or restricting the creation of certain entities.A simplified version would be:
We would define this inside a
permissions.ts
file.Beta Was this translation helpful? Give feedback.
All reactions