Skip to content
Snippets Groups Projects
Commit 01c5cf0c authored by ale's avatar ale
Browse files

Fix ACLs for assetmon to be more specific

parent 6a4ce4c3
No related branches found
No related tags found
No related merge requests found
...@@ -9,5 +9,5 @@ http_server: ...@@ -9,5 +9,5 @@ http_server:
allow: allow:
- path: "/api/v1/.*" - path: "/api/v1/.*"
cn: "assetmon-client.{{ domain }}" cn: "assetmon-client.{{ domain }}"
- path: ".*" - path: "/(|image)$"
cn: ".*" cn: ".*"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment