Skip to content

Commit

Permalink
App names changed to avoid collission on HP side (#3795)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajithaalurims authored Apr 3, 2024
1 parent fdb0239 commit 24e5dc1
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 48 deletions.
24 changes: 12 additions & 12 deletions build/jobs/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,15 @@ steps:
'app_nativeClient_secret': $(app_nativeClient_secret)
'app_wrongAudienceClient_id': $(app_wrongAudienceClient_id)
'app_wrongAudienceClient_secret': $(app_wrongAudienceClient_secret)
'app_globalAdminUser_id': $(app_globalAdminUser_id)
'app_globalAdminUser_secret': $(app_globalAdminUser_secret)
'app_globalConverterUser_id': $(app_globalConverterUser_id)
'app_globalConverterUser_secret': $(app_globalConverterUser_secret)
'app_globalExporterUser_id': $(app_globalExporterUser_id)
'app_globalExporterUser_secret': $(app_globalExporterUser_secret)
'app_globalImporterUser_id': $(app_globalImporterUser_id)
'app_globalImporterUser_secret': $(app_globalImporterUser_secret)
'app_globalReaderUser_id': $(app_globalReaderUser_id)
'app_globalReaderUser_secret': $(app_globalReaderUser_secret)
'app_globalWriterUser_id': $(app_globalWriterUser_id)
'app_globalWriterUser_secret': $(app_globalWriterUser_secret)
'app_globalAdminUserApp_id': $(app_globalAdminUserApp_id)
'app_globalAdminUserApp_secret': $(app_globalAdminUserApp_secret)
'app_globalConverterUserApp_id': $(app_globalConverterUserApp_id)
'app_globalConverterUserApp_secret': $(app_globalConverterUserApp_secret)
'app_globalExporterUserApp_id': $(app_globalExporterUserApp_id)
'app_globalExporterUserApp_secret': $(app_globalExporterUserApp_secret)
'app_globalImporterUserApp_id': $(app_globalImporterUserApp_id)
'app_globalImporterUserApp_secret': $(app_globalImporterUserApp_secret)
'app_globalReaderUserApp_id': $(app_globalReaderUserApp_id)
'app_globalReaderUserApp_secret': $(app_globalReaderUserApp_secret)
'app_globalWriterUserApp_id': $(app_globalWriterUserApp_id)
'app_globalWriterUserApp_secret': $(app_globalWriterUserApp_secret)
48 changes: 24 additions & 24 deletions build/jobs/run-export-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,18 @@ jobs:
'app_nativeClient_secret': $(app_nativeClient_secret)
'app_wrongAudienceClient_id': $(app_wrongAudienceClient_id)
'app_wrongAudienceClient_secret': $(app_wrongAudienceClient_secret)
'app_globalAdminUser_id': $(app_globalAdminUser_id)
'app_globalAdminUser_secret': $(app_globalAdminUser_secret)
'app_globalConverterUser_id': $(app_globalConverterUser_id)
'app_globalConverterUser_secret': $(app_globalConverterUser_secret)
'app_globalExporterUser_id': $(app_globalExporterUser_id)
'app_globalExporterUser_secret': $(app_globalExporterUser_secret)
'app_globalImporterUser_id': $(app_globalImporterUser_id)
'app_globalImporterUser_secret': $(app_globalImporterUser_secret)
'app_globalReaderUser_id': $(app_globalReaderUser_id)
'app_globalReaderUser_secret': $(app_globalReaderUser_secret)
'app_globalWriterUser_id': $(app_globalWriterUser_id)
'app_globalWriterUser_secret': $(app_globalWriterUser_secret)
'app_globalAdminUserApp_id': $(app_globalAdminUserApp_id)
'app_globalAdminUserApp_secret': $(app_globalAdminUserApp_secret)
'app_globalConverterUserApp_id': $(app_globalConverterUserApp_id)
'app_globalConverterUserApp_secret': $(app_globalConverterUserApp_secret)
'app_globalExporterUserApp_id': $(app_globalExporterUserApp_id)
'app_globalExporterUserApp_secret': $(app_globalExporterUserApp_secret)
'app_globalImporterUserApp_id': $(app_globalImporterUserApp_id)
'app_globalImporterUserApp_secret': $(app_globalImporterUserApp_secret)
'app_globalReaderUserApp_id': $(app_globalReaderUserApp_id)
'app_globalReaderUserApp_secret': $(app_globalReaderUserApp_secret)
'app_globalWriterUserApp_id': $(app_globalWriterUserApp_id)
'app_globalWriterUserApp_secret': $(app_globalWriterUserApp_secret)

- job: 'sqlE2eTests'
dependsOn: []
Expand Down Expand Up @@ -198,16 +198,16 @@ jobs:
'app_nativeClient_secret': $(app_nativeClient_secret)
'app_wrongAudienceClient_id': $(app_wrongAudienceClient_id)
'app_wrongAudienceClient_secret': $(app_wrongAudienceClient_secret)
'app_globalAdminUser_id': $(app_globalAdminUser_id)
'app_globalAdminUser_secret': $(app_globalAdminUser_secret)
'app_globalConverterUser_id': $(app_globalConverterUser_id)
'app_globalConverterUser_secret': $(app_globalConverterUser_secret)
'app_globalExporterUser_id': $(app_globalExporterUser_id)
'app_globalExporterUser_secret': $(app_globalExporterUser_secret)
'app_globalImporterUser_id': $(app_globalImporterUser_id)
'app_globalImporterUser_secret': $(app_globalImporterUser_secret)
'app_globalReaderUser_id': $(app_globalReaderUser_id)
'app_globalReaderUser_secret': $(app_globalReaderUser_secret)
'app_globalWriterUser_id': $(app_globalWriterUser_id)
'app_globalWriterUser_secret': $(app_globalWriterUser_secret)
'app_globalAdminUserApp_id': $(app_globalAdminUserApp_id)
'app_globalAdminUserApp_secret': $(app_globalAdminUserApp_secret)
'app_globalConverterUserApp_id': $(app_globalConverterUserApp_id)
'app_globalConverterUserApp_secret': $(app_globalConverterUserApp_secret)
'app_globalExporterUserApp_id': $(app_globalExporterUserApp_id)
'app_globalExporterUserApp_secret': $(app_globalExporterUserApp_secret)
'app_globalImporterUserApp_id': $(app_globalImporterUserApp_id)
'app_globalImporterUserApp_secret': $(app_globalImporterUserApp_secret)
'app_globalReaderUserApp_id': $(app_globalReaderUserApp_id)
'app_globalReaderUserApp_secret': $(app_globalReaderUserApp_secret)
'app_globalWriterUserApp_id': $(app_globalWriterUserApp_id)
'app_globalWriterUserApp_secret': $(app_globalWriterUserApp_secret)

Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ namespace Microsoft.Health.Fhir.Tests.E2E.Common

public static class TestApplications
{
public static TestApplication AdminUser { get; } = new TestApplication("globalAdminUser");
public static TestApplication AdminUser { get; } = new TestApplication("globalAdminUserApp");

public static TestApplication BulkImportUser { get; } = new TestApplication("globalImporterUser");
public static TestApplication BulkImportUser { get; } = new TestApplication("globalImporterUserApp");

public static TestApplication ConvertDataUser { get; } = new TestApplication("globalConverterUser");
public static TestApplication ConvertDataUser { get; } = new TestApplication("globalConverterUserApp");

public static TestApplication ExportUser { get; } = new TestApplication("globalExporterUser");
public static TestApplication ExportUser { get; } = new TestApplication("globalExporterUserApp");

public static TestApplication GlobalAdminServicePrincipal { get; } = new TestApplication("globalAdminServicePrincipal");

public static TestApplication InvalidClient { get; } = new TestApplication("invalidclient");

public static TestApplication NativeClient { get; } = new TestApplication("nativeClient");

public static TestApplication ReadOnlyUser { get; } = new TestApplication("globalReaderUser");
public static TestApplication ReadOnlyUser { get; } = new TestApplication("globalReaderUserApp");

public static TestApplication ReadWriteUser { get; } = new TestApplication("globalWriterUser");
public static TestApplication ReadWriteUser { get; } = new TestApplication("globalWriterUserApp");

public static TestApplication SmartUserClient { get; } = new TestApplication("smartUserClient");

Expand Down
12 changes: 6 additions & 6 deletions testauthenvironment.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,37 @@
],
"clientApplications": [
{
"id": "globalReaderUser",
"id": "globalReaderUserApp",
"roles": [
"globalReader"
]
},
{
"id": "globalWriterUser",
"id": "globalWriterUserApp",
"roles": [
"globalWriter"
]
},
{
"id": "globalExporterUser",
"id": "globalExporterUserApp",
"roles": [
"globalExporter"
]
},
{
"id": "globalConverterUser",
"id": "globalConverterUserApp",
"roles": [
"globalConverter"
]
},
{
"id": "globalImporterUser",
"id": "globalImporterUserApp",
"roles": [
"globalImporter"
]
},
{
"id": "globalAdminUser",
"id": "globalAdminUserApp",
"roles": [
"globalAdmin"
]
Expand Down

0 comments on commit 24e5dc1

Please sign in to comment.