Skip to content
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

Githubpeople as bash script #3

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Githubpeople as bash script #3

wants to merge 4 commits into from

Conversation

Friedinger
Copy link
Collaborator

@Friedinger Friedinger commented Aug 8, 2024

Implementation of githubpeople as bash script inside docker container.

Output of bash script will look like this:

Zertifikat ./cert.pem geladen.
Lade Daten von GitHub API...
Durchsuche Liste nach Nutzern, die nicht in der GitHub Organisation sind...
 - Nicht in GitHub Organisation aber in Liste: max.mustermann / mustermax
 - Nicht in GitHub Organisation aber in Liste: erika.mustermann / ermuster
Lade Daten von LDAP...
Durchsuche Liste nach Nutzern, die nicht in LDAP sind...
 - Nicht in LDAP aber in Liste: michael.mustermann / michi123
Durchsuche GitHub Organisation nach Nutern, die nicht in der Liste sind...
 - Nicht in Liste aber in GitHub Organisation: user123
Unterschiede gefunden.

@Friedinger Friedinger added the enhancement New feature or request label Aug 8, 2024
@Friedinger Friedinger requested a review from klml August 8, 2024 13:36
-d "$(jq -c -n --arg query '
{
organization(login: "it-at-m") {
membersWithRole(first: 100, after: "") {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aktuell werden nur die ersten 100 Personen aus der Organisation ausgelesen, man müsste noch einbauen, dass über after auch weitere ausgeslesen werden können.

@klml klml requested review from FabianWilms and removed request for klml October 16, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants