Scripts to verify members and PI of a project space
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
To find the PI of a project space,
ls -la /data/project | grep group_name
To find if the user has access to (a group/which all groups)
groups blazer_id
To find the members of a group,
getent group group_name
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the repository structure and the commands in the issue: ls, groups, and getent group. Define scripts that check a project's PI, a user's group access, and the members of a group; the work is done when each requested check can be run and reports the relevant result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux, shell
- Domain
- devops, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100