Sigv4 auth in Grafana Tempo metricsGenerator
config doesn't work with role_arn
#4230
Labels
type/bug
Something isn't working
What happened?
In grafana tempo helm-chart, at
metricsGenerator.config.storage.remote_write
(helm-chart link),if I provide the following:
I get the error log:
It seems that grafana/tempo metricsGenerator calculates signature based on the Access Key etc.
But it fails when only the
role_arn
has been provided.Note: This doesn't seem to be the access issue else the error would have been something like - the role doesn't have permissions to assume the provided role_arn.
What did you expect to happen?
The metrics generator should have written metrics to the provided AMP backend endpoint without any errors.
Did this work before?
No. Testing this out for the first time.
How do we reproduce it?
metricsGenerator.config.storage.remote_write
with the above providedsigv4
configuration.Is the bug inside a dashboard panel?
No response
Environment (with versions)?
Grafana Tempo:
IMAGE_NAME = grafana/tempo
IMAGE_VERSION = 2.3.1
Grafana platform?
Kubernetes
Datasource(s)?
No response
The text was updated successfully, but these errors were encountered: