Skip to content

Commit

Permalink
Fix typo of authentication document (#4717)
Browse files Browse the repository at this point in the history
#### 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
```
  • Loading branch information
JohnNiang authored Oct 12, 2023
1 parent 9e33a81 commit 493c599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/authentication/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 493c599

Please sign in to comment.