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

Support AWS RDS IAM Authentication for PostgreSQL data source #7304

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

Conversation

winebarrel
Copy link
Contributor

What type of PR is this?

  • Refactor
  • Feature
  • Bug Fix
  • New Query Runner (Data Source)
  • New Alert Destination
  • Other

Description

Enable AWS RDS IAM authentication with PostgreSQL data source.

How is this tested?

  • Unit tests (pytest, jest)
  • E2E Tests (Cypress)
  • Manually
  • N/A

I created a PostgreSQL (Aurora) instance on AWS RDS and confirmed that I can connect to the DB using IAM authentication from Redash in docker compose:

Related Tickets & Documents

N/A

Mobile & Desktop Screenshots/Recordings (if there are UI changes)

スクリーンショット 2025-02-01 10 34 12

IAM_ENABLED = True
except ImportError:
IAM_ENABLED = False

Copy link
Contributor Author

@winebarrel winebarrel Feb 1, 2025

Choose a reason for hiding this comment

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

The following pull request moved boto3 to the main group, so remove the check for boto3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant