Rename OWNERS assignees: to approvers: (#6121)
They are effectively the same, assignees is deprecated
This commit is contained in:
committed by
Steve Perry
parent
fcb2ecd89c
commit
21cabff5ad
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- erictune
|
||||
- lavalamp
|
||||
- deads2k
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- erictune
|
||||
- lavalamp
|
||||
- deads2k
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- erictune
|
||||
- lavalamp
|
||||
- deads2k
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- jbeda
|
||||
title: 使用启动引导令牌(Bootstrap Tokens)认证
|
||||
---
|
||||
@@ -134,4 +134,4 @@ ConfigMap 的 `kubeconfig` 成员是一个填好了集群信息的配置文件
|
||||
签名是一个 JWS 签名,使用了 "detached" 模式。为了检验签名,用户应该按照 JWS 规则
|
||||
(base64 编码而忽略结尾的 `=`)对 `kubeconfig` 的载荷进行编码。完成编码的载荷会被通过插入 JWS 并存在于两个点的中间
|
||||
,用于形成一个完整的 JWS。可以使用令牌的完整信息(比如 `07401b.f395accd246ae52d`)作为共享密钥,
|
||||
通过 `HS256` 方式 (HMAC-SHA256) 对 JWS 进行校验。 用户 _必须_ 确保使用了 HS256。
|
||||
通过 `HS256` 方式 (HMAC-SHA256) 对 JWS 进行校验。 用户 _必须_ 确保使用了 HS256。
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- thockin
|
||||
title: Kubernetes OpenVSwitch GRE/VxLAN 网络
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user