mirror of https://github.com/halo-dev/halo
Fix typo of authentication document (#4717)
#### What type of PR is this? /kind documentation #### What this PR does / why we need it: Correct `metadata.annotations.security.halo.run/access-token` into `security.halo.run/access-token`. #### Does this PR introduce a user-facing change? ```release-note None ```pull/4746/head
parent
9e33a81e2d
commit
493c599eaa
|
@ -216,7 +216,7 @@ curl -u admin:admin -X 'POST' \
|
||||||
|
|
||||||
| 属性路径 | 描述 |
|
| 属性路径 | 描述 |
|
||||||
|-----------------------------------------------------|----------------------------------------------|
|
|-----------------------------------------------------|----------------------------------------------|
|
||||||
| metadata.annotations.security.halo.run/access-token | 生成好的 PAT。需要注意的是,这个 PAT 不会保存在数据库中,所以仅有一次保存机会。 |
|
| security.halo.run/access-token | 生成好的 PAT。需要注意的是,这个 PAT 不会保存在数据库中,所以仅有一次保存机会。 |
|
||||||
|
|
||||||
#### 使用 PAT
|
#### 使用 PAT
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue