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
asked 4 months ago439 views
1 Answer
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
EXPERT
answered 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions