mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
feat: encryption keys in database (#3265)
* enable overwrite of adminUser fields in defaults.yaml * create schema and table * cli: create keys * cli: create keys * read encryptionkey from db * merge v2 * file names * cleanup defaults.yaml * remove custom errors * load encryptionKeys on start * cleanup * fix merge * update system defaults * fix error message
This commit is contained in:
@@ -188,30 +188,6 @@ Update twilio sms provider token
|
||||
PUT: /sms/twilio/{id}/token
|
||||
|
||||
|
||||
### GetFileSystemNotificationProvider
|
||||
|
||||
> **rpc** GetFileSystemNotificationProvider([GetFileSystemNotificationProviderRequest](#getfilesystemnotificationproviderrequest))
|
||||
[GetFileSystemNotificationProviderResponse](#getfilesystemnotificationproviderresponse)
|
||||
|
||||
Get file system notification provider
|
||||
|
||||
|
||||
|
||||
GET: /notification/provider/file
|
||||
|
||||
|
||||
### GetLogNotificationProvider
|
||||
|
||||
> **rpc** GetLogNotificationProvider([GetLogNotificationProviderRequest](#getlognotificationproviderrequest))
|
||||
[GetLogNotificationProviderResponse](#getlognotificationproviderresponse)
|
||||
|
||||
Get log notification provider
|
||||
|
||||
|
||||
|
||||
GET: /notification/provider/log
|
||||
|
||||
|
||||
### GetOIDCSettings
|
||||
|
||||
> **rpc** GetOIDCSettings([GetOIDCSettingsRequest](#getoidcsettingsrequest))
|
||||
@@ -236,6 +212,30 @@ Update oidc settings (e.g token lifetimes, etc)
|
||||
PUT: /settings/oidc
|
||||
|
||||
|
||||
### GetFileSystemNotificationProvider
|
||||
|
||||
> **rpc** GetFileSystemNotificationProvider([GetFileSystemNotificationProviderRequest](#getfilesystemnotificationproviderrequest))
|
||||
[GetFileSystemNotificationProviderResponse](#getfilesystemnotificationproviderresponse)
|
||||
|
||||
Get file system notification provider
|
||||
|
||||
|
||||
|
||||
GET: /notification/provider/file
|
||||
|
||||
|
||||
### GetLogNotificationProvider
|
||||
|
||||
> **rpc** GetLogNotificationProvider([GetLogNotificationProviderRequest](#getlognotificationproviderrequest))
|
||||
[GetLogNotificationProviderResponse](#getlognotificationproviderresponse)
|
||||
|
||||
Get log notification provider
|
||||
|
||||
|
||||
|
||||
GET: /notification/provider/log
|
||||
|
||||
|
||||
### GetOrgByID
|
||||
|
||||
> **rpc** GetOrgByID([GetOrgByIDRequest](#getorgbyidrequest))
|
||||
|
Reference in New Issue
Block a user