You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just found that these resources are missing so I'm going to implement them as this auth backend is essentially unmanaged in our Vault.
The one bit I've got stuck on is the resource for managing the auth/kerberos/config endpoint, there's a keytab attribute that is write-only, it's never returned in a read.
I'm not sure how to manage that in a resource, normally I find another resource that behaves similarly and use its code as inspiration but I'm struggling to think of a suitable resource. I also wonder how that will affect the importability of this resource if it can never read the keytab value.
There currently doesn't seem to be a way to configure the Kerberos authentication backend with this provider.
We'd need resources like
vault_kerberos_auth_backend
.The text was updated successfully, but these errors were encountered: