You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened: I deploy dashboards programmatically via the Grafana API, my code has not changed. However, when I create a new 9.4 workspace in Amazon Managed Grafana, install the Athena plugin and attempt to configure it as a Datasource I get the following error:
attempting to use an auth type that is not allowed: "ec2_iam_role": Failed to create client
My SSO user from AWS Identity center also has full permissions to the account and is defined as the Admin user of the workspace.
Note, my Grafana Workspace Role does have full access to Athena.
What you expected to happen:
The datasource provisioned via lambda without issue in the past.
How to reproduce it (as minimally and precisely as possible):
Add Athena Datasource in Grafana, select Workspace IAM role in the drop down and enter ARN of role.
Environment:
Grafana version: 9.4
Plugin version:2.16.1
OS Grafana is installed on: Amazon Managed Grafana
User OS & Browser:
Others:
The text was updated successfully, but these errors were encountered:
What happened: I deploy dashboards programmatically via the Grafana API, my code has not changed. However, when I create a new 9.4 workspace in Amazon Managed Grafana, install the Athena plugin and attempt to configure it as a Datasource I get the following error:
attempting to use an auth type that is not allowed: "ec2_iam_role": Failed to create client
My SSO user from AWS Identity center also has full permissions to the account and is defined as the Admin user of the workspace.
Note, my Grafana Workspace Role does have full access to Athena.
The call I am making in my lambda is:
What you expected to happen:
The datasource provisioned via lambda without issue in the past.
How to reproduce it (as minimally and precisely as possible):
Add Athena Datasource in Grafana, select Workspace IAM role in the drop down and enter ARN of role.
Environment:
The text was updated successfully, but these errors were encountered: