Open c0deaddict opened 10 months ago
When creating a SSH CA key with generate_signing_key it is not possible to specify the key_type and key_bits parameters. The Vault documentation says that these parameters are supported: https://developer.hashicorp.com/vault/api-docs/secret/ssh#submit-ca-information
generate_signing_key
key_type
key_bits
resource "vault_ssh_secret_backend_ca" "ssh_host_signer_ca" { backend = vault_mount.ssh_host_signer.path generate_signing_key = true }
No response
None
This is a duplicate of #1700, which has a PR in #1757 (but that has been waiting for over a year).
Description
When creating a SSH CA key with
generate_signing_key
it is not possible to specify thekey_type
andkey_bits
parameters. The Vault documentation says that these parameters are supported: https://developer.hashicorp.com/vault/api-docs/secret/ssh#submit-ca-informationAffected Resource(s) and/or Data Source(s)
No response
Potential Terraform Configuration
No response
References
No response
Would you like to implement a fix?
None