fix: pass full config to StaticTokenIssuer, documentation and test tweaks

Signed-off-by: rtriesscheijn <rtriesscheijn@bol.com>
This commit is contained in:
rtriesscheijn
2023-10-17 09:08:42 +02:00
parent d120af630c
commit 4bbde87a2e
8 changed files with 46 additions and 53 deletions
+1 -1
View File
@@ -423,7 +423,7 @@ auth:
provider: 'static'
static:
keys:
# Must be declared at least once and the first one will be used for signing */
# Must be declared at least once and the first one will be used for signing
- keyId: 'primary'
publicKeyFile: /path/to/public.key
privateKeyFile: /path/to/private.key