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
The required steps on the Sentry side of things are to create an internal integration token, however the Terraform provider does not support this.
I imagine a resource alike this:
resource"sentry_internal_integration""grafana" {
organization=sentry_organization.my_org.idname="Grafana"overview="Integration token for Grafana data-source."permissions={
projects ="read"
teams ="no access"
releases ="no access"
issues ="read"
organizations ="read"
members ="no access"
}
}
With token and client_secret being resource outputs.
Having this resource would allow me to configure the Sentry data source in Grafana, but it would also allow self-maintaining the Terraform sentry provider token.
The text was updated successfully, but these errors were encountered:
Skeen
changed the title
Feature Request: Internal Integration resource
Feature Request: resource sentry_internal_integrationJun 16, 2022
Hi,
We are currently managing Grafana via Terraform, and are now testing out Sentry.
We would like to configure the Sentry as a data-source in Grafana, to do this, Sentry points to: https://grafana.com/grafana/plugins/grafana-sentry-datasource/
The required steps on the Sentry side of things are to create an internal integration token, however the Terraform provider does not support this.
I imagine a resource alike this:
With
token
andclient_secret
being resource outputs.Having this resource would allow me to configure the Sentry data source in Grafana, but it would also allow self-maintaining the Terraform sentry provider token.
The text was updated successfully, but these errors were encountered: