You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hi, this is a feature request.
Terraform Version
1.5.7
Affected Resource(s)
Terraform Configuration Files
Desired Behavior
Allow setting the
allowConfigurationAccess
field via terraformhttps://docs.opsgenie.com/docs/integration-api#create-api-based-integration
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
The text was updated successfully, but these errors were encountered: