My error in kibana don't work

Hi,

ROR version Enterprise 1.64.2_es7.17.25
Kibana 7.17.25
elasticsearch 7.17.25

Balancer => kibana => Balancer => nginx => elasticsearch

ROR conf:

readonlyrest:
    prompt_for_basic_auth: false
    response_if_req_forbidden: Wrong password or try clearing your browser cache

    access_control_rules:
    - name: "test"
      users: ["user"]
      type:
        policy: forbid
        response_message: "test"
      ldap_authentication:
        name: "ldap"

kibana:

elasticsearch:

{"error":{"root_cause":[{"type":"forbidden_response","reason":"test","due_to":"FORBIDDEN_BY_BLOCK"}],"type":"forbidden_response","reason":"test","due_to":"FORBIDDEN_BY_BLOCK"},"status":403}

In Kibana I also want to see the error “test”
Tell me what is wrong with my settings.

{“customer_id”: “6c4a385b-2ae8-4f02-a9cd-ef24addfb5b3”, “subscription_id”: “32d4073f-dc2f-4056-a868-842727c637cd”}

Hi @driveirk

I confirm there is a problem with this. I’ll fix it within the next 2 days.
Thanks for reporting it

The fix is ready:
ROR 1.65.0-pre7 for 7.17.25

Could you please test it and let us know if it works now?