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

Supporting session_token for s3 #17988

Open
adrianhaj opened this issue Aug 9, 2024 · 2 comments
Open

Supporting session_token for s3 #17988

adrianhaj opened this issue Aug 9, 2024 · 2 comments
Assignees
Milestone

Comments

@adrianhaj
Copy link

Is your feature request related to a problem? Please describe.

RisingWave should allow to use session_token when s3. Opendal is supporting this https://docs.rs/opendal/latest/opendal/services/struct.S3Config.html.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

@github-actions github-actions bot added this to the release-2.0 milestone Aug 9, 2024
@hzxa21
Copy link
Collaborator

hzxa21 commented Aug 12, 2024

May I know in which case you are planning to use session token for? Is it s3 source/sink?

IIUC, session_token is used for temporary access to s3 resources and it needs to be manually refreshed. Correct me if I am wrong, session_token may not be suitable for sources/sinks used in streaming query because it will continuously run. It may be useful for ad-hoc query.

@adrianhaj
Copy link
Author

May I know in which case you are planning to use session token for? Is it s3 source/sink?

IIUC, session_token is used for temporary access to s3 resources and it needs to be manually refreshed. Correct me if I am wrong, session_token may not be suitable for sources/sinks used in streaming query because it will continuously run. It may be useful for ad-hoc query.

We need session token only for testing on our dev envs because in this case we are not able to use roles and in our organization we have SSO with 2fa.

@fuyufjh fuyufjh modified the milestones: release-2.0, release-2.1 Aug 19, 2024
@wcy-fdu wcy-fdu modified the milestones: release-2.1, release-2.2 Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants