-
Notifications
You must be signed in to change notification settings - Fork 199
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
fix: Central Server permissions #1900
Conversation
…gs tab refs: XRDDEV-2543
refs: XRDDEV-2543
refs: XRDDEV-2543
- VIEW_EXTERNAL_CONFIGURATION_SOURCE: [ XROAD_SYSTEM_ADMINISTRATOR, XROAD_SECURITY_OFFICER ] | ||
- GENERATE_SOURCE_ANCHOR: [ XROAD_SECURITY_OFFICER ] | ||
- DOWNLOAD_SOURCE_ANCHOR: [ XROAD_SECURITY_OFFICER ] | ||
- UPLOAD_CONFIGURATION_PART: [ XROAD_SECURITY_OFFICER, XROAD_REGISTRATION_OFFICER ] | ||
- UPLOAD_CONFIGURATION_PART: [ XROAD_SECURITY_OFFICER ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like this line is missing XROAD_SYSTEM_ADMINISTRATOR
role.
According to spec upload & download should both have XROAD_SYSTEM_ADMINISTRATOR
& XROAD_SECURITY_OFFICER
roles
- ADD_MEMBER_CLASS: [ XROAD_SYSTEM_ADMINISTRATOR ] | ||
- EDIT_MEMBER_CLASS: [ XROAD_SYSTEM_ADMINISTRATOR ] | ||
- DELETE_MEMBER_CLASS: [ XROAD_SYSTEM_ADMINISTRATOR ] | ||
- VIEW_MEMBER_CLASSES: [ XROAD_SECURITY_OFFICER, XROAD_SYSTEM_ADMINISTRATOR ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to spec, CRUD operations regarding member classes should be allowed to XROAD_SECURITY_OFFICER only.
refs: XRDDEV-2543
refs: XRDDEV-2543
|
In this PR I fixed Security Officer permissions on the Settings tab and also made some viewing permissions more consistent between roles.
refs: XRDDEV-2543