Replies: 1 comment 3 replies
-
In Talos, this is configured according to the docs: https://kubernetes.io/docs/reference/access-authn-authz/authentication/#openid-connect-tokens API server configuration in Talos, you're looking for Changes can be applied on the fly to the running node, or you can include them as config patches (for controlplane nodes) while generating the machine config. Something like: cluster:
apiServer:
extraArgs:
oidc-issuer-url: https://some.url/
... Talos configuration patches: https://www.talos.dev/v1.3/talos-guides/configuration/patching/ |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is anyone have already experience in setup an OIDC provider such as Keycloak.
i find many exemples on how to proceed with kubeadmin or kops such as :
https://medium.com/elmo-software/kubernetes-authenticating-to-your-cluster-using-keycloak-eba81710f49b
how to inject the apiserver flags using talosctl ?
Xavier
Beta Was this translation helpful? Give feedback.
All reactions