mirror of
https://github.com/zitadel/zitadel.git
synced 2025-06-16 11:48:35 +00:00
docs(cmd): document that human and service user can be used in the default instance (#8229)
# Which Problems Are Solved This solves a documentation issue raised here https://github.com/zitadel/zitadel/discussions/8217#discussioncomment-9936216 The behavior was changed with https://github.com/zitadel/zitadel/issues/6430 --------- Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
parent
c17ab9f82a
commit
224dc382d0
@ -578,8 +578,7 @@ DefaultInstance:
|
|||||||
Org:
|
Org:
|
||||||
Name: ZITADEL # ZITADEL_DEFAULTINSTANCE_ORG_NAME
|
Name: ZITADEL # ZITADEL_DEFAULTINSTANCE_ORG_NAME
|
||||||
# In the DefaultInstance.Org.Human section, the initial organization's admin user with the role IAM_OWNER is defined.
|
# In the DefaultInstance.Org.Human section, the initial organization's admin user with the role IAM_OWNER is defined.
|
||||||
# ZITADEL either creates a human user or a machine user.
|
# If DefaultInstance.Org.Machine.Machine is defined, a service user is created with the IAM_OWNER role.
|
||||||
# If DefaultInstance.Org.Machine.Machine is defined, a service user is created with the IAM_OWNER role, not a human user.
|
|
||||||
Human:
|
Human:
|
||||||
# In case that UserLoginMustBeDomain is false (default) and if you don't overwrite the username with an email,
|
# In case that UserLoginMustBeDomain is false (default) and if you don't overwrite the username with an email,
|
||||||
# it will be suffixed by the org domain (org-name + domain from config).
|
# it will be suffixed by the org domain (org-name + domain from config).
|
||||||
@ -599,8 +598,7 @@ DefaultInstance:
|
|||||||
Verified: # ZITADEL_DEFAULTINSTANCE_ORG_HUMAN_PHONE_VERIFIED
|
Verified: # ZITADEL_DEFAULTINSTANCE_ORG_HUMAN_PHONE_VERIFIED
|
||||||
Password: # ZITADEL_DEFAULTINSTANCE_ORG_HUMAN_PASSWORD
|
Password: # ZITADEL_DEFAULTINSTANCE_ORG_HUMAN_PASSWORD
|
||||||
# In the DefaultInstance.Org.Machine section, the initial organization's admin user with the role IAM_OWNER is defined.
|
# In the DefaultInstance.Org.Machine section, the initial organization's admin user with the role IAM_OWNER is defined.
|
||||||
# ZITADEL either creates a human user or a machine user.
|
# If DefaultInstance.Org.Machine.Machine is defined, a service user is created with the IAM_OWNER role.
|
||||||
# If DefaultInstance.Org.Machine.Machine is defined, a service user is created with the IAM_OWNER role, not a human user.
|
|
||||||
Machine:
|
Machine:
|
||||||
Machine:
|
Machine:
|
||||||
Username: # ZITADEL_DEFAULTINSTANCE_ORG_MACHINE_MACHINE_USERNAME
|
Username: # ZITADEL_DEFAULTINSTANCE_ORG_MACHINE_MACHINE_USERNAME
|
||||||
|
@ -11,8 +11,7 @@ FirstInstance:
|
|||||||
Org:
|
Org:
|
||||||
Name: ZITADEL # ZITADEL_FIRSTINSTANCE_ORG_NAME
|
Name: ZITADEL # ZITADEL_FIRSTINSTANCE_ORG_NAME
|
||||||
# In the FirstInstance.Org.Human section, the initial organization's admin user with the role IAM_OWNER is defined.
|
# In the FirstInstance.Org.Human section, the initial organization's admin user with the role IAM_OWNER is defined.
|
||||||
# ZITADEL either creates a human user or a machine user.
|
# If FirstInstance.Org.Machine.Machine is defined, a service user is created with the IAM_OWNER role.
|
||||||
# If FirstInstance.Org.Machine.Machine is defined, a service user is created with the IAM_OWNER role, not a human user.
|
|
||||||
Human:
|
Human:
|
||||||
# In case UserLoginMustBeDomain is false (default) and you don't overwrite the username with an email,
|
# In case UserLoginMustBeDomain is false (default) and you don't overwrite the username with an email,
|
||||||
# it will be suffixed by the org domain (org-name + domain from config).
|
# it will be suffixed by the org domain (org-name + domain from config).
|
||||||
@ -34,8 +33,7 @@ FirstInstance:
|
|||||||
Password: Password1! # ZITADEL_FIRSTINSTANCE_ORG_HUMAN_PASSWORD
|
Password: Password1! # ZITADEL_FIRSTINSTANCE_ORG_HUMAN_PASSWORD
|
||||||
PasswordChangeRequired: true # ZITADEL_FIRSTINSTANCE_ORG_HUMAN_PASSWORDCHANGEREQUIRED
|
PasswordChangeRequired: true # ZITADEL_FIRSTINSTANCE_ORG_HUMAN_PASSWORDCHANGEREQUIRED
|
||||||
# In the FirstInstance.Org.Machine section, the initial organization's admin user with the role IAM_OWNER is defined.
|
# In the FirstInstance.Org.Machine section, the initial organization's admin user with the role IAM_OWNER is defined.
|
||||||
# ZITADEL either creates a human user or a machine user.
|
# If FirstInstance.Org.Machine.Machine is defined, a service user is created with the IAM_OWNER role.
|
||||||
# If FirstInstance.Org.Machine.Machine is defined, a service user is created with the IAM_OWNER role, not a human user.
|
|
||||||
Machine:
|
Machine:
|
||||||
Machine:
|
Machine:
|
||||||
Username: # ZITADEL_FIRSTINSTANCE_ORG_MACHINE_MACHINE_USERNAME
|
Username: # ZITADEL_FIRSTINSTANCE_ORG_MACHINE_MACHINE_USERNAME
|
||||||
|
Loading…
x
Reference in New Issue
Block a user