Skip to content

Commit

Permalink
[8.x] [MAPS] Updating file upload privileges for maps test user (#203992
Browse files Browse the repository at this point in the history
) (#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]>
  • Loading branch information
kibanamachine and jgowdyelastic authored Dec 16, 2024
1 parent 7a3de72 commit 5abc8a3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion x-pack/test/functional/config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,14 @@ export default async function ({ readConfigFile }) {
indices: [
{
names: ['*'],
privileges: ['create', 'read', 'view_index_metadata', 'monitor', 'create_index'],
privileges: [
'create',
'read',
'view_index_metadata',
'monitor',
'create_index',
'manage',
],
},
],
},
Expand Down

0 comments on commit 5abc8a3

Please sign in to comment.