Use an api key for the scanner

This commit is contained in:
2025-11-02 23:40:54 +01:00
parent 509e7c08cd
commit 31500dc3c5
7 changed files with 10 additions and 7 deletions

View File

@@ -50,11 +50,11 @@ GUEST_CLAIMS='{"permissions": ["core.read", "core.play"], "verified": true}'
PROTECTED_CLAIMS="permissions,verified"
# You can create apikeys at runtime via POST /apikey but you can also have some defined in the env.
# You can create apikeys at runtime via POST /keys but you can also have some defined in the env.
# Replace $YOURNAME with the name of the key you want (only alpha are valid)
# The value will be the apikey (max 128 bytes)
# KEIBI_APIKEY_$YOURNAME=oaeushtaoesunthoaensuth
# KEIBI_APIKEY_$YOURNAME_CLAIMS='{"permissions": ["users.read"]}'
KEIBI_APIKEY_SCANNER=EJqUB8robwKwLNt37SuHqdcsNGrtwpfYxeExfiAbokpxZVd4WctWr7gnSZ
KEIBI_APIKEY_SCANNER_CLAIMS='{"permissions": ["core.write"]}'
# To debug the front end, you can set the following to an external backend
KYOO_URL=