Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote Write to Thanos with User ID and Password tags with values #32

Open
vgoudphilips opened this issue Jul 21, 2021 · 1 comment
Open

Comments

@vgoudphilips
Copy link

As we see this command as an example.
docker run --rm -p 8080:8080 quay.io/observatorium/up --endpoint-write=https://example.com/api/v1/receive --period=10s --name foo --labels 'bar="baz"'

I see something for tenant IDS which I can use.
-tenant string
Tenant ID to used to determine tenant for write requests.
-tenant-header string
Name of HTTP header used to determine tenant for write requests. (default "tenant_id")

Question:

How to send user ID and password as part string for connecting Thanos.
under usage section, couldn't find the values for authentication.
Please help to find the same.
headers:
basic_auth:
username:
password:

@vgoudphilips
Copy link
Author

As we see this command as an example.
docker run --rm -p 8080:8080 quay.io/observatorium/up --endpoint-write=https://example.com/api/v1/receive --period=10s --name foo --labels 'bar="baz"'

I see something for tenant IDS which I can use.
-tenant string
Tenant ID to used to determine tenant for write requests.
-tenant-header string
Name of HTTP header used to determine tenant for write requests. (default "tenant_id")

Question:

How to send user ID and password as part string for connecting Thanos.
under usage section, couldn't find the values for authentication.
Please help to find the same.
headers:
basic_auth:
username:
password:

Any help appreciated as we are currently planning to use this tool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant