-
Notifications
You must be signed in to change notification settings - Fork 15
Article on data access authorization and responsibility #897
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
49419ae
first draft on data access authorization
bdu-birhanu a15fa53
reorder tables colmun and row
bdu-birhanu 8768c03
renamed to data resoonsibilities
bdu-birhanu a9313b8
added data archival and buckup section
bdu-birhanu 7a316df
added security exceptions content
bdu-birhanu 1a67af4
formatting the csv table
bdu-birhanu 25ad739
formatting tables and update buckup and it policies section
bdu-birhanu 0a688ec
added contents under security exception section
bdu-birhanu 89cf603
fix typo under security exception section
bdu-birhanu 36cd08c
Merge branch 'main' into feat-data-access
bdu-birhanu 0024bb0
addressing issues with content formatting and typos
bdu-birhanu 5b376ca
Merge branch 'main' into feat-data-access
bdu-birhanu 732bfca
including comments in csv table and data responsibility section
bdu-birhanu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| # Data Access Authorization and Responsibility | ||
|
|
||
| Data access authorization and responsibility are critical aspect of managing and securing research data and resources. It ensures that only authorized individuals have access to specific data, maintaining security, compliance, and operational efficiency. | ||
|
|
||
| ## Cheaha Project directory | ||
|
|
||
| A Cheaha Project directory is owned by a PI of a Lab or director of core facility. It is designed for sharing research data among lab members, and collaborators where permissions and access control are typically managed by the PI/director or designated administrators/manager. | ||
|
|
||
| {{ read_csv('data_management/res/cheaha_project_directory.csv', keep_default_na=False) }} | ||
|
|
||
| ## Personal Cheaha Account | ||
|
|
||
| Personal cheaha accounts are intended for personal or individual use and are available to all UAB affiliated individuals or UAB employee's sponsored Collaborator. These accounts are tied to the individual’s email and provide 5 TB of home/user directory. | ||
|
|
||
| {{ read_csv('data_management/res/cheaha_individual_account.csv', keep_default_na=False) }} | ||
|
|
||
| ## Security Exceptions for Accessing Former UAB Personnel Data | ||
|
|
||
| ## Data Handling in Shared and Personal Cheaha Accounts After Leaving UAB? |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| Permissions/Responsibilities,Research Computing,User, Storage Owner's Supervisor | ||
| Create personal Cheaha account,,Yes ✔️, | ||
| Move unused data to LTS or archive,,Yes ✔️, | ||
| Manage backup plans,,Yes ✔️, | ||
| Data and access control,,Yes ✔️, | ||
|
bdu-birhanu marked this conversation as resolved.
Outdated
|
||
| Sponsor external collaborator,Yes ✔️,Yes ✔️,Yes ✔️ | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| Permissions/Responsibilities,Research Computing,Members,Manager,PI | ||
|
bdu-birhanu marked this conversation as resolved.
Outdated
|
||
| Create a project directory,Upon PI request,,, | ||
| Request a project directory,,,,Yes ✔️ | ||
| Add/remove member to/from the project space,Upon PI approval/Manager request,,, | ||
| Grant access to users to a specific folder,Upon PI approval/Manager request,,Yes ✔️,Yes ✔️ | ||
|
bdu-birhanu marked this conversation as resolved.
Outdated
|
||
| Periodically check group membership,,,Yes ✔️,Yes ✔️ | ||
| Verify and update access controls,,,Yes ✔️,Yes ✔️ | ||
| Move unused shared data to LTS/archive,,Yes ✔️,Yes ✔️,Yes ✔️ | ||
| Manage backup and recovery,,Yes ✔️,Yes ✔️,Yes ✔️ | ||
| Ensure proper usage of shared storage,,Yes ✔️,Yes ✔️,Yes ✔️ | ||
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
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.
Uh oh!
There was an error while loading. Please reload this page.