brettwooldridge / HikariCP

光 HikariCP・A solid, high-performance, JDBC connection pool at last.
Apache License 2.0
19.63k stars 2.9k forks source link

Refreshing AADSecurePrincipalSecret dynamically at runtime #2168

Open rgampa opened 5 months ago

rgampa commented 5 months ago

We currently set AADSecurePrincipalSecret to HikariConfig via setDataSourceProperties(). We are working on a feature to automatically refresh the connection with new secret post secret rotation every few days as per our organization policy, without restarting the application.

So is there a way to provide new AADSecurePrincipalSecret on already created HikariDataSource? If it's not currently supported, is it feasible implement ?