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

feat: Supports configuring RRSA in OSS Artifacts. Part of#13973 #13974

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

Conversation

shuangkun
Copy link
Member

The focus on security has led to the increasing popularity of AK-free solutions. Alibaba Cloud provides the RRSA solution, but it is currently not possible to have fine-grained configuration, such as configuring the sts token endpoint address (to avoid cross-region requests, support dedicated clouds, etc.)

This PR hopes to support refined configuration of RRSA.

Fixes #13973

Motivation

Modifications

Verification

@shuangkun shuangkun marked this pull request as draft December 6, 2024 12:50
Signed-off-by: shuangkun <[email protected]>
Signed-off-by: shuangkun <[email protected]>
@shuangkun shuangkun added type/security Security related area/artifacts S3/GCP/OSS/Git/HDFS etc labels Dec 20, 2024
@@ -2953,6 +2956,27 @@ type OSSLifecycleRule struct {
MarkDeletionAfterDays int32 `json:"markDeletionAfterDays,omitempty" protobuf:"varint,2,opt,name=markDeletionAfterDays"`
}

// OSSCredentialsConfig specifies the credential configuration for OSS
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this required or can the ARN be supplied as labels similar to other providers?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/artifacts S3/GCP/OSS/Git/HDFS etc type/security Security related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve the configurable items of the no-AK solution
2 participants