authelia: Allow anonymous access to vminsert
This way we can have push-based metrics without requiring any authentication.pull/43/head
parent
ce7d90d704
commit
183bb28c12
|
@ -36,6 +36,10 @@ access_control:
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
policy: bypass
|
policy: bypass
|
||||||
|
- domain: metrics.pyrocufflink.blue
|
||||||
|
resources:
|
||||||
|
- '^/insert/.*'
|
||||||
|
policy: bypass
|
||||||
- domain: metrics.pyrocufflink.blue
|
- domain: metrics.pyrocufflink.blue
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
|
|
Loading…
Reference in New Issue