From 7cf17b142ba6445f43a07ec2dab6382c848c1e93 Mon Sep 17 00:00:00 2001 From: Tom Archer Date: Fri, 15 Sep 2023 15:54:58 -0700 Subject: [PATCH 1/2] Addressing security issue regarding exposed SP info --- quickstart/201-vmss-packer-jumpbox/ubuntu.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/quickstart/201-vmss-packer-jumpbox/ubuntu.json b/quickstart/201-vmss-packer-jumpbox/ubuntu.json index efd4eaf60..44ed9f813 100644 --- a/quickstart/201-vmss-packer-jumpbox/ubuntu.json +++ b/quickstart/201-vmss-packer-jumpbox/ubuntu.json @@ -2,10 +2,10 @@ "builders": [{ "type": "azure-arm", - "client_id": "0bfc2293-4d69-49b5-83f7-bf0d60d20c45", - "client_secret": "G3.6ytCh44Kcla~_JRPBDLkzsXLOa3edDL", - "tenant_id": "c3fd441d-b8ad-487e-aa27-453079018fca", - "subscription_id": "b162117f-53fa-4f42-8c77-6a65ca966c40", + "client_id": "", + "client_secret": "", + "subscription_id": "", "managed_image_resource_group_name": "myPackerImages", "managed_image_name": "myPackerImage", From e32758d5a2c56b6865c6a493f85e21417706823c Mon Sep 17 00:00:00 2001 From: Tom Archer Date: Fri, 15 Sep 2023 17:29:15 -0700 Subject: [PATCH 2/2] Changed format of values to be supplied by reader --- quickstart/201-vmss-packer-jumpbox/ubuntu.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/quickstart/201-vmss-packer-jumpbox/ubuntu.json b/quickstart/201-vmss-packer-jumpbox/ubuntu.json index 44ed9f813..93c254b64 100644 --- a/quickstart/201-vmss-packer-jumpbox/ubuntu.json +++ b/quickstart/201-vmss-packer-jumpbox/ubuntu.json @@ -2,10 +2,10 @@ "builders": [{ "type": "azure-arm", - "client_id": "", - "client_secret": "", - "subscription_id": "", + "client_id": "00000000-0000-0000-0000-000000000000", + "client_secret": "", + "tenant_id": "00000000-0000-0000-0000-000000000000", + "subscription_id": "00000000-0000-0000-0000-000000000000", "managed_image_resource_group_name": "myPackerImages", "managed_image_name": "myPackerImage",