Assign Managed Grafana permissions to IAM Role?

0

I recently created an AWS Managed Grafana workspace.

I can assign permissions on the workspace to SSO Users and Groups, and (I believe) IAM users, but I'm deploying my AWS resources using Terraform, which is doing deployment by assuming an IAM role in my account.

Is there any way to grant permissions on Grafana to my IAM 'cicd' role?

Nevo
gefragt vor 4 Monaten454 Aufrufe
1 Antwort
1

Review this terraform resource for managed grafana.

Please review. It seems you can configure the workspace to be AWS_SSO.

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/grafana_workspace

If you mean configure users within the application you may be able too with the Grafana provider https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/role

profile picture
EXPERTE
beantwortet vor 4 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen