I need to let users in only if they are in two groups.
I try:
- name: "Access doc"
ldap_authentication:
name: "ldap"
groups_and: ["group1", "group2"]
ldap_authorization:
name: "ldap"
groups: ["group1"]
kibana_access: unrestricted
- name: "Access doc"
ldap_authentication:
name: "ldap"
groups_and: ["group1", "group2"]
kibana_access: unrestricted
- name: "Access doc"
ldap_authorization:
name: "ldap"
groups_and: ["group1", "group2"]
kibana_access: unrestricted
But I didn’t succeed. I am allowed even if I am in one of the listed groups.
Also I try
- name: "Access doc"
groups_and: ["group1", "group2"]
ldap_authorization:
name: "ldap"
kibana_access: unrestricted
But this requires creating local groups
Ror version Enterprise-1.39.0_es7.15.1