From: Le Yao Date: Wed, 20 Jul 2022 06:19:22 +0000 (+0800) Subject: Fix the wrong indent for docs and examples X-Git-Tag: prod-22.06.1^2 X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=4f213d62bbfe2e1f4cfd2188c6c738d2836b8b34;p=icn%2Fsdwan.git Fix the wrong indent for docs and examples Signed-off-by: Le Yao Change-Id: I2ae296d38ef8da50c5b0191221820c8ed9ece3ac --- diff --git a/central-controller/docs/istio/README.md b/central-controller/docs/istio/README.md index 8ad4b76..07f0f9d 100644 --- a/central-controller/docs/istio/README.md +++ b/central-controller/docs/istio/README.md @@ -264,12 +264,12 @@ metadata: namespace: istio-system spec: jwtRules: - - issuer: "http:///auth/realms/enterprise1" - jwksUri: "http:///auth/realms/enterprise1/protocol/openid-connect/certs" + - issuer: "http:///auth/realms/enterprise1" + jwksUri: "http:///auth/realms/enterprise1/protocol/openid-connect/certs" # And you can create another keycloak service if you need # jwtRules: -# - issuer: "http:///auth/realms/ano-enterprise" -# jwksUri: "http:///auth/realms/ano-enterprise/protocol/openid-connect/certs" +# - issuer: "http:///auth/realms/ano-enterprise" +# jwksUri: "http:///auth/realms/ano-enterprise/protocol/openid-connect/certs" ``` #### Authorization Policies with Istio diff --git a/central-controller/docs/istio/istio-example-yaml/request_auth.yaml b/central-controller/docs/istio/istio-example-yaml/request_auth.yaml index 9fc7257..00298b7 100644 --- a/central-controller/docs/istio/istio-example-yaml/request_auth.yaml +++ b/central-controller/docs/istio/istio-example-yaml/request_auth.yaml @@ -5,5 +5,5 @@ metadata: namespace: istio-system spec: jwtRules: - - issuer: "http:///auth/realms/enterprise1" - jwksUri: "http:///auth/realms/enterprise1/protocol/openid-connect/certs" + - issuer: "http:///auth/realms/enterprise1" + jwksUri: "http:///auth/realms/enterprise1/protocol/openid-connect/certs"