fix: correct syntax for auth configuration in gluetun ConfigMap
This commit is contained in:
parent
d310a8ba16
commit
b2024efb7e
@ -30,7 +30,9 @@ data:
|
|||||||
config.toml: |
|
config.toml: |
|
||||||
[[roles]]
|
[[roles]]
|
||||||
name = "public"
|
name = "public"
|
||||||
auth = "none"
|
|
||||||
|
[roles.auth]
|
||||||
|
method = "none"
|
||||||
|
|
||||||
[[roles.routes]]
|
[[roles.routes]]
|
||||||
method = "GET"
|
method = "GET"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user