hashicorp / terraform-provider-vault

Terraform Vault provider
https://www.terraform.io/docs/providers/vault/
Mozilla Public License 2.0
467 stars 542 forks source link

secret/ssh: add support for allow_empty_principals on roles #2354

Closed fairclothjm closed 2 weeks ago

fairclothjm commented 2 weeks ago

https://github.com/hashicorp/vault/pull/28466 introduced a breaking change (Vault 1.18, backported to 1.17) for the SSH Backend by disallowing empty roles by default. This PR allows configuring that via TFVP.

Closes https://github.com/hashicorp/terraform-provider-vault/issues/2340

fairclothjm commented 2 weeks ago

Thanks!