Skip to content
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

authprovider: allow readonly config dir #1745

Merged
merged 1 commit into from
Oct 22, 2020

Conversation

tonistiigi
Copy link
Member

fixes: #1660 (comment)

Allow client-side tokens to work even if the config directory is readonly. Token seeds are kept in memory only and reset on each invocation. This means tokens are not reused like in the default case as they can't be verified for a new client but that performance loss can be expected on a weird setup like this.

@mkasprzyk @sipsma

Signed-off-by: Tonis Tiigi [email protected]

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

Successfully merging this pull request may close these issues.

2 participants