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: Use RRSA to configure the cloud API access #29

Open
3 tasks
jwcesign opened this issue Sep 29, 2024 · 3 comments · May be fixed by #152
Open
3 tasks

feat: Use RRSA to configure the cloud API access #29

jwcesign opened this issue Sep 29, 2024 · 3 comments · May be fixed by #152
Labels
enhancement New feature or request

Comments

@jwcesign
Copy link
Contributor

What would you like to be added:
We should use RRSA to implement the cloud API access.

Why is this needed:
Now, we will use a secret (containing AK/SK) to configure cloud API access, which is convenient and fast for development, but it's unsafe. In the future, we should use RRSA to implement this, as it is more secure.

Completion requirements:

This enhancement requires the following artifacts:

  • Design doc
  • API change
  • Docs update

The artifacts should be linked in subsequent comments.

@daimaxiaxie
Copy link
Contributor

From the documentation, it seems that RRSA only supports ACK. Maybe STS is a more general choice.

@jwcesign
Copy link
Contributor Author

From the documentation, it seems that RRSA only supports ACK. Maybe STS is a more general choice.

Do u have any related doc? Can u paste the link here?

@jwcesign
Copy link
Contributor Author

jwcesign commented Sep 29, 2024

Based on the doc, rrsa is based on STS. So, we are talking about the same thing, the best practice doc: https://help.aliyun.com/zh/landing-zone/solution-115

@jwcesign jwcesign added the enhancement New feature or request label Nov 27, 2024
@daimaxiaxie daimaxiaxie linked a pull request Nov 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants