strimzi-kafka-operator
strimzi-kafka-operator copied to clipboard
The option to autoconfigure Kubernetes API server as `oauth` authorization server, and to use service account tokens
This is an alternative implementation to https://github.com/strimzi/strimzi-kafka-operator/pull/9657.
Rather than introducting a new authentication method, the existing oauth
authentication is used to support easy autoconfiguration for the Kubernetes API server case by introducing additional listener and client config option configureServiceAccountAuth
on oauth
authentication.