mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
fix: add register org and key pairs (#1275)
This commit is contained in:
@@ -24,6 +24,7 @@ type SystemDefaults struct {
|
||||
IamID string
|
||||
Notifications Notifications
|
||||
WebAuthN WebAuthN
|
||||
KeyConfig KeyConfig
|
||||
}
|
||||
|
||||
type ZitadelDocs struct {
|
||||
@@ -97,3 +98,11 @@ type WebAuthN struct {
|
||||
OriginConsole string
|
||||
DisplayName string
|
||||
}
|
||||
|
||||
type KeyConfig struct {
|
||||
Size int
|
||||
PrivateKeyLifetime types.Duration
|
||||
PublicKeyLifetime types.Duration
|
||||
EncryptionConfig *crypto.KeyConfig
|
||||
SigningKeyRotation types.Duration
|
||||
}
|
||||
|
Reference in New Issue
Block a user