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

How to allow access with spring security ? #14

Open
verglor opened this issue Sep 11, 2017 · 0 comments
Open

How to allow access with spring security ? #14

verglor opened this issue Sep 11, 2017 · 0 comments

Comments

@verglor
Copy link
Contributor

verglor commented Sep 11, 2017

How can I allow access to storage controller with spring security ?

None of the following works:

grails.plugin.springsecurity.controllerAnnotations.staticRules << [pattern: '/storage/**', access: ['permitAll']]
grails.plugin.springsecurity.controllerAnnotations.staticRules << [pattern: '/localstorage/**', access: ['permitAll']]
grails.plugin.springsecurity.controllerAnnotations.staticRules << [pattern: '/karmangrails/**', access: ['permitAll']]

The second one should work according to spring security docs

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

No branches or pull requests

1 participant