From 4f213d62bbfe2e1f4cfd2188c6c738d2836b8b34 Mon Sep 17 00:00:00 2001 From: Le Yao Date: Wed, 20 Jul 2022 14:19:22 +0800 Subject: [PATCH] Fix the wrong indent for docs and examples Signed-off-by: Le Yao Change-Id: I2ae296d38ef8da50c5b0191221820c8ed9ece3ac --- central-controller/docs/istio/README.md | 8 ++++---- .../docs/istio/istio-example-yaml/request_auth.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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" -- 2.16.6