I have a couple spring-boot applications (clients) and one spring-boot-admin. I would like to manage environment variables in my clients applications but by default spring-boot-admin-starter-client and spring-boot-admin-starter-server does not support this feature (v1.5.2).
In my SBA I see logs, metrics etc. except environment management. I tried spring-cloud-commons and eureka but it doesn't seem to work. Can someone tell me, which extensions (spring-cloud, etc.) are required?