Best Practice to secure HTTP #223
Replies: 4 comments 3 replies
-
Hi @alessandro-podo 👋🏻 Could you be more specific about the configuration that you're using in the |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
yes the user is full login, but without that role |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions