GoogleCloudPlatform / gke-poc-toolkit

📦 Demo generator for Google Kubernetes Engine!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create_and_validate_demo_rbac_users.sh uses tfstate to get credentials for each cluster

albertwo1978 opened this issue · comments

create_and_validate_demo_rbac_users.sh relies on the the output in the tfstate file to get cluster credentials to each cluster. It then loops through each cluster to create and validate the demo users. That file has since moved, which breaks the script. The script is currently referenced in cluster-security-validation.md. We will need to correct this, or remove the verbiage from the guidance.

Mapped the bucket name from backend.tf to the value in create_and_validate_demo_rbac_users.sh and resolved the issue.