Skip to content

Commit

Permalink
Update requestHeadersAllowlist in openid-connect.md example settings (#…
Browse files Browse the repository at this point in the history
…6783)

Update the example settings to ensure the `opensearch.requestHeadersAllowlist`  matches the multi-tenancy configuration documentation with `["securitytenant","Authorization"]`.

See [Multi-tenancy Configuration documentation](https://opensearch.org/docs/latest/security/multi-tenancy/multi-tenancy-config/)

Signed-off-by: Simple-Analysis <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
(cherry picked from commit fb90f57)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Naarcha-AWS committed Apr 8, 2024
1 parent e43baab commit 7da7131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _security/authentication-backends/openid-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ opensearch.password: "kibanaserver"
opensearch.ssl.verificationMode: none
# allowlist basic headers and multi-tenancy header
opensearch.requestHeadersAllowlist: ["Authorization", "security_tenant"]
opensearch.requestHeadersAllowlist: ["Authorization", "securitytenant"]
```

To include OpenID Connect with other authentication types in the Dashboards sign-in window, see [Configuring sign-in options]({{site.url}}{{site.baseurl}}/security/configuration/multi-auth/).
Expand Down

0 comments on commit 7da7131

Please sign in to comment.