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
In my testing the module is not using environment variables KRB5_KTNAME or KRB5_CONFIG as my environment runs inside docker container so unable to modify /etc/krb5* files.
Should it be able to use these variables?
The text was updated successfully, but these errors were encountered:
This library just calls the GSSAPI C library which is the one that reads the env vars. It doesn't have any of the logic for reading env vars and configuring things like default keytab locations. Make sure that the environment you are running it in actually has those env vars set in the process and that the underlying GSSAPI C library that this is wrapping actually supports those env vars.
In my testing the module is not using environment variables KRB5_KTNAME or KRB5_CONFIG as my environment runs inside docker container so unable to modify /etc/krb5* files.
Should it be able to use these variables?
The text was updated successfully, but these errors were encountered: