Is your proposal related to a problem?
tencentcloud-sdk-go already supports TkeOIDCRoleArnProvider, but thanos objstore does not yet support it.
(Write your answer here.)
Describe the solution you'd like
https://github.com/TencentCloud/tencentcloud-sdk-go
provider, err := common.DefaultTkeOIDCRoleArnProvider()
credential, err := provider.GetCredential()
(Describe your proposed solution here.)
Describe alternatives you've considered
The thanos objstore currently only supports plaintext secret information when accessing Tencent COS, which is insecure. Support for TKE OIDC mode is desired.
(Write your answer here.)
Is there anything else you can add about the proposal?
You might want to link to related issues here, if you haven't already.
Is your proposal related to a problem?
tencentcloud-sdk-go already supports TkeOIDCRoleArnProvider, but thanos objstore does not yet support it.
(Write your answer here.)
Describe the solution you'd like
https://github.com/TencentCloud/tencentcloud-sdk-go
provider, err := common.DefaultTkeOIDCRoleArnProvider()
credential, err := provider.GetCredential()
(Describe your proposed solution here.)
Describe alternatives you've considered
The thanos objstore currently only supports plaintext secret information when accessing Tencent COS, which is insecure. Support for TKE OIDC mode is desired.
(Write your answer here.)
Is there anything else you can add about the proposal?
You might want to link to related issues here, if you haven't already.