mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 01:47:33 +00:00
feat: system api requires authenticated requests (#3570)
* begin auth * feat: system api requires authenticated requests * fix tests
This commit is contained in:
@@ -163,6 +163,13 @@ EncryptionKeys:
|
||||
CSRFCookieKeyID: "csrfCookieKey"
|
||||
UserAgentCookieKeyID: "userAgentCookieKey"
|
||||
|
||||
SystemAPIUsers:
|
||||
# add keys for authentication of the systemAPI here:
|
||||
# - superuser:
|
||||
# Path: /path/to/superuser/key.pem
|
||||
# - superuser2:
|
||||
# Path: /path/to/superuser2/key.pem
|
||||
|
||||
#TODO: remove as soon as possible
|
||||
SystemDefaults:
|
||||
SecretGenerators:
|
||||
|
Reference in New Issue
Block a user