feat(auth): Add python script to create new api keys
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
gateway:
|
||||
host: "0.0.0.0"
|
||||
port: 8080
|
||||
debug: false
|
||||
features:
|
||||
- host
|
||||
- request_id
|
||||
@@ -40,6 +41,9 @@ routes:
|
||||
path:
|
||||
include: []
|
||||
exclude: []
|
||||
keys:
|
||||
- id: "a6f07c4f-e8d5-42e1-8bf0-9085849d8265"
|
||||
key: "$argon2id$v=19$m=65536,t=3,p=4$zSzQSUc4ZOLmuG+kMEjWSQ$L28wMpBN3SusY+npHwfGOVKv3jkmSIbMMGaxngJ7tD0"
|
||||
waf:
|
||||
enabled: true
|
||||
methods: ["GET", "POST"]
|
||||
|
||||
Reference in New Issue
Block a user