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