Skip to content

oss: Add sdk_auth config to support more authentication methods #198

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mozillazg
Copy link

@mozillazg mozillazg commented Jul 26, 2025

  • I added CHANGELOG entry for this change.
  • Change is not relevant to the end user.

Changes

Introduces the sdk_auth: true configuration option.

When enabled, the application will use the Alibaba Cloud SDK's default credential provider to obtain credentials. This allows for keyless authentication methods such as RRSA (for Kubernetes) and IMDS (for ECS instances), improving security by avoiding hardcoded keys.

Closes #151

Verification

Introduces the `sdk_auth: true` configuration option.

When enabled, the application will use the Alibaba Cloud SDK's default credential provider to obtain credentials.
This allows for keyless authentication methods such as RRSA (for Kubernetes) and IMDS (for ECS instances),
improving security by avoiding hardcoded keys.

Signed-off-by: mozillazg <mozillazg101@gmail.com>
Signed-off-by: mozillazg <mozillazg101@gmail.com>
Signed-off-by: mozillazg <mozillazg101@gmail.com>
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

Successfully merging this pull request may close these issues.

Thanos OSS(Aliyun) provider does not support IAM(RAM) role
1 participant