Skip to content
Snippets Groups Projects
Commit ad32dc03 authored by RKGarcia's avatar RKGarcia
Browse files

Query svcacct can-i instead of asking for more than it needs

parent bcbbe240
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
export KUBECONFIG="$GAMMA_GEOSPHERE_TEST_CONFIG";
kubectl config set-context $(kubectl config current-context) --namespace=${GAMMA_GEOSPHERE_TEST_NAMESPACE};
kubectl config view --minify;
kubectl cluster-info;
kubectl auth can-i --list;
fi
# If this produces a warning about not having permission make sure the SA
# has the project "Viewer" role. If it still produces a warning then try
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment