We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TOKEN_EXPIRATION_TIME
settings.py
We should add TOKEN_EXPIRATION_TIME to settings.py and ensure it is easily discoverable.
I see only one occurrence of this setting being mentioned along the lines in the documentation:
pulp_container/docs/admin/learn/authentication.md
Line 115 in 1a8fe63
Inspired by #1592.
The text was updated successfully, but these errors were encountered:
In addition to that, we could create a doc mentioning the TIMEOUTS in general (like API_APP_TTL, PULP_GUNICORN_TIMEOUT, TOKEN_AUTH_TTL, etc).
Sorry, something went wrong.
No branches or pull requests
We should add
TOKEN_EXPIRATION_TIME
tosettings.py
and ensure it is easily discoverable.I see only one occurrence of this setting being mentioned along the lines in the documentation:
pulp_container/docs/admin/learn/authentication.md
Line 115 in 1a8fe63
Inspired by #1592.
The text was updated successfully, but these errors were encountered: