From d952444919c74314e5b10ed3b1c96116bca0f52a Mon Sep 17 00:00:00 2001 From: Arlan Lloyd Date: Mon, 10 Nov 2025 17:13:45 +0000 Subject: [PATCH] fix scanner claims --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index d3ed0169..544d2bbf 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -94,7 +94,7 @@ kyoo: existingSecret: bigsecret # value of the apikey should be scanner-$apikey apikeyKey: scanner_apikey - claims: '{"permissions": ["core.write"]}' + claims: '{"permissions": ["core.read", "core.write"]}' # create additional apikeys extra: [] # - name: example