Best Practice to secure HTTP #223
Unanswered
alessandro-podo
asked this question in
Q&A
Replies: 4 comments 3 replies
|
Hi @alessandro-podo 👋🏻 Could you be more specific about the configuration that you're using in the |
0 replies
|
sorry for the late reply. I have not seen the notification. When i open >url</_tasks?name=CacheReload it works i use a Subscriber with a higher priority and block the request. i use sf6.0.4 |
0 replies
|
Hi @alessandro-podo 👋🏻 So, you're saying:
Then:
But regarding your configuration file: security:
access_control:
# ...
- { path: ^/_tasks, roles: ROLE_NO_ACCESS}
# ...It seems that you're requiring |
0 replies
|
yes the user is full login, but without that role |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
https://github.com/Guikingone/SchedulerBundle/blob/main/doc/http.md
If I try to secure the Path with the security.yaml access_controll it doesn't work.
What is the recommended way?
Thanks
All reactions