]
Claudio Weiler updated WFLY-14034:
----------------------------------
Attachment: WhatsApp Image 2021-01-07 at 08.07.37 (1).jpeg
New health/ready check fails with RBAC enabled
----------------------------------------------
Key: WFLY-14034
URL:
https://issues.redhat.com/browse/WFLY-14034
Project: WildFly
Issue Type: Bug
Components: MP Health
Affects Versions: 21.0.0.Final
Reporter: Claudio Weiler
Assignee: Jeff Mesnil
Priority: Major
Fix For: 21.0.1.Final, 22.0.0.Beta1
Attachments: WhatsApp Image 2021-01-07 at 08.07.37 (1).jpeg
See
https://github.com/wildfly/wildfly/pull/13397
When RBAC is enabled, new MicroProfile ready health check shows DOWN status to http
requests or in management console, but shows UP in jboss cli.
{code}
// Jboss cli
/subsystem=microprofile-health-smallrye:check-ready > results UP
// HTTP request
curl
http://localhost:9990/health/ready > results DOWN
// HAL
Menu Runtime > Server > MicroProfileHealth > results DOWN
{code}
Also, when workaround is applied, HAL continue to show DOWN status, but only with
datasources status displayed.