AWX 18 observations

I just installed the new version of AWX with kubernetes.

I like the install , it made things very easy compared to the previous versions.
I have some qustions that did not leap out to me.

Authentication via LDAP (LDAPS Active Directory)

I reccall that there was a secret that we need to allow for certificates…I can’t find that now and would love to find that or AWX 18.

Kerberos connection for Windows Servers
I manage Windows Machine. I currently run AWX 12, and would love to upgrade to AWX 18. Currently on my AWX machine I am able to communicate to my Windows Servers through kerberos using psrp which is the native way of connecting to Windows (the same way that Windows does).

Would love to have some documentation on how to map my krb5.conf on a persistent volume.

Good to know. I have set up bunch of AWX 17.1.0 instances in Kubernetes and need to see how to port/upgrade to version 18.
In 17.1.0 I created my own Dockerfile off of AWX 17.1.0 image to add krb5.conf and other internal utilities to the image.
For LDAP authentication I had to create a configmap and refer to that as an additional volume for web and task containers in deployment.yaml. Hope we have similar configuration available for version 18 as well.

Thanks