I have written a class implementing HealthIndicator, overriding the health-method. I return Health.down().withDetail(\"SupportServiceStatus\", \"UP\").build();<
Health.down().withDetail(\"SupportServiceStatus\", \"UP\").build();
Setting 'endpoints.health.sensitive' made no difference... had to set:
management: security: enabled: false