-
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
[Fleet] Fix secrets with dot.separated variable names #173115
[Fleet] Fix secrets with dot.separated variable names #173115
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
@elasticmachine merge upstream |
Pinging @elastic/fleet (Team:Fleet) |
/ci |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
Log explorer changes seem totally unrelated, but odd that they failed twice so far. |
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.
LGTM 🚀
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
To update your PR or re-run it, just comment with: cc @kpollich |
## Summary Closes elastic#173048 Move away from dot-separated secret paths in favor of array-based paths to fix the above bug around dot-separated variable names. ## To test Create an integration policy for the Universal Profiling Agent on v8.12.0 and observe that no errors occur during policy creation. --------- Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit f861857)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
#173234) # Backport This will backport the following commits from `main` to `8.12`: - [[Fleet] Fix secrets with dot.separated variable names (#173115)](#173115) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Kyle Pollich","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-12-12T22:23:59Z","message":"[Fleet] Fix secrets with dot.separated variable names (#173115)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/173048\r\n\r\nMove away from dot-separated secret paths in favor of array-based paths\r\nto fix the above bug around dot-separated variable names.\r\n\r\n## To test\r\n\r\nCreate an integration policy for the Universal Profiling Agent on\r\nv8.12.0 and observe that no errors occur during policy creation.\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"f861857672c2611a0702e659815af03816e9638d","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:Fleet","backport:prev-minor","v8.13.0"],"number":173115,"url":"https://github.com/elastic/kibana/pull/173115","mergeCommit":{"message":"[Fleet] Fix secrets with dot.separated variable names (#173115)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/173048\r\n\r\nMove away from dot-separated secret paths in favor of array-based paths\r\nto fix the above bug around dot-separated variable names.\r\n\r\n## To test\r\n\r\nCreate an integration policy for the Universal Profiling Agent on\r\nv8.12.0 and observe that no errors occur during policy creation.\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"f861857672c2611a0702e659815af03816e9638d"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173115","number":173115,"mergeCommit":{"message":"[Fleet] Fix secrets with dot.separated variable names (#173115)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/173048\r\n\r\nMove away from dot-separated secret paths in favor of array-based paths\r\nto fix the above bug around dot-separated variable names.\r\n\r\n## To test\r\n\r\nCreate an integration policy for the Universal Profiling Agent on\r\nv8.12.0 and observe that no errors occur during policy creation.\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"f861857672c2611a0702e659815af03816e9638d"}}]}] BACKPORT--> Co-authored-by: Kyle Pollich <[email protected]>
Summary
Closes #173048
Move away from dot-separated secret paths in favor of array-based paths to fix the above bug around dot-separated variable names.
To test
Create an integration policy for the Universal Profiling Agent on v8.12.0 and observe that no errors occur during policy creation.