-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panic in vault_pki_secret_backend_root_sign_intermediate for ca_chain #1357
Comments
Thanks for reporting this issue @lukasz-bielinski . In the meantime I suggest you pin the vault provider version to 3.2.1 until we release a fix. |
@lukasz-bielinski would you mind providing us with the vault server version that this issue happened with? |
vault server details
|
Thanks @lukasz-bielinski ! It looks like this your are provisioning a test environment, so I was wondering if you would be comfortable running with TERRAFORM_VAULT_LOG_BODY=true and |
thank you for quick reaction and fix :) |
Terraform Version
Terraform v1.1.6
on linux_amd64
Affected Resource(s)
vault_pki_secret_backend_root_sign_intermediate
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Code which I am using is from https://learn.hashicorp.com/tutorials/vault/pki-engine-external-ca
affected part below
Debug Output
https://gist.github.com/lukasz-bielinski/6b51fd30f913778518026f514f42cbb4
Panic Output
https://gist.github.com/lukasz-bielinski/f27241de6bafd4243fa2d8287988fe6d
Expected Behavior
resource vault_pki_secret_backend_root_sign_intermediate should be created
Actual Behavior
panic error in terraform-provider-vault_v3.3.0_x4 plugin:
Steps to Reproduce
execute steps from https://learn.hashicorp.com/tutorials/vault/pki-engine-external-ca
Important Factoids
none
References
https://learn.hashicorp.com/tutorials/vault/pki-engine-external-ca
The text was updated successfully, but these errors were encountered: