Updated - RTR Permission Matrix readme.md#624
Open
SharadCrosby wants to merge 1 commit intoCDCgov:mainfrom
Open
Updated - RTR Permission Matrix readme.md#624SharadCrosby wants to merge 1 commit intoCDCgov:mainfrom
SharadCrosby wants to merge 1 commit intoCDCgov:mainfrom
Conversation
Updated listed databases to match reference of necessary permissions required per the matrix. Specifically, there is a lack of clarity if permissions should be run on RDB and RDB_Modern.
ericbuckley
reviewed
Jan 14, 2026
| | **Organization** | NBS_ODSE, NBS_SRTE, rdb, rdb_modern | `SRTE/ODSE:db_datareader` + `ODSE: sp_organization_event` + `ODSE: sp_place_event` + `RDB/rdb_modern: job_flow_log INSERT` | | ||
| | **Observation** | NBS_ODSE, NBS_SRTE, rdb, rdb_modern | `SRTE/ODSE:db_datareader` + `ODSE:sp_observation_event` + `RDB/rdb_modern: job_flow_log INSERT` | | ||
| | **Person** | NBS_ODSE, NBS_SRTE, rdb, rdb_modern | `SRTE/ODSE:db_datareader` + `ODSE:4 SPs` + `RDB/rdb_modern: job_flow_log INSERT` | | ||
| | **Investigation** | NBS_ODSE, rdb_modern | `db_datawriter/db_datareader` on ODSE + full READ/WRITE on rdb/rdb_modern | |
Contributor
There was a problem hiding this comment.
Suggested change
| | **Investigation** | NBS_ODSE, rdb_modern | `db_datawriter/db_datareader` on ODSE + full READ/WRITE on rdb/rdb_modern | | |
| | **Investigation** | NBS_ODSE, NBS_SRTE, rdb, rdb_modern | `db_datawriter/db_datareader` on ODSE + full READ/WRITE on rdb/rdb_modern | |
Contributor
There was a problem hiding this comment.
I believe the Investigation service will also need permissions on rdb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated listed databases to match reference of necessary permissions required per the matrix. Specifically, there is a lack of clarity if permissions should be run on RDB and RDB_Modern.
Notes
Please include a summary of the change and which issue is fixed or which feature is added.
JIRA
Checklist
Types of changes
What types of changes does this PR introduces?
Testing
gradle buildpass in your local?gradle buildlogs attached?