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

Add support for organization roles #18

Open
ruuda opened this issue Sep 17, 2024 · 1 comment
Open

Add support for organization roles #18

ruuda opened this issue Sep 17, 2024 · 1 comment
Labels
bootcamp Good for newcomers

Comments

@ruuda
Copy link
Contributor

ruuda commented Sep 17, 2024

Recently GitHub has added organization roles. This means that our default access settings don’t need to be enforced specifically for every repository, we can have an organization default.

But then in GitHub Access Manager, we need to:

  • Make sure to take those new access settings into account when scanning repositories, I’m not sure how it manifests in the API.
  • Have a way to verify the organization roles and role assignments, if that is possible through the API at all.
@ruuda ruuda added the bootcamp Good for newcomers label Sep 17, 2024
@ruuda
Copy link
Contributor Author

ruuda commented Sep 19, 2024

It seems that in checking repository access, the API returns both access that is configured at the repository level, as well as access inherited from the organization, so we don’t need to do anything special there!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bootcamp Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant