From 4459ff5dc11d2763312684306e8de6eccc3add95 Mon Sep 17 00:00:00 2001 From: Kaito Ii Date: Wed, 7 Jul 2021 21:36:52 +0900 Subject: [PATCH] fix syntax for link --- content/ja/docs/reference/access-authn-authz/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/docs/reference/access-authn-authz/authentication.md b/content/ja/docs/reference/access-authn-authz/authentication.md index 3e2f95d56c..fd80ce3d18 100644 --- a/content/ja/docs/reference/access-authn-authz/authentication.md +++ b/content/ja/docs/reference/access-authn-authz/authentication.md @@ -263,7 +263,7 @@ KubernetesはOpenID Connect IDプロバイダーを提供していません。 IDプロバイダーがKubernetesと連携するためには、以下のことが必要です。 -1. すべてではないが、[OpenID Connect Discovery](https://openid.net/specs/openid-connect-discovery-1_0.html)をサポートしていること +1. すべてではないが、[OpenID Connect Discovery](https://openid.net/specs/openid-connect-discovery-1_0.html)をサポートしていること 2. 廃れていない暗号を用いたTLSで実行されていること 3. 認証局が署名した証明書を持っていること(認証局が商用ではない場合や、自己署名の場合も可)