We are currently utilizing Spring Boot for our projects in conjunction with WebSphere Liberty. At present, credentials are directly stored within the server.xml configuration file using the element.
We are seeking to extract these credentials and securely store them in a vault. Since we rely on Spring Boot’s autoconfiguration and need to interact with the IBM Cloud Secrets Manager API, we would like to inquire if there is a way to delay the autoconfiguration process. This delay would allow us to retrieve the necessary credentials from the API and subsequently use them for the proper autoconfiguration of our application.
We are currently in the process of exploring potential solutions, and as such, no attempts have been made on our end thus far. It is possible that someone else may have already encountered and addressed this issue as SpringBoot is quite popular.
We are seeking to extract these credentials and securely store them in a vault. Since we rely on Spring Boot’s autoconfiguration and need to interact with the IBM Cloud Secrets Manager API, we would like to inquire if there is a way to delay the autoconfiguration process. This delay would allow us to retrieve the necessary credentials from the API and subsequently use them for the proper autoconfiguration of our application.
We are currently in the process of exploring potential solutions, and as such, no attempts have been made on our end thus far. It is possible that someone else may have already encountered and addressed this issue as SpringBoot is quite popular.