Merge pull request #4132 from zhucebuliaolongchuan/patch-1

Update README.md for external-auth Test 4
This commit is contained in:
Kubernetes Prow Robot 2019-05-29 14:40:22 -07:00 committed by GitHub
commit 8a2d506d41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,7 +114,7 @@ $ curl -H 'Host: public-demo-echo-service.kube.local' -H 'User:internal' -v 192.
UserID: 1443635317331776148, UserRole: admin
```
Test 4: public service with valid auth header
Test 4: secure service with valid auth header
```console
$ curl -H 'Host: secure-demo-echo-service.kube.local' -H 'User:internal' -v 192.168.99.100