fix scanner claims

This commit is contained in:
Arlan Lloyd 2025-11-10 17:13:45 +00:00
parent 86cb391425
commit d952444919

View File

@ -94,7 +94,7 @@ kyoo:
existingSecret: bigsecret existingSecret: bigsecret
# value of the apikey should be scanner-$apikey # value of the apikey should be scanner-$apikey
apikeyKey: scanner_apikey apikeyKey: scanner_apikey
claims: '{"permissions": ["core.write"]}' claims: '{"permissions": ["core.read", "core.write"]}'
# create additional apikeys # create additional apikeys
extra: [] extra: []
# - name: example # - name: example