-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[DOCS] Add packaging breaking change #33541
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
Conversation
|
Pinging @elastic/es-security |
5b506be to
ac40622
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After digging into this, we've found that the breaking change is a bug. So maybe this should be a known issue instead? The fix is in #33688. The issue is the following:
- Pre 6.3 with x-pack installed put the default configuration files for security in ES_PATH_CONF/x-pack
- 6.3+ puts the default configuration files in ES_PATH_CONF/x-pack
- A BWC layer was added to look in the
ES_PATH_CONF/x-packif the file did not exist inES_PATH_CONF/x-pack. This essentially means that the old files are ignored since the new default files are there. The workaround is to move the old files up a level (out of the x-pack directory)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No it will not be backported to 6.3
ac40622 to
263ab93
Compare
c6a29c9 to
e4407d6
Compare
Related to elastic/stack-docs#116