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
The current implementation loads secretsmanager.properties configuration by system classloader. That's a big limitation, because in server implementations system classloader is usually a bootstrap, but not a current process. In case of Tomcat it is not possible to use secretsmanager.properties file to configure secretsmanager as a datasource because system classloader is aware of few system jars only, and no way to reconfigure.
The text was updated successfully, but these errors were encountered:
Hi, I have a same problem that ClassLoader can't find secretsmanager.properties in war application. Considering there are so many applications running based WAR, this is a very waiting feature.
The current implementation loads secretsmanager.properties configuration by system classloader. That's a big limitation, because in server implementations system classloader is usually a bootstrap, but not a current process. In case of Tomcat it is not possible to use secretsmanager.properties file to configure secretsmanager as a datasource because system classloader is aware of few system jars only, and no way to reconfigure.
The text was updated successfully, but these errors were encountered: