We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7326c commit 7e6656dCopy full SHA for 7e6656d
guide/authentication.md
@@ -54,7 +54,7 @@ openssl req -new -key jbeda.pem -out jbeda-csr.pem -subj "/CN=jbeda/O=app1/O=app
54
55
当在命令行上指定 `--token-auth-file=SOMEFILE` 选项时,API server 从文件读取 bearer token。目前,token 会无限期地持续下去,并且不重新启动 API server 的话就无法更改令牌列表。
56
57
-token 文件是一个 csv 文件,每行至少包含三列:token、用户名、用户 uid,其次是可选的祖名。请注意,如果您有多个组,则该列必须使用双引号。
+token 文件是一个 csv 文件,每行至少包含三列:token、用户名、用户 uid,其次是可选的组名。请注意,如果您有多个组,则该列必须使用双引号。
58
59
```conf
60
token,user,uid,"group1,group2,group3"
0 commit comments