AWS RDS/Aurora IAM authentication for psql-clj.
Instead of a static password, RDS can authenticate with a short-lived token
signed from your AWS credentials. iam-spec returns a psql.core/spec whose
:password is a freshly generated token (valid ~15 minutes), so wrap it in a
delay/refresh or build a new pool before the token expires.
AWS RDS/Aurora IAM authentication for psql-clj. Instead of a static password, RDS can authenticate with a short-lived token signed from your AWS credentials. `iam-spec` returns a psql.core/spec whose :password is a freshly generated token (valid ~15 minutes), so wrap it in a `delay`/refresh or build a new pool before the token expires.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |