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

feat(integrations): Add visibility support to Github Integration #2360

Merged
merged 8 commits into from
Sep 4, 2024

Conversation

DanielHougaard
Copy link
Contributor

@DanielHougaard DanielHougaard commented Aug 30, 2024

Description 📣

Previously it wasn't possible to select the visibility type for the Github integration. It was hardcoded to all, which is actually very misleading. all means it will only expose secrets to all public repositories. This means that there was no way to expose organization-scoped secrets to private repositories.

This PR introduces visibility support, so the user can choose between:

  • All public repositories
  • All private repositories
  • Select their own repositores -- this gives more fine-grained control over which repositories will get access to the organization-level secrets.

Type ✨

  • Bug fix
  • New feature
  • Breaking change
  • Documentation

@DanielHougaard DanielHougaard self-assigned this Aug 30, 2024
@DanielHougaard DanielHougaard changed the title docs(sdks): redirect to new Node SDK feat(integrations): Add visibility support to Github Integration Sep 3, 2024
@DanielHougaard DanielHougaard force-pushed the daniel/redirect-node-docs branch from 0b1eff7 to c59a531 Compare September 3, 2024 00:41
@DanielHougaard DanielHougaard requested review from akhilmhdh and removed request for maidul98 September 3, 2024 10:54
Copy link
Member

@akhilmhdh akhilmhdh left a comment

Choose a reason for hiding this comment

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

Code wise looks good. Need to test it out

@DanielHougaard DanielHougaard merged commit 9cf917d into main Sep 4, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants