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
If a kubernetes cluster gets re-deployed the kube_config_raw content shouldn't be visible in the console log and be marked as <sensitive>
Actual Behavior
kube_config_raw content gets printed in clear text into the console log.
Steps to Reproduce
terraform init
terraform apply
Change some attribute like the linux_profile.ssh_key
terraform apply
Additional Context
We're deploying our kubernetes clusters as part of our CI/CD pipelines and usually every developer in the project has access to the deployment logs of those pipelines and hence we need to keep the console logs clean from any sensitive data. Now as the kube_config_raw gets logged in clear text into the console this is very critical to us as everybody with access to the logs could access the cluster and compromise it which we have to prevent by all means.
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 3, 2020
This issue was closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Debug Output
https://gist.github.com/subesokun/ae9893a093c4ce7fcdebf2cb5cc95c0d
Expected Behavior
If a kubernetes cluster gets re-deployed the
kube_config_raw
content shouldn't be visible in the console log and be marked as<sensitive>
Actual Behavior
kube_config_raw
content gets printed in clear text into the console log.Steps to Reproduce
terraform init
terraform apply
linux_profile.ssh_key
terraform apply
Additional Context
We're deploying our kubernetes clusters as part of our CI/CD pipelines and usually every developer in the project has access to the deployment logs of those pipelines and hence we need to keep the console logs clean from any sensitive data. Now as the
kube_config_raw
gets logged in clear text into the console this is very critical to us as everybody with access to the logs could access the cluster and compromise it which we have to prevent by all means.The text was updated successfully, but these errors were encountered: