Currently the name used for the Tenant is the name of the group, troublesome when wanting to have the same Tenant name for many different groups and users but giving each one different levels of access.
Add a configuration option to have a defined display name for the Tenant as is displayed in Kibana.
- name: "::Infosec::RW::InfoSecTeam::" groups: ["infosec-rw-securityteam"] tenant_displayname: "Infosec" kibana_access: rw kibana_hide_apps: ["readonlyrest_kbn", "timelion"] kibana_index: ".kibana_infosec" - name: "::Infosec::RO::NetworkTeam::" groups: ["infosec-ro-network"] tenant_displayname: "Infosec" kibana_access: ro kibana_hide_apps: ["readonlyrest_kbn", "timelion"] kibana_index: ".kibana_infosec" - name: "::Infosec::RO::GlobalAdmin::" groups: ["admin"] tenant_displayname: "Infosec" kibana_access: admin kibana_index: ".kibana_infosec"