Open
Description
Originally opened here: https://bugs.launchpad.net/charm-kubernetes-master/+bug/1814843
For our k8s keystone authentication validation, we are following this guide:
https://www.ubuntu.com/kubernetes/docs/ldapIt would be useful to add a small section on how to best validate that the token generated from 'get_keystone_token' works end to end.
Right now to test, we are plugging the token into a 'kubectl get nodes --token' command and checking the output. Is using it this way a good way to validate it works end to end?
Successfully getting a token from 'get_keystone_token' doesn't really confirm that the token works with the kubernetes cluster, right?