I hope I’m in the good channel!? I have an issue with the AWS “CloutWatch” datasource in Grafana 8.3.4.
I’m trying to create a cloudwatch datasource using configmap provisioning (using Grafana on Kubernetes/EKS with the official Helm Chart).
Here’s my datasource configuration:
type: cloudwatch
access: proxy
editable: yes
secureJsonData:
authType: keys
defaultRegion: us-east-1
accessKey: ${AWS_ACCESS_KEY}
secretKey: ${AWS_SECRET_KEY}```
The datasource gets created but doesn't contain the `accessKey` / `secretKey` and `Authentification Provider` is not set to `Access & secret key` like expected with `authType: keys`
Is this a bug or a configuration problem?
Documentation link : [https://grafana.com/docs/grafana/latest/administration/provisioning/#datasources](https://grafana.com/docs/grafana/latest/administration/provisioning/#datasources)
Thank you :slightly_smiling_face:
Had a similar issue with the Postgres datasource. It was missing enpoints, users and passwords among other things, ended up doing it manually but not a great solution…