Skip to content
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

Implement Role based access #914

Open
pat-johnson-dev opened this issue Dec 18, 2024 · 0 comments
Open

Implement Role based access #914

pat-johnson-dev opened this issue Dec 18, 2024 · 0 comments
Assignees

Comments

@pat-johnson-dev
Copy link
Collaborator

pat-johnson-dev commented Dec 18, 2024

Based on the settings in the infrastructure-prime repository's authz file, enforce role based access in the Hub UI. The rules are as follows:

  • Any user with a role of USER will have data in the Hub UI grids limited to only bundles with the Tenant ID listed for them.
    • The matching on this Tenant ID should be case insensitive so that if the entered Tenant ID in the authz file is "HEALTHeLINK", said user should still see bundles sent as "healthelink" or any other casing variation.
  • Any user with a role of 'ADMIN' should not have data limited in the Hub UI grids.

Please reply if there are cases or variations that need to be considered beside the above.

@ratheesh-kr ratheesh-kr self-assigned this Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants