-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ProviderOnlyFlag to TechnicalUserProfiles #1254
Comments
2 tasks
Open
2 tasks
8 tasks
Phil91
added a commit
to eclipse-tractusx/portal
that referenced
this issue
Feb 5, 2025
4 tasks
8 tasks
Phil91
added a commit
to eclipse-tractusx/portal
that referenced
this issue
Feb 5, 2025
Phil91
added a commit
to eclipse-tractusx/portal
that referenced
this issue
Feb 5, 2025
Phil91
added a commit
to eclipse-tractusx/portal
that referenced
this issue
Feb 5, 2025
Phil91
added a commit
to eclipse-tractusx/portal
that referenced
this issue
Feb 5, 2025
evegufy
pushed a commit
to eclipse-tractusx/portal
that referenced
this issue
Feb 6, 2025
ntruchsess
pushed a commit
that referenced
this issue
Feb 6, 2025
…ProviderOnly flag (#1256) * feat(technicalUser): enhance technical user profile with AccessiblyByProviderOnly flag * add Extension for efficient inclusion of rolesettings into queries * refactor GetTechnicalUserProfileInformation to do the role-evaluation on db-side * adjust db-unit-tests Refs: #1254 --------- Co-authored-by: Norbert Truchsess <[email protected]>
Phil91
added a commit
to eclipse-tractusx/portal
that referenced
this issue
Feb 6, 2025
Phil91
added a commit
to eclipse-tractusx/portal
that referenced
this issue
Feb 6, 2025
Refs: eclipse-tractusx/portal-backend#1254 Reviewed-By: Evelyn Gurschler <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
adjust the endpoints
GET: /api/apps/{appId}/appreleaseprocess/technical-user-profile
&GET: /api/services/servicerelease/{serviceId}/technical-user-profiles
to return a flag if the technical user profile is only visible for the offer provider.Acceptance Criteria
UserRolesAccessibleByProviderOnly
UserRolesAccessibleByProviderOnly
and some which aren't configured inUserRolesAccessibleByProviderOnly
an error should be thrown that only Provider Owned or other roles can be setUserRolesAccessibleByProviderOnly
& some that aren't in the configuration, if that's the case two technical users should be createdThe text was updated successfully, but these errors were encountered: