-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
IAM Auth for RDS #3479
IAM Auth for RDS #3479
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
5a3de29
to
54ba454
Compare
backend/alembic/env.py
Outdated
dialect: Any, conn_rec: Any, cargs: Any, cparams: Any | ||
) -> None: | ||
if USE_IAM_AUTH: | ||
region = os.getenv("AWS_REGION", "us-east-2") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems a bit sketchy to hardcode this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Meant to put in configs
@@ -300,7 +314,7 @@ services: | |||
max-file: "6" | |||
|
|||
indexing_model_server: | |||
image: onyxdotapp/onyx-model-server:${IMAGE_TAG:-latest} | |||
image: onyxdotapp/onyx-model-server-indexing:${IMAGE_TAG:-latest} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are the extra indent spaces here a glitch or intentional?
* k * functional iam auth * k * k * improve typing * add deployment options * cleanup * quick clean up * minor cleanup * additional clarity for db session operations * nit * k * k * update configs * docker compose spacing
Description
Fixes https://linear.app/danswer/issue/DAN-1190/iam-auth-for-the-postgres-database-aws-aurora-specifically
How Has This Been Tested?
Accepted Risk (provide if relevant)
N/A
Related Issue(s) (provide if relevant)
N/A
Mental Checklist:
Backporting (check the box to trigger backport action)
Note: You have to check that the action passes, otherwise resolve the conflicts manually and tag the patches.