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
The certificate password specified to the terraform plan is plain text visible in the output. This is potentially dangerous to any CI/CD platforms that capture output for display and/or logging purposes.
EDIT: It is also plain text visible when the plan is being applied.
Steps to Reproduce
Create an Azure Key Vault using azurerm_key_vault
Have a certificate on the ready to import with a password and then set the password in the configuration using resource azurerm_key_vault_certificate
terraform init, terraform plan, terraform apply
The text was updated successfully, but these errors were encountered:
As @Lucretius has mentioned this has been fixed via #3064 (thanks again @Lucretius!) and will be available in the next release of the AzureRM Provider (v1.24) in the near future. Since this has been fixed I'm going to close this issue for the moment - however I've assigned this to the v1.24 milestone so that you'll get a notification here when that's released.
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Apr 26, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_key_vault_certificate
Terraform Configuration Files
Expected Behavior
I should expect to see any sensitive materials such as keys and passwords to be masked with
"<sensitive>"
in the Terraform plan output.Actual Behavior
The certificate password specified to the terraform plan is plain text visible in the output. This is potentially dangerous to any CI/CD platforms that capture output for display and/or logging purposes.
EDIT: It is also plain text visible when the plan is being applied.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: