Add support for AWS RDS credential secrets or just encrypted JSON in AWS TriggerAuth #6312
Labels
aws
All issues concerning integration with AWS
feature-request
All issues for new features that have not been committed to
good first issue
Good for newcomers
help wanted
Looking for support from community
Proposal
There is a option in secretsmanager to store RDS credentials. This are stored in a fixed format, a key/value object with keys
username, password, engine, host, port, dbClusterIdentifier
. It would be nice to be able to 1-1 map these properties to the properties triggers.AS I currently understand it, the full value of the response will be mapped to the parameter right now.
Use-Case
Our use-case would be to directly map this to postgres triggers, but generically, this could also serve different use-cases where users have their own JSON encrypted and need it for different triggers.
Is this a feature you are interested in implementing yourself?
No
Anything else?
No response
The text was updated successfully, but these errors were encountered: