Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

feat: support for managing RDS Postgres instances #1

Open
wants to merge 9 commits into
base: indigo
Choose a base branch
from

Conversation

hakamadare
Copy link

No description provided.

logan-hcg and others added 3 commits January 13, 2020 14:38
pg_roles is a "public" version of pg_authid, which allows use in
more restricted environments (such as RDS).  The downside is
that password comparison doesn't work, as pg_roles only returns
a dummy `********` password, so passwords update logic will be
fired for each account on every run.

Added `--alternate-attributes-table` to activate the use of `pg_role`,
though the default is `--no-alternate-attributes-table` so that
the existing behavior of using `pg_authid` is preserved
@hakamadare hakamadare requested a review from a team January 16, 2020 17:44
Copy link

@william-richard william-richard left a comment

Choose a reason for hiding this comment

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

Is there a chance we could submit this back to the original repo? I don't see much in here that's indigo-specific, but maybe I'm missing something.

@william-richard
Copy link

@hakamadare is this PR still needed?

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

Successfully merging this pull request may close these issues.

5 participants