mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 10:32:18 +00:00
feat: store assets in database (#3290)
* feat: use database as asset storage * being only uploading assets if allowed * tests * fixes * cleanup after merge * renaming * various fixes * fix: change to repository event types and removed unused code * feat: set default features * error handling * error handling and naming * fix tests * fix tests * fix merge * rename
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
S2DefaultInstance:
|
||||
S3DefaultInstance:
|
||||
InstanceSetup:
|
||||
Org:
|
||||
Name: ZITADEL
|
||||
@@ -13,6 +13,29 @@ S2DefaultInstance:
|
||||
Gender:
|
||||
Phone:
|
||||
Password: Password1!
|
||||
Features:
|
||||
TierName: Default Tier
|
||||
TierDescription: ""
|
||||
State: 1 #active
|
||||
StateDescription: ""
|
||||
Retention: 8760h #1year
|
||||
LoginPolicyFactors: true
|
||||
LoginPolicyIDP: true
|
||||
LoginPolicyPasswordless: true
|
||||
LoginPolicyRegistration: true
|
||||
LoginPolicyUsernameLogin: true
|
||||
LoginPolicyPasswordReset: true
|
||||
PasswordComplexityPolicy: true
|
||||
LabelPolicyPrivateLabel: true
|
||||
LabelPolicyWatermark: true
|
||||
CustomDomain: true
|
||||
PrivacyPolicy: true
|
||||
MetadataUser: true
|
||||
CustomTextMessage: true
|
||||
CustomTextLogin: true
|
||||
LockoutPolicy: true
|
||||
ActionsAllowed: 2 #ActionsAllowedUnlimited
|
||||
MaxActions: #not necessary because of ActionsAllowedUnlimited
|
||||
PasswordComplexityPolicy:
|
||||
MinLength: 8
|
||||
HasLowercase: true
|
||||
|
||||
Reference in New Issue
Block a user