Skip to content

Commit 57f8f5f

Browse files
committed
Address PR concerns - nested list and docs
Signed-off-by: Christopher Perro <[email protected]>
1 parent 57d3dab commit 57f8f5f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/configuration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,15 @@ env:
145145
identity:
146146
log:
147147
ranger_audit:
148+
raz:
148149
xaccount:
149150
name:
150151
cross_account:
151152
datalake_admin:
152153
idbroker:
153154
log:
154155
ranger_audit:
156+
raz:
155157
name_suffix:
156158
admin:
157159
assignment:
@@ -196,6 +198,7 @@ env:
196198
user_sync:
197199
version:
198200
scale:
201+
enable_raz:
199202
gcp:
200203
bindings:
201204
cross_account:
@@ -273,6 +276,7 @@ globals:
273276
private:
274277
public:
275278
ranger_audit:
279+
raz:
276280
role:
277281
service_network:
278282
storage:

roles/platform/tasks/initialize_teardown_azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040
- "{{ plat__azure_datalakeadmin_identity_name }}"
4141
- "{{ plat__azure_log_identity_name }}"
4242
- "{{ plat__azure_ranger_audit_identity_name }}"
43-
role_assignment_assignee_list: "{{ msi_principal_id_list | union([plat__azure_application_service_principal_objuuid | default([])]) | list }}"
43+
role_assignment_assignee_list: "{{ msi_principal_id_list | union([plat__azure_application_service_principal_objuuid] if plat__azure_application_service_principal_objuuid is defined else []) }}"
4444

0 commit comments

Comments
 (0)