mirror of
https://github.com/containous/traefik.git
synced 2025-01-26 10:03:48 +03:00
fix ForwardAuth tls.skipverify examples
This commit is contained in:
parent
3884a68889
commit
d1c3372dc4
@ -474,7 +474,8 @@ metadata:
|
||||
spec:
|
||||
forwardAuth:
|
||||
address: https://authserver.com/auth
|
||||
insecureSkipVerify: true
|
||||
tls:
|
||||
insecureSkipVerify: true
|
||||
```
|
||||
|
||||
```json tab="Marathon"
|
||||
@ -492,7 +493,8 @@ labels:
|
||||
[http.middlewares]
|
||||
[http.middlewares.test-auth.forwardAuth]
|
||||
address = "https://authserver.com/auth"
|
||||
insecureSkipVerify: true
|
||||
[http.middlewares.test-auth.forwardAuth.tls]
|
||||
insecureSkipVerify: true
|
||||
```
|
||||
|
||||
```yaml tab="File (YAML)"
|
||||
@ -501,5 +503,6 @@ http:
|
||||
test-auth:
|
||||
forwardAuth:
|
||||
address: "https://authserver.com/auth"
|
||||
insecureSkipVerify: true
|
||||
tls:
|
||||
insecureSkipVerify: true
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user