kube-goat icon indicating copy to clipboard operation
kube-goat copied to clipboard

As a user I am able to log in to the cluster anonymously.

Open jmbmxer opened this issue 5 years ago • 2 comments

Motivation

anonymous-auth=true is bad when combined with authorization-mode=AlwaysAllow. We will enable this and figure out how to expose a key to the user that is applicable.

Acceptance

Design Ideas

jmbmxer avatar May 15 '19 03:05 jmbmxer

Working on this with a local kind cluster.

Spent a good chunk of time debugging an issue that turned out to be kind configuration format/parsing quirk, but making good progress now.

pbnj avatar May 17 '19 04:05 pbnj

This is complete using KOPS on GCP with the following lines:

https://github.com/ksoclabs/kube-goat/blob/0f77c6fc77154f2fcbdf22b3c0d29849636a822f/examples/kops/gcp/kops_gcp_config.yaml#L10

https://github.com/ksoclabs/kube-goat/blob/0f77c6fc77154f2fcbdf22b3c0d29849636a822f/examples/kops/gcp/kops_gcp_config.yaml#L27

jmbmxer avatar May 20 '19 22:05 jmbmxer