-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Fix mkdir jwt - permission denied #16227
Conversation
This is a difficult one because the other certificates are based in the custom directory too. |
Personally I don't like that Gitea generates secrets if they are missing. If the user configured something which needs another setting it should just fail. In case of the JWT part it should not fallback to another hashing algorithm too. |
we're probably gonna have to think of some way of migrating current users to the new form. |
🚀 |
The JWT certificate is now expected in the data directory. That's the same the ssh part does.
Ref #16010
Fixes #16218