-
Notifications
You must be signed in to change notification settings - Fork 615
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
api-server: unset --authorization-mode
to use --authorization-config
#9791
Comments
frezbo
added a commit
to frezbo/talos
that referenced
this issue
Nov 27, 2024
Add support for configuring KubeAPIServer authorization config. Fixes: siderolabs#9791 Signed-off-by: Noel Georgi <[email protected]>
frezbo
added a commit
to frezbo/talos
that referenced
this issue
Nov 27, 2024
Add support for configuring KubeAPIServer authorization config. Fixes: siderolabs#9791 Signed-off-by: Noel Georgi <[email protected]>
frezbo
added a commit
to frezbo/talos
that referenced
this issue
Nov 27, 2024
Add support for configuring KubeAPIServer authorization config. Fixes: siderolabs#9791 Signed-off-by: Noel Georgi <[email protected]>
frezbo
added a commit
to frezbo/talos
that referenced
this issue
Nov 27, 2024
Add support for configuring KubeAPIServer authorization config. Fixes: siderolabs#9791 Signed-off-by: Noel Georgi <[email protected]>
frezbo
added a commit
to frezbo/talos
that referenced
this issue
Nov 28, 2024
Add support for configuring KubeAPIServer authorization config. Fixes: siderolabs#9791 Signed-off-by: Noel Georgi <[email protected]>
frezbo
added a commit
to frezbo/talos
that referenced
this issue
Nov 28, 2024
Add support for configuring KubeAPIServer authorization config. Fixes: siderolabs#9791 Signed-off-by: Noel Georgi <[email protected]>
🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Feature Request
Description
In order to use the new
--authorization-config
flag on api-server,--authorization-mode
must be unset1. Looking atControlPlaneStaticPodController.manageAPIServer
, there does not seem to be a way to unsetauthorization-mode
.Footnotes
https://kubernetes.io/docs/reference/access-authn-authz/authorization/#using-flags-for-your-authorization-module ↩
The text was updated successfully, but these errors were encountered: