Opendistro 12.x or 13.x read-only user

I’ve several installations using opendistro 1.4.x, I’m evaluating to upgrade to 1.12 or 1.13 but I found on both the same issue:
When I configure a user that belongs to a read-only role there is still showing the following buttons:

image

Edit and Clon shouldn’t be there…

@salberch

Could you share your read-only role config?

opendistro_security.multitenancy.enabled: true
opendistro_security.multitenancy.tenants.preferred: [“Private”, “Global”]
opendistro_security.readonly_mode.roles: [“kibana_read_only”, “Technical”]
opendistro_security.multitenancy.tenants.enable_global: false
opendistro_security.multitenancy.tenants.enable_private: false
opendistro_security.multitenancy.enable_filter: false
opendistro_security.auth.type: “jwt”
opendistro_security.jwt.url_param: jwtToken

Technical is the other ro role

opendistro_security.readonly_mode.roles: [“kibana_read_only”, “EVA_TECH”]