Update content/ja/blog/_posts/2024-05-09-gateway-api-v1.1/index.md

Co-authored-by: bells17 <bells171@gmail.com>
pull/47230/head
Taisuke Okamoto 2024-08-13 14:15:57 +09:00 committed by GitHub
parent 0c4ed179ea
commit fd38a1c8ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ Gatewayの各リスナーでクライアント証明書の検証が設定でき
これは、`tls`内に新しく追加された`frontendValidation`フィールドによって実現されています。
このフィールドでは、クライアントが提示する証明書を検証するための信頼アンカーとして使用できるCA証明書のリストを設定できます。
以下の例は、ConfigMapの`foo-example-com-ca-cert`に保存されているCA証明書を使用して、Gatewayリスナーの`foo-https`に接続するクライアントの証明書を検証する方法をしめしています。
以下の例は、ConfigMapの`foo-example-com-ca-cert`に保存されているCA証明書を使用して、Gatewayリスナーの`foo-https`に接続するクライアントの証明書を検証する方法をしています。
```yaml
apiVersion: gateway.networking.k8s.io/v1