Skip to content

Commit

Permalink
feat(tech user): add internal invitation tech user
Browse files Browse the repository at this point in the history
Allows adding technical user for invitation api as CX Operator.

Refs: eclipse-tractusx#932
  • Loading branch information
typecastcloud committed Sep 17, 2024
1 parent 224a6a0 commit 5aaf6a5
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
"user_role_id": "607818be-4978-41f4-bf63-fa6d2de51262",
"user_role_collection_id": "1a24eca5-901f-4191-84a7-4ef09a894575"
},
{
"user_role_id": "34c42896-a003-4653-af8f-ba06ca595754",
"user_role_collection_id": "1a24eca5-901f-4191-84a7-4ef09a894575"
},
{
"user_role_id": "58f897ec-0aad-4588-8ffa-5f45d6638633",
"user_role_collection_id": "8cb12ea2-aed4-4d75-b041-ba297df3d2f2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,5 +258,15 @@
"user_role_id": "c01818be-4978-41f4-bf63-fa6d2de53267",
"language_short_name": "en",
"description": "BPDM Pool Sharing Consumer"
},
{
"user_role_id": "34c42896-a003-4653-af8f-ba06ca595754",
"language_short_name": "de",
"description": "Technischer User für die Invitation API zur Integration von Drittanbieter-Software."
},
{
"user_role_id": "34c42896-a003-4653-af8f-ba06ca595754",
"language_short_name": "en",
"description": "Technical user enabling the invitation API to integrate 3rd party software."
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,11 @@
"user_role": "BPDM Pool Sharing Consumer",
"offer_id": "0ffcb416-1101-4ba6-8d4a-a9dfa31745a4",
"last_editor_id": null
},
{
"id": "34c42896-a003-4653-af8f-ba06ca595754",
"user_role": "Registration Internal",
"offer_id": "9b957704-3505-4445-822c-d7ef80f27fcd",
"last_editor_id": null
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public async Task CompanyRoleCollectionRolesView_GetAll_ReturnsExpected()

// Act
var result = await sut.CompanyRoleCollectionRolesView.ToListAsync();
result.Should().HaveCount(56);
result.Should().HaveCount(57);
}

[Fact]
Expand Down

0 comments on commit 5aaf6a5

Please sign in to comment.