1
0
Fork 0

authelia: Allow anonymous access to vminsert

This way we can have push-based metrics without requiring any
authentication.
pull/43/head
Dustin 2025-01-19 09:46:32 -06:00
parent ce7d90d704
commit 183bb28c12
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ access_control:
networks:
- internal
policy: bypass
- domain: metrics.pyrocufflink.blue
resources:
- '^/insert/.*'
policy: bypass
- domain: metrics.pyrocufflink.blue
networks:
- internal