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 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则