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

enable aws iam rds auth for the postgres scaler #6449

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

haydn-j-evans
Copy link

add iam auth for postgres

Provide a description of what has been changed

Checklist

Fixes #

Relates to #

if err != nil {
return nil, err
}
DBendpoint := fmt.Sprintf("%s:%s", meta.Host, meta.Port)
Copy link

@semgrep-app semgrep-app bot Dec 30, 2024

Choose a reason for hiding this comment

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

use net.JoinHostPort instead of fmt.Sprintf(meta.Port, meta.Host)

🧹 Fixed in commit d00a759 🧹

@haydn-j-evans haydn-j-evans force-pushed the feature/add-iam-auth-for-postgres-rds branch from d00a759 to b205e5f Compare December 30, 2024 13:37
@haydn-j-evans haydn-j-evans force-pushed the feature/add-iam-auth-for-postgres-rds branch from b205e5f to fce9192 Compare December 30, 2024 14:05
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