From 30d3505e7e51d80c0603d91eb33859b0812761bb Mon Sep 17 00:00:00 2001 From: Chuan Long Date: Wed, 29 May 2019 13:23:20 -0500 Subject: [PATCH] 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. --- docs/examples/customization/external-auth-headers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/customization/external-auth-headers/README.md b/docs/examples/customization/external-auth-headers/README.md index 2c1344237..2ef1dd25d 100644 --- a/docs/examples/customization/external-auth-headers/README.md +++ b/docs/examples/customization/external-auth-headers/README.md @@ -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