mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 05:30:26 +00:00
Merge pull request #41682 from perotinus/unpwandtokens
Automatic merge from submit-queue (batch tested with PRs 41984, 41682, 41924, 41928) Add options to kubefed telling it to generate HTTP Basic and/or token credentials for the Federated API server fixes #41265. **Release notes**: ```release-note Adds two options to kubefed, `-apiserver-enable-basic-auth` and `-apiserver-enable-token-auth`, which generate an HTTP Basic username/password and a token respectively for the Federated API server. ```
This commit is contained in:
@@ -31,6 +31,11 @@ api-servers
|
||||
api-server-service-type
|
||||
api-token
|
||||
api-version
|
||||
apiserver-arg-overrides
|
||||
apiserver-count
|
||||
apiserver-count
|
||||
apiserver-enable-basic-auth
|
||||
apiserver-enable-token-auth
|
||||
attach-detach-reconcile-sync-period
|
||||
audit-log-maxage
|
||||
audit-log-maxbackup
|
||||
|
Reference in New Issue
Block a user