postgres-operator icon indicating copy to clipboard operation
postgres-operator copied to clipboard

add the option to iamAuthentication in aws

Open romga opened this issue 1 year ago • 1 comments

Aws has the ability to set iam authentication with RDS.

We have added this ability to the operator

romga avatar Aug 22 '24 13:08 romga

This is cool, I hope I can check this PR soon.

hitman99 avatar Sep 10 '24 08:09 hitman99

@romga Thanks for doing this. It's a requirement for how we plan to authenticate Postgres RDS connections going forward.

I'm no Go developer, but looks like the code that handles Azure fails it's checks since you've added the additional param to the CreateUserRole(). Can a function's params be configured as optional in Go?

It wasn't clear from the code, but does this deal with the operator then not creating and storing a password in the Secret? I imagine one could alter the secretTemplate to not include it for each spec.

eightnoneone avatar Nov 21 '24 17:11 eightnoneone

Is now added with https://github.com/movetokube/postgres-operator/pull/249, will be released soon

pcallewaert avatar Sep 24 '25 12:09 pcallewaert