@@ -92,15 +92,15 @@ func TestSetupEnvironment(t *testing.T) {
9292
9393 cleanupParam1 := testUtils .SetParameter (t , "/slack/token/workflow-alerts" , "slack-val" )
9494 t .Cleanup (func () { cleanupParam1 () })
95- cleanupParam2 := testUtils .SetParameter (t , fmt .Sprintf ("/bcda/%s/api/DATABASE_URL" , env ), "test-DB_URL" )
95+ cleanupParam2 := testUtils .SetParameter (t , fmt .Sprintf ("/bcda/%s/sensitive/ api/DATABASE_URL" , env ), "test-DB_URL" )
9696 t .Cleanup (func () { cleanupParam2 () })
97- cleanupParam3 := testUtils .SetParameter (t , fmt .Sprintf ("/bcda/%s/api/SSAS_URL" , env ), "test-SSAS_URL" )
97+ cleanupParam3 := testUtils .SetParameter (t , fmt .Sprintf ("/bcda/%s/sensitive/ api/SSAS_URL" , env ), "test-SSAS_URL" )
9898 t .Cleanup (func () { cleanupParam3 () })
99- cleanupParam4 := testUtils .SetParameter (t , fmt .Sprintf ("/bcda/%s/api/BCDA_SSAS_CLIENT_ID" , env ), "test-BCDA_SSAS_CLIENT_ID" )
99+ cleanupParam4 := testUtils .SetParameter (t , fmt .Sprintf ("/bcda/%s/sensitive/ api/BCDA_SSAS_CLIENT_ID" , env ), "test-BCDA_SSAS_CLIENT_ID" )
100100 t .Cleanup (func () { cleanupParam4 () })
101- cleanupParam5 := testUtils .SetParameter (t , fmt .Sprintf ("/bcda/%s/api/BCDA_SSAS_SECRET" , env ), "test-BCDA_SSAS_SECRET" )
101+ cleanupParam5 := testUtils .SetParameter (t , fmt .Sprintf ("/bcda/%s/sensitive/ api/BCDA_SSAS_SECRET" , env ), "test-BCDA_SSAS_SECRET" )
102102 t .Cleanup (func () { cleanupParam5 () })
103- cleanupParam6 := testUtils .SetParameter (t , fmt .Sprintf ("/bcda/%s/api/BCDA_CA_FILE.pem" , env ), "test-BCDA_CA_FILE" )
103+ cleanupParam6 := testUtils .SetParameter (t , fmt .Sprintf ("/bcda/%s/sensitive/ api/BCDA_CA_FILE.pem" , env ), "test-BCDA_CA_FILE" )
104104 t .Cleanup (func () { cleanupParam6 () })
105105
106106 slackName , err := setupEnv (context .Background ())
0 commit comments