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

GitHub App Installation Authentication #80

Closed
6 tasks done
jmeridth opened this issue Apr 4, 2024 · 1 comment
Closed
6 tasks done

GitHub App Installation Authentication #80

jmeridth opened this issue Apr 4, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jmeridth
Copy link
Member

jmeridth commented Apr 4, 2024

Currently the GitHub OSPO GitHub Actions only allow authentication via a personal access token (PAT). Many enterprise customers require GitHub App authentication for their organizations. This is to ensure authentication is not related to a single user.

We should extend each GitHub Action to allow for this.

This introduces 3 new environment variables:

  • GITHUB_APP_ID
  • GITHUB_APP_INSTALLATION_ID
  • GITHUB_APP_PRIVATE_KEY

See documentation for more details.

Repos (PRs):

@jmeridth jmeridth self-assigned this Apr 4, 2024
@jmeridth jmeridth added the enhancement New feature or request label Apr 4, 2024
@jmeridth
Copy link
Member Author

jmeridth commented Apr 8, 2024

Complete

@jmeridth jmeridth closed this as completed Apr 8, 2024
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

No branches or pull requests

1 participant