Skip to content

Commit

Permalink
docs: fix psk related config references
Browse files Browse the repository at this point in the history
Signed-off-by: ldelossa <ldelossa@redhat.com>
  • Loading branch information
ldelossa authored and ldelossa committed Feb 22, 2021
1 parent ce11fd7 commit 9d0a2b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,14 +529,14 @@ Defines pre-shard-key authentication
```
a string value
A shared key distributed between all parties signing and verifying JWTs.
A shared base64 encoded key distributed between all parties signing and verifying JWTs.
```

#### &emsp;&emsp;issuer: []string
#### &emsp;&emsp;iss: []string
```
a list of string value
A list of issuers to verify. An empty list will accept any issuer in a jwt claim.
A list of jwt issuers to verify. An empty list will accept any issuer in a jwt claim.
```

### &emsp;keyserver: \<object\>
Expand Down

0 comments on commit 9d0a2b2

Please sign in to comment.