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

[feature request] opsgenie_api_integration - allow setting allowConfigurationAccess parameter #436

Open
martendeng opened this issue Jun 25, 2024 · 0 comments

Comments

@martendeng
Copy link

Hi, this is a feature request.

Terraform Version

1.5.7

Affected Resource(s)

  • opsgenie_api_integration

Terraform Configuration Files

resource "opsgenie_api_integration" "default" {
  name                     = "my_integration"
  type                     = "Api"
  allowConfigurationAccess = true // proposed new field
}

Desired Behavior

Allow setting the allowConfigurationAccess field via terraform
https://docs.opsgenie.com/docs/integration-api#create-api-based-integration
Screenshot 2024-06-25 at 3 23 56 PM

Why is this needed?

It seems like some integrations might use the authenticate integration endpoint to validate that the integration is a valid type. By default allowConfigurationAccess is set to false which will block them from accessing this endpoint and therefore cause this validation to fail. This is a major blocker for us and others to IaC Opsgenie with other integrations.

References

Relevant issue regarding the Sentry integration: getsentry/sentry#59517

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

No branches or pull requests

1 participant