Skip to content

Commit 5f75eb2

Browse files
docs: update readme.
1 parent 17ff907 commit 5f75eb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ http://<webkubectl-address>:<port>/terminal/?token=<token fetched from api>
124124

125125
# Security
126126
- **Token validation**:The token fetched from api will be invalid immediately after it's used once, and it expires after 5 minutes if not used.
127-
- **Authentication**:By default all resources can be accessed without any authentication, to restrict anonymous access, you can enable the basic authentication of gotty, see [how to](https://github.com/KubeOperator/webkubectl/blob/master/gotty/GOTTY_USAGE.md#options).
127+
- **Authentication**:By default all resources can be accessed without any authentication, to restrict anonymous access, you can enable the basic authentication of gotty, see [how to](https://github.com/KubeOperator/webkubectl/issues/19).
128128
- **SSL/TLS**:By default all traffic between the server and clients are NOT encrypted, we recommend you enable SSL/TLS option of gotty, see [how to](https://github.com/KubeOperator/webkubectl/blob/master/gotty/GOTTY_USAGE.md#options). Alternatively you can deploy Web Kubectl behind a proxy and enable SSL/TLS for the proxy, please note that the proxy should support WebSocket protocol.
129129

130130
# Extensions

README.zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ http://<webkubectl-address>:<port>/terminal/?token=<API响应中的Token>
125125

126126
# 安全
127127
- **终端Token验证**:从API响应中获取的终端Token使用一次后将立即失效,如果一直不使用,则在5分钟后过期。
128-
- **Authentication**:默认情况下,无需进行任何身份验证即可访问所有资源,若要限制匿名访问,可以启用gotty的基本身份验证,请参见[操作方法](https://github.com/KubeOperator/webkubectl/blob/master/gotty/GOTTY_USAGE.md#options)
128+
- **Authentication**:默认情况下,无需进行任何身份验证即可访问所有资源,若要限制匿名访问,可以启用gotty的基本身份验证,请参见[操作方法](https://github.com/KubeOperator/webkubectl/issues/19)
129129
- **SSL/TLS**:默认情况下,服务器与客户端之间的所有流量均未加密,我们建议您启用gotty的SSL / TLS选项,请参见[操作方法](https://github.com/KubeOperator/webkubectl/blob/master/gotty/GOTTY_USAGE.md#options)。或者,您可以在代理后面部署Web Kubectl并为该代理启用SSL / TLS,请注意,您的代理需要支持WebSocket协议。
130130

131131
# 扩展

0 commit comments

Comments
 (0)