uabrc / uabrc/devops-docs

Scripts to verify members and PI of a project space

Open
#41 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.