terraform-provider-vault icon indicating copy to clipboard operation
terraform-provider-vault copied to clipboard

feat(ssh): add support for `key_type` parameter

Open radek-sprta opened this issue 1 year ago • 1 comments

Description

Add support for key_type parameter in SSH Secret Engine, so we can specify types other than the default ssh-rsa.

Checklist

  • [x] Added CHANGELOG entry (only for user-facing changes)
  • [x] Acceptance tests were run against all supported Vault Versions

Output from acceptance testing:

=== RUN   TestAccSSHSecretBackendCA_basic                                                              
--- PASS: TestAccSSHSecretBackendCA_basic (2.28s)                                                      
=== RUN   TestAccSSHSecretBackendCA_provided                                                                                                                                                                   
--- PASS: TestAccSSHSecretBackendCA_provided (1.68s)                                                                                                                                                           
=== RUN   TestAccSSHSecretBackend_import                                                               
--- PASS: TestAccSSHSecretBackend_import (2.66s)          
...

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" comments, they generate extra noise for pull request followers and do not help prioritize the request

radek-sprta avatar Apr 02 '24 09:04 radek-sprta