From 4557697b65c6023012a24bf3d93eb131152e7a31 Mon Sep 17 00:00:00 2001 From: mrchatam Date: Sun, 13 Sep 2026 03:48:19 +0000 Subject: [PATCH] docs: remove duplicate 'a' in security-guard token setup Signed-off-by: mrchatam --- docs/versioned/serving/app-security/security-guard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/versioned/serving/app-security/security-guard.md b/docs/versioned/serving/app-security/security-guard.md index 4620b411c58..6c868510842 100644 --- a/docs/versioned/serving/app-security/security-guard.md +++ b/docs/versioned/serving/app-security/security-guard.md @@ -207,7 +207,7 @@ It is recommended to secure the communication between queue-proxy with the `guar 1. Set the `queue-sidecar-rootca` parameter of the `config-deployment` configmap in the `knative-serving` namespace to the public key defined under `ca-cert.pem` key in the `knative-serving-certs` secret of the `knative-serving` namespace. This will inform queue-proxy to use TLS and approve the guard-service certificates. - 1. Set `queue-sidecar-token-audiences = "guard-service"` at the `config-deployment` configmap in the `knative-serving` namespace. This will produce a a token with audience `guard-service` for every queue-proxy instance. + 1. Set `queue-sidecar-token-audiences = "guard-service"` at the `config-deployment` configmap in the `knative-serving` namespace. This will produce a token with audience `guard-service` for every queue-proxy instance. === "Using scripts"