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
We can authenticate to azure service principal either using client_secret or a certificate.
Existing resource vault_azure_secret_backend_role supports only dynamic client_secret. I would like to have option to create dynamic certificate too on new/existing azure service principal. Calling this new role should issue a certificate and also upload the certificate to the azure service principal. This role could possibly take an argument of vault_pki_secret_backend_role name or provide arguments similar to vault_pki_secret_backend_role.
Potential Terraform Configuration
No response
References
No response
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered:
Description
We can authenticate to azure service principal either using client_secret or a certificate.
Existing resource
vault_azure_secret_backend_role
supports only dynamic client_secret. I would like to have option to create dynamic certificate too on new/existing azure service principal. Calling this new role should issue a certificate and also upload the certificate to the azure service principal. This role could possibly take an argument ofvault_pki_secret_backend_role
name or provide arguments similar tovault_pki_secret_backend_role
.Potential Terraform Configuration
No response
References
No response
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: