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
Starting with the upcoming Vault 1.12.0, the default_user will be templatable. The Terraform provider should support this quickly, as it removes the burden from the user to supply the default_user on each SSH client auth request.
Terraform Version
Affected Resource(s)
vault_ssh_secret_backend_role
Terraform Configuration Files
resource"vault_ssh_secret_backend_role""client" {
name="client"backend=vault_mount.ssh-client.pathkey_type="ca"allowed_users_template=trueallowed_users="{{ identity.entity.aliases.${vault_jwt_auth_backend.oidc.accessor}.name }}"# This should be implemented; this will be available from Vault 1.12.0 onwardsdefault_users_template=truedefault_user="{{ identity.entity.aliases.${vault_jwt_auth_backend.oidc.accessor}.name }}"
}
Debug Output
Panic Output
Expected Behavior
Terraform Vault provider supports default_users_template
Documentation is changed
Starting with the upcoming Vault 1.12.0, the
default_user
will be templatable. The Terraform provider should support this quickly, as it removes the burden from the user to supply the default_user on each SSH client auth request.Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Terraform Vault provider supports
default_users_template
Documentation is changed
Actual Behavior
currently not supported
Steps to Reproduce
Important Factoids
References
default_user
field vault#16351The text was updated successfully, but these errors were encountered: