-
Notifications
You must be signed in to change notification settings - Fork 58
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
feat/refactor: filestore feature flag #4617
base: main
Are you sure you want to change the base?
Conversation
🐙 OctomindTest Report: 14/14 successful.
commit sha: 301f67f |
The deployment to the dev cluster was successful. You can find the deployment here: https://4617.development.scrumlr.fra.ics.inovex.io Deployed Images
|
Description
Wraps the experimental file store (#4600) inside a feature flag.
Changelog
router.go
, so it only gets executed onceSCRUMLR_ENABLE_EXPERIMENTAL_AUTH_FILE_SYSTEM_STORE
true
Testing
You can test if it works by adding this code:
And calling the functions in both
beginAuthProviderVerification
andverifyAuthProviderCallback
. If enabled, you should a file is temporarily created during OAuth process.Checklist