Hi, I have a question, this spring boot admin project can also take control to do spring boot security and apply authorization and authentication with jwt?, or how spring boot security would be implemented taking into account the architecture that you showed at the beginning
You are not supposed to expose SBA to external network. It is meant for a limited audience. Some companies don't even allow enabling actuator in production. That said, SBA supports password on application as well as server, but the main security comes from not exposing it externally atall.
Good explanation
Hi, I have a question, this spring boot admin project can also take control to do spring boot security and apply authorization and authentication with jwt?, or how spring boot security would be implemented taking into account the architecture that you showed at the beginning
You are not supposed to expose SBA to external network. It is meant for a limited audience. Some companies don't even allow enabling actuator in production. That said, SBA supports password on application as well as server, but the main security comes from not exposing it externally atall.
Activator or actuator
Spring Boot Actuator