- (Using Incognito Window) Login to the workload cluster at https://$(yq r $PARAMS_YAML workload-cluster.gangway-fqdn)
- Click Sign In
- Log into okta as cody
- Give a secret question answer
- Download kubeconfig
- Attempt to access workload-cluster cluster with the new config
KUBECONFIG=~/Downloads/kubeconf.txt kubectl get pods -n acme-fitness
open https://$(yq r $PARAMS_YAML workload-cluster.gangway-fqdn)
Note: If you get "No resources found in acme-fitness namespace." then you successfully logged in. Meaning you have permission to get resources in this namespace.