Update README.md for external-auth Test 4
Title for Test 4 should be `secure service with valid auth header`. The current one is the same as Test 3.
This commit is contained in:
parent
bf11e2ef63
commit
30d3505e7e
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ $ curl -H 'Host: public-demo-echo-service.kube.local' -H 'User:internal' -v 192.
|
||||||
UserID: 1443635317331776148, UserRole: admin
|
UserID: 1443635317331776148, UserRole: admin
|
||||||
```
|
```
|
||||||
|
|
||||||
Test 4: public service with valid auth header
|
Test 4: secure service with valid auth header
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ curl -H 'Host: secure-demo-echo-service.kube.local' -H 'User:internal' -v 192.168.99.100
|
$ curl -H 'Host: secure-demo-echo-service.kube.local' -H 'User:internal' -v 192.168.99.100
|
||||||
|
|
Loading…
Reference in a new issue