We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The k8s-keystone-auth-policy ConfigMap gets rendered without the project id, thus Keystone tokens can't be used to access the cluster.
k8s-keystone-auth-policy
In my case it looks like this
"users":{ "projects":[ "$PROJECT_ID" ], "roles":[ "k8s_admin" ] }
After replacing $PROJECT_ID with the actual project id, then restarting k8s-keystone-auth pods, the authentication works well using Keystone.
k8s-keystone-auth
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
k8s-keystone-auth-policy
ConfigMap gets rendered without the project id, thus Keystone tokens can't be used to access the cluster.In my case it looks like this
After replacing $PROJECT_ID with the actual project id, then restarting
k8s-keystone-auth
pods, the authentication works well using Keystone.The text was updated successfully, but these errors were encountered: