File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed
Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ bugfixes :
3+ - Fixed the object creation order for the gateway staf.
Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ gateway_configuration_dispatcher_roles:
99 - role : gateway_settings
1010 var : gateway_settings
1111 tags : settings
12+ - role : gateway_organizations
13+ var : aap_organizations
14+ tags : organizations
1215 - role : gateway_applications
1316 var : aap_applications
1417 tags : applications
1518 - role : gateway_http_ports
1619 var : http_ports_list
1720 tags : http_ports
18- - role : gateway_organizations
19- var : aap_organizations
20- tags : organizations
2121 - role : gateway_service_clusters
2222 var : gateway_service_clusters
2323 tags : service_clusters
@@ -30,18 +30,18 @@ gateway_configuration_dispatcher_roles:
3030 - role : gateway_services
3131 var : gateway_services
3232 tags : services
33- - role : gateway_role_user_assignments
34- var : gateway_role_user_assignments
35- tags : role_user_assignments
36- - role : gateway_routes
37- var : gateway_routes
38- tags : routes
3933 - role : gateway_teams
4034 var : aap_teams
4135 tags : teams
4236 - role : gateway_users
4337 var : aap_user_accounts
4438 tags : users
39+ - role : gateway_role_user_assignments
40+ var : gateway_role_user_assignments
41+ tags : role_user_assignments
42+ - role : gateway_routes
43+ var : gateway_routes
44+ tags : routes
4545
4646hub_configuration_dispatcher_roles :
4747 - role : hub_namespace
You can’t perform that action at this time.
0 commit comments