client_python icon indicating copy to clipboard operation
client_python copied to clipboard

SigV4 support to push to AWS-based pushgateways?

Open igozali opened this issue 4 years ago • 1 comments

AFAIU currently there's no handler in the library to handle push_to_gateway() calls to an AWS-based pushgateway which needs the access key, secret key and all that good stuff.

I saw this PR which adds such support to the Go client: https://github.com/prometheus/prometheus/pull/8509/files. Wondering if this will be supported by the Python client in the future?

igozali avatar Aug 18 '21 18:08 igozali

Hello, as you saw we are experimenting with allowing more authorization types in Prometheus. If that goes well I would be open to accepting a contribution to add a SigV4 handler similar to the basic_auth_handler.

csmarchbanks avatar Aug 30 '21 14:08 csmarchbanks