Is your feature request related to a problem? Please describe.
Looking at https://developer.hashicorp.com/vault/docs/auth/kerberos the Kerberos authentication backend is very similar to the regular LDAP backend. Maintaining two sets of rules that do more or less the same things are redundant and leaves the risk of possibly updating one set of rules but missing the other.
Describe the solution you'd like
I'd like the Kerberos authentication method to be merged into the LDAP authentication method such that a keytab can be used when authenticating with the LDAP backend. This could be configured for example under auth/ldap/config/kerberos separately from the regular ldap config.
Describe alternatives you've considered
Use terraform to mirror the LDAP and Kerberos configuration.
Explain any additional use-cases
This could reduce the maintenance burden having to maintain one less authentication method.
Additional context
N/A
Is your feature request related to a problem? Please describe.
Looking at https://developer.hashicorp.com/vault/docs/auth/kerberos the Kerberos authentication backend is very similar to the regular LDAP backend. Maintaining two sets of rules that do more or less the same things are redundant and leaves the risk of possibly updating one set of rules but missing the other.
Describe the solution you'd like
I'd like the Kerberos authentication method to be merged into the LDAP authentication method such that a keytab can be used when authenticating with the LDAP backend. This could be configured for example under
auth/ldap/config/kerberosseparately from the regular ldap config.Describe alternatives you've considered
Use terraform to mirror the LDAP and Kerberos configuration.
Explain any additional use-cases
This could reduce the maintenance burden having to maintain one less authentication method.
Additional context
N/A