How config "Allow for cookie's SameSite" in YAML type CDRS?

I need to use EMBED CODE for displaying dashboards, but I need the parameters to:

xpack.security.secureCookies: true
xpack.security.sameSiteCookies: None

or
XPACK_SECURITY_SECURECOOKIES=true
XPACK_SECURITY_SAMESICOOKIES=None

properly configured.

I'm using CRDs, and I have this question, where should I configure such keys? I assume it's in package.yaml.

Would anyone have any tips?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.