mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-15 03:06:02 +00:00
fix: multiple setup steps (#773)
* fix: multiple setup steps * fix: test set up started * fix: possible nil pointers in setup * fix: validate executed step
This commit is contained in:
@@ -1503,8 +1503,14 @@ message ZitadelDocs {
|
||||
message Iam {
|
||||
string global_org_id = 1;
|
||||
string iam_project_id = 2;
|
||||
bool set_up_done = 3;
|
||||
bool set_up_started = 4;
|
||||
IamSetupStep set_up_done = 3;
|
||||
IamSetupStep set_up_started = 4;
|
||||
}
|
||||
|
||||
enum IamSetupStep {
|
||||
iam_setup_step_UNDEFINED = 0;
|
||||
iam_setup_step_1 = 1;
|
||||
iam_setup_step_2 = 2;
|
||||
}
|
||||
|
||||
message ChangeRequest {
|
||||
|
||||
Reference in New Issue
Block a user