Open
Description
I'd like to pass the credentials as environment variables, similarly to blackbox-exporter:
http_client_config:
basic_auth:
username: '{{ env "OS_USERNAME" }}'
password: '{{ env "OS_PASSWORD" }}'
But this doesn't seem to be working as I always get a 403. Is it supported and I miss something?
Metadata
Metadata
Assignees
Labels
No labels