You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows for setting the following env vars when using aws-sdk-v2:
AWS_ENDPOINT_URL_
Specifies a custom endpoint that is used for a specific service, where is replaced with the AWS service identifier. For example, Amazon DynamoDB has a serviceId of DynamoDB. For this service, the endpoint URL environment variable is AWS_ENDPOINT_URL_DYNAMODB.
The text was updated successfully, but these errors were encountered:
matthewhudsonedb
changed the title
Allow support for aws service endpoint env vars
Allow support for aws service endpoint env vars with aws-sdk-v2
Sep 2, 2024
AWS has introduced service endpoint env vars
This allows for setting the following env vars when using aws-sdk-v2:
Setting the following ENV VARS with aws-sdk-v2 enabled should allow thanos to connect to the respective services:
AWS_ENDPOINT_URL_S3: https://minio.minio-tenant-default.svc.cluster.local:443
AWS_ENDPOINT_URL_STS: https://sts.minio-operator.svc.cluster.local:4223/sts/minio-tenant-default
The text was updated successfully, but these errors were encountered: