Hi!
Would be great to have an auth backend resource for adding an LDAP connection similar to the Okta resources.
Terraform v0.11.7
Terraform Vault Provider v1.1.0
New resource(s) for LDAP Auth Backend
provider "vault" {
version="~> 1.1"
}
Error: module.test_vault_config.vault_ldap_auth_backend.ldap: Provider doesn't support resource: vault_ldap_auth_backend
New resources would allow Vault to be configured to talk to an LDAP provider (such as Active Directory) and include the available options for LDAP auth.
LDAP configuration is supported in Vault, just not yet available in this provider: https://www.vaultproject.io/docs/auth/ldap.html
Definitely need this +1
Provider is missing auth methods for LDAP, but also for:
azure
gcp
jwt/oidc
kubernetes
github
radius
tls certs
username/password (although this might be covered by the base 'vault_auth_backend' resource.
Looks like there's a PR for LDAP auth here: https://github.com/terraform-providers/terraform-provider-vault/pull/126/files 馃憤
It's in v1.1.3.
@tyrannosaurus-becks This can probably be closed out.
Most helpful comment
Provider is missing auth methods for LDAP, but also for:
azure
gcp
jwt/oidc
kubernetes
github
radius
tls certs
username/password (although this might be covered by the base 'vault_auth_backend' resource.