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
已提問 4 個月前檢視次數 454 次
1 個回答
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
專家
已回答 4 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南