What kind of Authorization is supported by Kubernetes?
What is Node Authorization?
What is Attribute based Authorization?
{"kind": "Policy", "spec": {"user": "dev-user", "namespace": "*", "resource": "pods", "apiGroup": "*"}}What is a disadvantage of the abac approach?
What is Role based Authorization?
What is Webhook Authorization?
What additional Authorization Modes are available?
-> no authorization checks are applied
How do you set the Authorization mode?
via –authorization-mode=…
on the kube api server
If not specified, set to always allowed
How many Authorization modes can be set for a kube apiserver?
Multiple modes in comma separated list
What happens, when you have multiple authrization modes configured for a kuber apiserver?