Skip to content

Commit e37c4e4

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

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
@@ -189,13 +189,15 @@ env:
189189
identity:
190190
log:
191191
ranger_audit:
192+
raz:
192193
xaccount:
193194
name:
194195
cross_account:
195196
datalake_admin:
196197
idbroker:
197198
log:
198199
ranger_audit:
200+
raz:
199201
name_suffix:
200202
admin:
201203
assignment:
@@ -240,6 +242,7 @@ env:
240242
user_sync:
241243
version:
242244
scale:
245+
enable_raz:
243246
gcp:
244247
auto_enable_services:
245248
manage_identities:
@@ -320,6 +323,7 @@ globals:
320323
private:
321324
public:
322325
ranger_audit:
326+
raz:
323327
role:
324328
service_network:
325329
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)