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

filemanager: link up filemanager with postgres database manager #138

Closed
mmalenic opened this issue Mar 7, 2024 · 0 comments · Fixed by #196 or #200
Closed

filemanager: link up filemanager with postgres database manager #138

mmalenic opened this issue Mar 7, 2024 · 0 comments · Fixed by #196 or #200
Assignees
Labels
feature New feature filemanager an issue relating to the filemanager

Comments

@mmalenic
Copy link
Member

mmalenic commented Mar 7, 2024

The filemanager should utilize the postgres manager's database creation and credential logic to create a filemanager database. This involves linking up the filemanager deployment code with the postgres manager and generating/obtaining database credentials within the Lambda function. Ideally, DbAuthType.RDS_IAM should be used for IAM authentication.

It doesn't look like the Rust sdk supports a generate_rds_iam_token function which means tokens must generated manually. See awslabs/aws-sdk-rust#951.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature filemanager an issue relating to the filemanager
Projects
None yet
1 participant