cryostat-legacy
cryostat-legacy copied to clipboard
[Request] Multitenant RBAC
Describe the feature
According to https://github.com/cryostatio/cryostat-operator/blob/cryostat-v3.0/config/crd/bases/operator.cryostat.io_cryostats.yaml#L4887 feature,
he SubjectAccessReview or TokenAccessReview that all clients (users visiting the application via web browser as well
as CLI utilities and other programs presenting Bearer auth tokens) must pass in order to access the application.
If not specified, the default role required is "create pods/exec" in the Cryostat application's installation namespace.
what we usually need is to have permission per target namespace, not cryostat namespace
Anything other information?
Related discussion - https://github.com/cryostatio/cryostat/discussions/622#discussioncomment-10487652