mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-11-21 14:03:21 -05:00
update apikey format to $name-$key
This commit is contained in:
parent
eb31c0d8e6
commit
66dedaee29
@ -23,7 +23,7 @@ extraObjects:
|
||||
stringData:
|
||||
postgres_user: kyoo_all
|
||||
postgres_password: watchSomething4me
|
||||
scanner_apikey: triquarter4u
|
||||
scanner_apikey: scanner-triquarter4u
|
||||
- kind: PersistentVolumeClaim
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
@ -86,7 +86,7 @@ stringData:
|
||||
tvdb_pin: ""
|
||||
postgres_user: kyoo_all
|
||||
postgres_password: watchSomething4me
|
||||
scanner_apikey: triquarter4u
|
||||
scanner_apikey: scanner-triquarter4u
|
||||
```
|
||||
|
||||
# Additional Notes
|
||||
|
||||
@ -93,12 +93,14 @@ kyoo:
|
||||
apikeys:
|
||||
scanner:
|
||||
existingSecret: bigsecret
|
||||
# value of the apikey should be scanner-$apikey
|
||||
apikeyKey: scanner_apikey
|
||||
claims: '{"permissions": ["core.write"]}'
|
||||
# create additional apikeys
|
||||
extra: []
|
||||
# - name: example
|
||||
# existingSecret: bigsecret
|
||||
## value of the apieky should be $name-$apikey
|
||||
# apikeyKey: example_apikey
|
||||
# claims: '{"permissions": ["core.read"]}'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user