You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the library does not retrieve the credentials from the secret manager. When I run the spring boot application and I try to connect to the database I get the following error:
Could not open JPA EntityManager for transaction] with root cause
org.postgresql.util.PSQLException: The server requested SCRAM-based authentication, but no password was provided.
The text was updated successfully, but these errors were encountered:
I am using your library with spring boot.
I have the following settings in my
application.yaml
:It seems that the library does not retrieve the credentials from the secret manager. When I run the spring boot application and I try to connect to the database I get the following error:
The text was updated successfully, but these errors were encountered: