Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Enable authorization on Windows kubelet API #3747

Closed
PatrickLang opened this issue Aug 27, 2018 · 1 comment
Closed

Enable authorization on Windows kubelet API #3747

PatrickLang opened this issue Aug 27, 2018 · 1 comment
Assignees
Labels

Comments

@PatrickLang
Copy link
Contributor

Is this an ISSUE or FEATURE REQUEST? (choose one): Issue


What version of acs-engine?: all


Kubernetes added HTTPS and webhook-based authorization to the kubelet API https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet-authentication-authorization/ . This has been implemented for Linux nodes in ACS-Engine, but not Windows yet.

Linux has the right options set:

                "--anonymous-auth":              "false",
		"--authorization-mode":          "Webhook",
		"--client-ca-file":              "/etc/kubernetes/certs/ca.crt",
@PatrickLang PatrickLang self-assigned this Aug 27, 2018
PatrickLang pushed a commit to PatrickLang/acs-engine that referenced this issue Aug 30, 2018
PatrickLang pushed a commit to PatrickLang/acs-engine that referenced this issue Aug 30, 2018
@PatrickLang
Copy link
Contributor Author

Fixed :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant