You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use terraform show to show the current TF state in our CI pipelines. MetaKube Cluster objects expose the default user token in the kube_config field.
As this token/the kubeconfig enables cluster-admin settings, we would prefer if the kubeconfig was handled like a sensitive value and the output would not show in TF show, similar to the project_id field.
The text was updated successfully, but these errors were encountered:
jdftapi
changed the title
TF Show exposes cluster-admin token as non secret value
TF Show exposes cluster-admin token as non sensitive value
Nov 14, 2024
We use
terraform show
to show the current TF state in our CI pipelines. MetaKube Cluster objects expose the default user token in thekube_config
field.As this token/the kubeconfig enables
cluster-admin
settings, we would prefer if the kubeconfig was handled like a sensitive value and the output would not show in TF show, similar to theproject_id
field.The text was updated successfully, but these errors were encountered: