Can I integrate Zot with an external authorization such as OPA? #3680
Unanswered
peter-facko
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Hi @peter-facko, the only way to avoid including the permissions configuration in the zot config file is to use bearer token authentication. For bearer use case we consume this type of tokens: https://distribution.github.io/distribution/spec/auth/jwt/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am researching ways to centralize authorization in our organization. Is it possible to have Zot query an external source for authorization?
The expressiveness of the current authorization https://zotregistry.dev/v2.1.12/articles/authn-authz/#authorization is sufficient, but we would like to have a common language and place for all permissions inside the organization.
Beta Was this translation helpful? Give feedback.
All reactions