Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adjust for removed kibana security settings #2315

Merged
merged 1 commit into from
Nov 3, 2022
Merged

Conversation

robb3rt
Copy link
Contributor

@robb3rt robb3rt commented Nov 3, 2022

The setting xpack.security.enabled has been removed since 8.0.0 so following these instructions will result in errors from the Kibana side. This file needs to be adjusted for versions of 8.0.0 and upwards

The setting `xpack.security.enabled` [has been removed since 8.0.0](elastic/kibana#111681) so following these instructions will result in errors from the Kibana side. This file needs to be adjusted for versions of 8.0.0 and upwards
@robb3rt robb3rt requested a review from dedemorton as a code owner November 3, 2022 14:13
@mergify
Copy link
Contributor

mergify bot commented Nov 3, 2022

This pull request does not have a backport label. Could you fix it @robb3rt? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-/d./d is the label to automatically backport to the /d./d branch. /d is the digit
    NOTE: backport-skip has been added to this pull request.

@mergify mergify bot added the backport-skip Skip notification from the automated backport with mergify label Nov 3, 2022
@apmmachine
Copy link
Contributor

A documentation preview will be available soon:

Copy link
Contributor

@dedemorton dedemorton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you for fixing this! I'll add the necessary backport labels and make sure it gets backported to all branches 8.0+.

@dedemorton dedemorton added backport-8.9 Automated backport with mergify backport-8.1 Automated backport with mergify backport-8.2 Automated backport with mergify backport-8.0 Automated backport with mergify backport-8.4 Automated backport with mergify backport-8.5 Automated backport with mergify labels Nov 3, 2022
@dedemorton dedemorton self-assigned this Nov 3, 2022
@dedemorton dedemorton removed the backport-skip Skip notification from the automated backport with mergify label Nov 3, 2022
@dedemorton dedemorton merged commit fe73e13 into main Nov 3, 2022
@dedemorton dedemorton deleted the robb3rt-patch-1 branch November 3, 2022 16:33
mergify bot pushed a commit that referenced this pull request Nov 3, 2022
The setting `xpack.security.enabled` [has been removed since 8.0.0](elastic/kibana#111681) so following these instructions will result in errors from the Kibana side. This file needs to be adjusted for versions of 8.0.0 and upwards

(cherry picked from commit fe73e13)
mergify bot pushed a commit that referenced this pull request Nov 3, 2022
The setting `xpack.security.enabled` [has been removed since 8.0.0](elastic/kibana#111681) so following these instructions will result in errors from the Kibana side. This file needs to be adjusted for versions of 8.0.0 and upwards

(cherry picked from commit fe73e13)
mergify bot pushed a commit that referenced this pull request Nov 3, 2022
The setting `xpack.security.enabled` [has been removed since 8.0.0](elastic/kibana#111681) so following these instructions will result in errors from the Kibana side. This file needs to be adjusted for versions of 8.0.0 and upwards

(cherry picked from commit fe73e13)
mergify bot pushed a commit that referenced this pull request Nov 3, 2022
The setting `xpack.security.enabled` [has been removed since 8.0.0](elastic/kibana#111681) so following these instructions will result in errors from the Kibana side. This file needs to be adjusted for versions of 8.0.0 and upwards

(cherry picked from commit fe73e13)
mergify bot pushed a commit that referenced this pull request Nov 3, 2022
The setting `xpack.security.enabled` [has been removed since 8.0.0](elastic/kibana#111681) so following these instructions will result in errors from the Kibana side. This file needs to be adjusted for versions of 8.0.0 and upwards

(cherry picked from commit fe73e13)
mergify bot pushed a commit that referenced this pull request Nov 3, 2022
The setting `xpack.security.enabled` [has been removed since 8.0.0](elastic/kibana#111681) so following these instructions will result in errors from the Kibana side. This file needs to be adjusted for versions of 8.0.0 and upwards

(cherry picked from commit fe73e13)
dedemorton pushed a commit that referenced this pull request Nov 3, 2022
The setting `xpack.security.enabled` [has been removed since 8.0.0](elastic/kibana#111681) so following these instructions will result in errors from the Kibana side. This file needs to be adjusted for versions of 8.0.0 and upwards

(cherry picked from commit fe73e13)

Co-authored-by: Robbert Hink <[email protected]>
dedemorton pushed a commit that referenced this pull request Nov 3, 2022
The setting `xpack.security.enabled` [has been removed since 8.0.0](elastic/kibana#111681) so following these instructions will result in errors from the Kibana side. This file needs to be adjusted for versions of 8.0.0 and upwards

(cherry picked from commit fe73e13)

Co-authored-by: Robbert Hink <[email protected]>
dedemorton pushed a commit that referenced this pull request Nov 3, 2022
The setting `xpack.security.enabled` [has been removed since 8.0.0](elastic/kibana#111681) so following these instructions will result in errors from the Kibana side. This file needs to be adjusted for versions of 8.0.0 and upwards

(cherry picked from commit fe73e13)

Co-authored-by: Robbert Hink <[email protected]>
dedemorton pushed a commit that referenced this pull request Nov 3, 2022
The setting `xpack.security.enabled` [has been removed since 8.0.0](elastic/kibana#111681) so following these instructions will result in errors from the Kibana side. This file needs to be adjusted for versions of 8.0.0 and upwards

(cherry picked from commit fe73e13)

Co-authored-by: Robbert Hink <[email protected]>
dedemorton pushed a commit that referenced this pull request Nov 3, 2022
The setting `xpack.security.enabled` [has been removed since 8.0.0](elastic/kibana#111681) so following these instructions will result in errors from the Kibana side. This file needs to be adjusted for versions of 8.0.0 and upwards

(cherry picked from commit fe73e13)

Co-authored-by: Robbert Hink <[email protected]>
dedemorton pushed a commit that referenced this pull request Nov 3, 2022
The setting `xpack.security.enabled` [has been removed since 8.0.0](elastic/kibana#111681) so following these instructions will result in errors from the Kibana side. This file needs to be adjusted for versions of 8.0.0 and upwards

(cherry picked from commit fe73e13)

Co-authored-by: Robbert Hink <[email protected]>
bmorelli25 pushed a commit to bmorelli25/observability-docs that referenced this pull request Apr 11, 2023
The setting `xpack.security.enabled` [has been removed since 8.0.0](elastic/kibana#111681) so following these instructions will result in errors from the Kibana side. This file needs to be adjusted for versions of 8.0.0 and upwards
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-8.0 Automated backport with mergify backport-8.1 Automated backport with mergify backport-8.2 Automated backport with mergify backport-8.4 Automated backport with mergify backport-8.5 Automated backport with mergify backport-8.9 Automated backport with mergify
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants