Elasticsearch version:
7.8 + sg plugin 43.0.0
Server OS version:
Centos 7
Kibana version (if relevant):
Kibana 7.8 + kibana sg plugin 43.0.0
There is some problem with creating tenants, no matter how. I try by tenants api, sgadmin and gui.
When I create new tenant it’s always visible in Kibana but then sometimes i can’t switch to this tenant. Sometimes is working like expected sometimes not. When i can’t switch to tenant then i am move to Global.
sg_config:
dynamic:
filtered_alias_mode: "warn"
do_not_fail_on_forbidden: true
do_not_fail_on_forbidden_empty: false
kibana:
multitenancy_enabled: true
server_username: "kibanaserver"
index: ".kibana"
...
kibana.yml
searchguard.accountinfo.enabled: false
searchguard:
#cookie:
#password: "<some_string>"
#secure: true
#ttl: 0
session:
#ttl: 0
keepalive: true
multitenancy:
enabled: true
tenants:
enable_global: true
enable_private: false
# preferred:
# - "*"
# - private
basicauth:
forbidden_usernames: ["kibanaro", "kibanaserver", "logstash", "readall", "remote_monitoring", "snapshotrestore" ]
#login:
#brandimage: <some_string>
br,
Mariusz