aws / amazon-managed-grafana-roadmap

Amazon Managed Grafana Roadmap
Other
57 stars 4 forks source link

Enable new permissions API #69

Open julienduchesne opened 5 months ago

julienduchesne commented 5 months ago

Terraform provider for Grafana Issue: https://github.com/grafana/terraform-provider-grafana/issues/1302

We migrated the provider to a new permissions API (available since Grafana 9.3) in the latest Terraform provider version but it's throwing 404s on AMG 9.4.7

Error: [POST /access-control/{resource}/{resourceID}] setResourcePermissions (status 404): {}

Is this API endpoint hidden on Amazon? Given that it does the exact same thing as the old endpoint (/api/folders/{uid}/permssions), coud we enable it?

VermaPriyanka commented 4 months ago

@julienduchesne You are referring to the access-control API endpoint: https://grafana.com/docs/grafana/latest/developers/http_api/access_control/, which requires RBAC to be enabled. Amazon Managed Grafana does not support RBAC yet.