-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
Problem Description
Running Omni on prem means that you have to use the Omni API proxy to access the clusters. That also means that it is not possible to bring your own identity settings.
What functionality would break when we overwrite the current authentication settings?
I can imagine it would break the omni kubernetes API proxy functionality, but would other stuff break as well?
Specifically we would try to overwrite this kube-apiserver configuration setting:
--authorization-config=/system/config/kubernetes/kube-apiserver/authorization-config.yaml
The reason behind it is twofold:
- We use OIDC tokens to authenticate from backstage to the kubernetes API. These are identity bound tokens, with minimal privileges
- With Omni, the kubernetes API is proxied through Omni, making it a single point of failure.
Solution
No response
Alternative Solutions
No response
Notes
No response
ErikThorsell
Metadata
Metadata
Assignees
Labels
No labels