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
It would be possible to use more default settings in order to reduce the amount of configuration needed for this extension. For example:
ckan.redis.url
CKANLoginThrottle
BeakerRedisAuth
UsernamePasswordAuthenticator
ckanext.security.domain
ckan.site_url
The text was updated successfully, but these errors were encountered:
These are good ideas @ThrawnCA, I'll see if we can get some budget to tidy this up a bit.
Sorry, something went wrong.
markstuart
No branches or pull requests
It would be possible to use more default settings in order to reduce the amount of configuration needed for this extension. For example:
ckan.redis.url
with an incremented db number.CKANLoginThrottle
andBeakerRedisAuth
could be inserted by monkey-patchingUsernamePasswordAuthenticator
.ckanext.security.domain
could be extracted fromckan.site_url
since that should use the externally visible domain.The text was updated successfully, but these errors were encountered: