Hi,
I m using OD security plugin 1.13.x and below is one observation which i think is not right. I have 2 users in internal_user.yml(admin, kibanaserver).
Case 1: With admin user - I created some index patterns in Global tenant. The index pattern created in global tenant is not visible in private tenant or custom-tenant.
Case 2: With username set in ES config.yml (kibanaserver) - I created some index patterns in Global tenant. The index pattern created in global tenant is visible in private tenant.
Below is my config.yml.
_meta:
type: "config"
config_version: 2
config:
dynamic:
kibana:
multitenancy_enabled: true
server_username: kibanaserver
http:
anonymous_auth_enabled: false
xff:
enabled: false
internalProxies: ".+"
authc:
basic_internal_auth_domain:
http_enabled: true
transport_enabled: true
order: 0
http_authenticator:
type: "basic"
challenge: true
config: {}
authentication_backend:
type: "intern"
config: {}
Why in Case 1 Global tenant obejcts are not visible in private and custom tenant?