hashicorp / terraform-provider-vault

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

add use_annotations_as_alias_metadata field to auth_kubernetes_config #2213

Open c0deaddict opened 3 months ago

c0deaddict commented 3 months ago

Description

This PR adds the field use_annotations_as_alias_metadata to the vault_kubernetes_auth_backend_config resource. The field is missing in older versions of Vault (<1.16) so it's made optional in the code.

Closes #2224

Checklist

^ I'm not sure how to run the acceptance tests locally, kind of hoping they run on CI?

I have tested the binary generated with make build locally against Vault 1.16.1.

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

Community Note

hashicorp-cla commented 3 months ago

CLA assistant check
All committers have signed the CLA.