Skip to content

Commit

Permalink
Add warning for role mappings for 8.15 (#8057) (#8065)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8aae117)

# Conflicts:
#	docs/eck-attributes.asciidoc
#	docs/orchestrating-elastic-stack-applications/security/auth-configs-using-stack-config-policy.asciidoc
#	docs/orchestrating-elastic-stack-applications/security/managing-authentication-for-multiple-stacks/jwt-stack-config-policy.asciidoc
#	docs/orchestrating-elastic-stack-applications/security/managing-authentication-for-multiple-stacks/ldap-using-stack-config-policy.asciidoc
#	docs/orchestrating-elastic-stack-applications/security/managing-authentication-for-multiple-stacks/oidc-stack-config-policy.asciidoc
#	docs/orchestrating-elastic-stack-applications/stack-config-policy.asciidoc
  • Loading branch information
pebrc authored Sep 27, 2024
1 parent 0ef8d5e commit 6711171
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/eck-attributes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
:eck_release_branch: 2.7
:eck_github: https://github.com/elastic/cloud-on-k8s
:eck_resources_list: Elasticsearch, Kibana, APM Server, Enterprise Search, Beats, Elastic Agent, and Elastic Maps Server

:role_mappings_warning: We have identified an issue with Elasticsearch 8.15 that prevents security role mappings configured via Stack configuration policies to work correctly. The only workaround is to specify the security role mappings via the link:https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-put-role-mapping.html[Elasticsearch REST API]. After an upgrade from a previous Elasticsearch version to 8.15 role mappings will be preserved but will not receive future updates from the Stack configuration policy. We are working on a fix to restore the functionality in a future Elasticsearch release.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ endif::[]

experimental[]

CAUTION: {role_mappings_warning}

NOTE: This requires a valid Enterprise license or Enterprise trial license. Check <<{p}-licensing,the license documentation>> for more details about managing licenses.

Starting from ECK `2.6.1` and Elasticsearch `8.6.1`, Elastic Stack configuration policies allow you to configure the following settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ endif::[]
[id="{p}-{page_id}"]
= Upgrade the Elastic Stack version

CAUTION: {role_mappings_warning}

The operator can safely perform upgrades to newer versions of the various Elastic Stack resources.

Follow the instructions in the link:https://www.elastic.co/guide/en/elastic-stack/current/upgrading-elastic-stack.html[Elasticsearch documentation]. Make sure that your cluster is compatible with the target version, take backups, and follow the specific upgrade instructions for each resource type. When you are ready, modify the `version` field in the resource spec to the desired stack version and the operator will start the upgrade process automatically.
Expand Down

0 comments on commit 6711171

Please sign in to comment.