We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
grafana_contact_point_permission
We are using the grafana_contact_point resource and would like to set permissions for the created contact points.
grafana_contact_point
In the Grafana UI that is possible:
The REST API seems to be available at api/access-control/receivers/<contactpoint-uid>.
api/access-control/receivers/<contactpoint-uid>
At the moment I only see resources to manage permissions for datasources, folders and service accounts.
Finally, we would like to use the resource in the crossplane-provider-grafana
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Request
We are using the
grafana_contact_point
resource and would like to set permissions for the created contact points.In the Grafana UI that is possible:
The REST API seems to be available at
api/access-control/receivers/<contactpoint-uid>
.At the moment I only see resources to manage permissions for datasources, folders and service accounts.
Finally, we would like to use the resource in the crossplane-provider-grafana
The text was updated successfully, but these errors were encountered: