Skip to content

Not using KRB5_KTNAME or KRB5_CONFIG variables #355

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
FF-Ninja opened this issue Feb 28, 2025 · 1 comment
Closed

Not using KRB5_KTNAME or KRB5_CONFIG variables #355

FF-Ninja opened this issue Feb 28, 2025 · 1 comment

Comments

@FF-Ninja
Copy link

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?

@jborean93
Copy link
Contributor

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.

@FF-Ninja FF-Ninja closed this as completed Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants