hashicorp / terraform-provider-vault

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

Add header config to vault_auth_backend #706

Open mbrancato opened 4 years ago

mbrancato commented 4 years ago

Please add support for new fields added to support the upcoming Kerberos auth method.

Terraform Version

0.12.20

Affected Resource(s)

Please list the resources as a list, for example:

Terraform Configuration Files

resource "vault_auth_backend" "example" {
  type = "kerberos"
  passthrough_request_headers = ["Authorization"]
  allowed_response_headers    = ["www-authenticate"]
}

Important Factoids

Kerberos support is targeted for Vault 1.4

References

davidmogar commented 4 years ago

Any news on this? The provider documentation doesn't mention Kerberos yet and I'm affected by this issue too.