-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
kibana-keystore requires kibana.yml starting 8.11.2 #172919
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Operations
Team label for Operations Team
Comments
thbkrkr
added
the
bug
Fixes for quality problems that affect the customer experience
label
Dec 8, 2023
jbudz
added
Team:Operations
Team label for Operations Team
and removed
needs-team
Issues missing a team label
labels
Dec 8, 2023
Pinging @elastic/kibana-operations (Team:Operations) |
This was referenced Dec 8, 2023
jbudz
added a commit
that referenced
this issue
Dec 8, 2023
kibanamachine
pushed a commit
that referenced
this issue
Dec 8, 2023
kibanamachine
referenced
this issue
Dec 19, 2023
#172970) # Backport This will backport the following commits from `main` to `8.12`: - [Revert "fix/142865/path.data config unused (#158426)" (#172951)](#172951) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jon","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-12-08T16:22:21Z","message":"Revert \"fix/142865/path.data config unused (#158426)\" (#172951)\n\nThis reverts commit 86d2f58.\r\n\r\nForward port of #172943 targeting\r\n8.13 and 8.12. See the linked pr for 8.11.3 release notes.\r\n\r\nCloses https://github.com/elastic/kibana/issues/172919","sha":"ee194d32a2e21baf6ae38a2e60e590ac3811b9f1","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","auto-backport","v8.12.0"],"number":172951,"url":"https://github.com/elastic/kibana/pull/172951","mergeCommit":{"message":"Revert \"fix/142865/path.data config unused (#158426)\" (#172951)\n\nThis reverts commit 86d2f58.\r\n\r\nForward port of #172943 targeting\r\n8.13 and 8.12. See the linked pr for 8.11.3 release notes.\r\n\r\nCloses https://github.com/elastic/kibana/issues/172919","sha":"ee194d32a2e21baf6ae38a2e60e590ac3811b9f1"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Jon <[email protected]> Co-authored-by: Brad White <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Operations
Team label for Operations Team
In 8.11.1, it was possible to call kibana-keystore without kibana.yml:
Since 8.11.2, it fails:
One problem is that it is a breaking change that makes
8.11.2
not work with ECK, because ECK calls the kibana-keystore in an init container wherekibana.yml
is not present.The text was updated successfully, but these errors were encountered: