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

Feat: make defaultRoles configurable #134

Conversation

pieterlukasse
Copy link

Link to JIRA ticket if there is one: https://ctds-planx.atlassian.net/browse/VADC-1062

New Features

  • make defaultRoles configurable

Breaking Changes

  • use it also instead of the existing security.ad.default.import.group

Bug Fixes

  • fixes current issue where the defaultRoles is not set consistently throughout the code

Improvements

  • default roles are now configurable!

...and use it also instead of the existing security.ad.default.import.group
@pieterlukasse pieterlukasse changed the title feat: make defaultRoles configurable Feat: make defaultRoles configurable Apr 26, 2024
@@ -108,6 +108,8 @@ csrf.disable=true
sparql.endpoint=http://virtuoso.ohdsi.org:8890/sparql?default-graph-uri=&query=

security.defaultGlobalReadPermissions=${security.defaultGlobalReadPermissions}
#security.defaultRoles=${security.defaultRoles}
security.defaultRoles=public,read restricted Atlas Users
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...and then we would also add role 'shared artifacts reader' (role 16) to this list, based on OHDSI/Atlas#2929

@pieterlukasse
Copy link
Author

abandoned feature...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant