From a5c291e1d98c8dc53edb2b1ba0a2f6f841b0211f Mon Sep 17 00:00:00 2001 From: Alan Date: Tue, 22 Jan 2019 09:38:29 +0800 Subject: [PATCH] =?UTF-8?q?fix=20typo=20"=5F=E5=BF=85=E9=A1=BB=5F"=20->=20?= =?UTF-8?q?"=E5=BF=85=E9=A1=BB"=20(#12300)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix typo "_必须_" -> "必须" --- .../zh/docs/reference/access-authn-authz/bootstrap-tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/reference/access-authn-authz/bootstrap-tokens.md b/content/zh/docs/reference/access-authn-authz/bootstrap-tokens.md index bb9f7de5cc..59f36285a4 100644 --- a/content/zh/docs/reference/access-authn-authz/bootstrap-tokens.md +++ b/content/zh/docs/reference/access-authn-authz/bootstrap-tokens.md @@ -275,7 +275,7 @@ is used. 签名是使用“分离”模式的 JWS 签名。 为了验证签名,用户应该根据 JWS 规则加密 `kubeconfig`的信息(base64 编码,同时丢弃任何的 `=`)。 然后将使用该编码的信息插入 2 个点之间来形成整个 JWS。 -您可以使用 `HS256` 方案(HMAC-SHA256)验证 JWS,并使用完整令牌(例如 `07401b.f395accd246ae52d`)作为共享密钥。 用户_必须_验证 HS256 是否被使用。 +您可以使用 `HS256` 方案(HMAC-SHA256)验证 JWS,并使用完整令牌(例如 `07401b.f395accd246ae52d`)作为共享密钥。 用户 _必须_ 验证 HS256 是否被使用。 {{< warning >}}