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(cubestore): Support IAM role authentication for S3 #8589

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

haipham23
Copy link

I need IAM role authentication, similar to this issue #6795.

Check List

  • Tests has been run in packages where changes made if available
  • Linter has been run for changed code
  • Tests for the changes have been added if not covered yet
  • Docs have been added / updated if required

Issue Reference this PR resolves

Add IAM role authentication.

Description of Changes Made (if issue reference is not provided)

Introduce CUBESTORE_AWS_IAM_ROLE and CUBESTORE_AWS_IAM_REFRESH_EVERY_MINS.

If there is CUBESTORE_AWS_IAM_ROLE in the env, we would generate ID and secret on the flight.
Since this ID is short-lived (15 mins by default), we would need a shorten refresh loop.

@haipham23 haipham23 requested a review from a team as a code owner August 16, 2024 10:14
Copy link

vercel bot commented Aug 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

8 Skipped Deployments
Name Status Preview Comments Updated (UTC)
examples-angular-dashboard ⬜️ Ignored (Inspect) Visit Preview Aug 16, 2024 0:32am
examples-react-d3 ⬜️ Ignored (Inspect) Visit Preview Aug 16, 2024 0:32am
examples-react-dashboard ⬜️ Ignored (Inspect) Visit Preview Aug 16, 2024 0:32am
examples-react-data-table ⬜️ Ignored (Inspect) Visit Preview Aug 16, 2024 0:32am
examples-react-highcharts ⬜️ Ignored (Inspect) Visit Preview Aug 16, 2024 0:32am
examples-react-material-ui ⬜️ Ignored (Inspect) Visit Preview Aug 16, 2024 0:32am
examples-react-pivot-table ⬜️ Ignored (Inspect) Visit Preview Aug 16, 2024 0:32am
examples-vue-query-builder ⬜️ Ignored (Inspect) Visit Preview Aug 16, 2024 0:32am

@github-actions github-actions bot added the pr:community Contribution from Cube.js community members. label Aug 16, 2024
@igorlukanin igorlukanin requested a review from ovr August 19, 2024 14:08
@igorlukanin igorlukanin added the cube store Issues relating to Cube Store label Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cube store Issues relating to Cube Store pr:community Contribution from Cube.js community members.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants