integrations / terraform-provider-github

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

Feature: Support for granting access to security alerts #612

Open wimnat opened 3 years ago

wimnat commented 3 years ago

We would like to manage access for repository security alerts.

This feature is documented here https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository

A request for this feature was mentioned in the comments here but never got implemented.

BobbyRollof commented 2 years ago

Is there any more news about wether or not this will be supported?

shogo82148 commented 2 years ago

The issue link is now dead. New URL is https://github.com/integrations/terraform-provider-github/issues/238

EQemccudden commented 1 year ago

Am I correct to say (based on #238) that https://github.com/integrations/terraform-provider-github/pull/444 only handles the boolean to enable vulnerability_alerts but not the team based access to those alerts?

bsuv commented 6 months ago

@nickfloyd are there any plans/updates on this? We are a GH Enterprise customer and would like to increase the priority for this.

nickfloyd commented 6 months ago

Hey @bsuv Thanks for reaching out. I've labeled this as "up for grabs" to encourage anyone who might need this functionality and has the time to contribute can feel free to do so. ❤

kfcampbell commented 6 months ago

I'm not sure if this has API support to be actionable in the first place. The closest thing I can find is here, which requires granting access first via the UI.