-
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
[MAPS] Updating file upload privileges for maps test user #203992
[MAPS] Updating file upload privileges for maps test user #203992
Conversation
@jgowdyelastic which test is this for? |
I guess every test that uses @wayneseymour it seems like the easiest way is to check every config listed in linked issue to not have deprecation warning in logs (assuming the list is full and valid) |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
|
Pinging @elastic/ml-ui (:ml) |
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, thanks for fixing
@wayneseymour This will fix the deprecation warnings being raised in these two tests:
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12355174531 |
…3992) Clears deprecation warning triggered by maps file upload test. The role used by the test user needs to now include `manage` This should clear the `elastic/kibana-presentation` deprecation warnings raised [here](elastic/kibana-team#1173) (cherry picked from commit 6f38a4c)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
) (#204414) # Backport This will backport the following commits from `main` to `8.x`: - [[MAPS] Updating file upload privileges for maps test user (#203992)](#203992) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"James Gowdy","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-16T14:52:02Z","message":"[MAPS] Updating file upload privileges for maps test user (#203992)\n\nClears deprecation warning triggered by maps file upload test.\r\nThe role used by the test user needs to now include `manage`\r\n\r\nThis should clear the `elastic/kibana-presentation` deprecation warnings\r\nraised [here](https://github.com/elastic/kibana-team/issues/1173)","sha":"6f38a4c46fb9727407bb52df0cf276e73d7342d8","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":[":ml","release_note:skip","v9.0.0","Feature:Maps","testing","backport:version","v8.18.0"],"title":"[MAPS] Updating file upload privileges for maps test user","number":203992,"url":"https://github.com/elastic/kibana/pull/203992","mergeCommit":{"message":"[MAPS] Updating file upload privileges for maps test user (#203992)\n\nClears deprecation warning triggered by maps file upload test.\r\nThe role used by the test user needs to now include `manage`\r\n\r\nThis should clear the `elastic/kibana-presentation` deprecation warnings\r\nraised [here](https://github.com/elastic/kibana-team/issues/1173)","sha":"6f38a4c46fb9727407bb52df0cf276e73d7342d8"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/203992","number":203992,"mergeCommit":{"message":"[MAPS] Updating file upload privileges for maps test user (#203992)\n\nClears deprecation warning triggered by maps file upload test.\r\nThe role used by the test user needs to now include `manage`\r\n\r\nThis should clear the `elastic/kibana-presentation` deprecation warnings\r\nraised [here](https://github.com/elastic/kibana-team/issues/1173)","sha":"6f38a4c46fb9727407bb52df0cf276e73d7342d8"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: James Gowdy <[email protected]>
Clears deprecation warning triggered by maps file upload test.
The role used by the test user needs to now include
manage
This should clear the
elastic/kibana-presentation
deprecation warnings raised here