mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-25 22:10:50 +00:00
just create org owner
This commit is contained in:
parent
f9176fef04
commit
25d8a25e3e
@ -5,7 +5,3 @@ E2E:
|
||||
MachineKeyPath: ".keys/e2e.json"
|
||||
BaseURL: "http://localhost:8080"
|
||||
OrgOwnerPassword: "Password1!"
|
||||
OrgOwnerViewerPassword: "Password1!"
|
||||
OrgProjectCreatorPassword: "Password1!"
|
||||
PasswordComplexityUserPassword: "Password1!"
|
||||
LoginPolicyUserPassword: "Password1!"
|
||||
|
@ -116,20 +116,6 @@ func startE2ESetup(conf *Config, masterkey string) {
|
||||
desc: "org_owner",
|
||||
pw: conf.E2E.OrgOwnerPassword,
|
||||
role: domain.RoleOrgOwner,
|
||||
}, {
|
||||
desc: "org_owner_viewer",
|
||||
pw: conf.E2E.OrgOwnerViewerPassword,
|
||||
role: domain.RoleOrgOwner,
|
||||
}, {
|
||||
desc: "org_project_creator",
|
||||
pw: conf.E2E.OrgProjectCreatorPassword,
|
||||
role: domain.RoleOrgProjectCreator,
|
||||
}, {
|
||||
desc: "login_policy_user",
|
||||
pw: conf.E2E.LoginPolicyUserPassword,
|
||||
}, {
|
||||
desc: "password_complexity_user",
|
||||
pw: conf.E2E.PasswordComplexityUserPassword,
|
||||
}}
|
||||
|
||||
err = execute(ctx, commands, *conf.E2E, users, instanceID)
|
||||
|
Loading…
x
Reference in New Issue
Block a user