review fixes

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-04-15 15:37:00 +02:00
parent 00fca28b41
commit 71b049ef3c
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -53,11 +53,11 @@ backend:
auth:
externalAccess:
- type: static
config:
options:
token: ${CICD_TOKEN}
subject: cicd-system-completion-events
- type: static
config:
options:
token: ${ADMIN_CURL_TOKEN}
subject: admin-curl-access
```
@@ -99,11 +99,11 @@ backend:
auth:
externalAccess:
- type: legacy
config:
options:
secret: my-secret-key-catalog
subject: legacy-catalog
- type: legacy
config:
options:
secret: my-secret-key-scaffolder
subject: legacy-scaffolder
```