pgjdbc / r2dbc-postgresql

Postgresql R2DBC Driver

Home Page:https://r2dbc.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for dynamic usernames and passwords

mp911de opened this issue · comments

As per r2dbc/r2dbc-spi#273, it would be neat to support credential rotation without reconfiguring the client. To do so, we should accept Supplier and Publisher emitting the username respective password.