with SG 1.3, so it’s not an illegal settings. I think the problem is in the proxycache entries which are indeed deprecated. But the error message is missleading.
The issue was created for the development team. You can find it at the link below:
You can use basicauth authentication in kibana.yml instead for the migration process and then switch manually to proxy once migrated. The proxy authentication type is supported as per the SG FLX documentation below:
What might be a bit confusing here is that the authentication type proxy is only not supported by the sgctl migrate command - as it is a rare thing. Search Guard FLX itself supports proxy authentication.
How the configuration should look like would also depend on the previous proxy configuration in sg_config.yml. However, it will likely look similar to this:
sg_authc.yml:
auth_domains:
- type: trusted_origin
user_mapping.user_name.from: request.headers.CAS_sAMAccountName
user_mapping.roles.from_comma_separated_string: request.headers.CAS_memberOf
network:
trusted_proxies: 'x.x.x.x/x' # Edit to set the IP of the trusted proxy and of Kibana (which also acts like a trusted proxy)