integrations / terraform-provider-github

Terraform GitHub provider
https://www.terraform.io/docs/providers/github/
MIT License
879 stars 719 forks source link

[FEAT]: Create Github App #2167

Open gthieleb opened 5 months ago

gthieleb commented 5 months ago

Describe the need

Please add github_app as a terraform resource. This is beneficial for temporary development environments (Review Apps) and we would like to remove the application when the resources are destroyed. This will also be beneficial from a security perspective as explained here: https://www.arnica.io/blog/how-to-protect-yourself-against-github-oauth-apps-supply-chain-attacks

The api is documented here: https://docs.github.com/de/rest/apps/apps?apiVersion=2022-11-28#create-a-github-app-from-a-manifest

SDK Version

No response

API Version

No response

Relevant log output

No response

Code of Conduct

lewismiddleton commented 5 months ago

Might be duplicate / related to https://github.com/integrations/terraform-provider-github/issues/786

jmehnle commented 2 months ago

The GitHub API supports this using the "manifest" workflow: https://docs.github.com/en/apps/sharing-github-apps/registering-a-github-app-from-a-manifest