Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Fix "list native roles" task #779

Merged
merged 1 commit into from
Feb 22, 2021
Merged

Conversation

jmlrt
Copy link
Member

@jmlrt jmlrt commented Feb 22, 2021

This commit fix "List Native Roles" task with Elasticsearch 7.11.0+
by removing the unused body_format parameter from uri module.

This parameter isn't used with a GET method but make request fail with
request [GET /_security/role] does not support having a body error
with Elasticsearch 7.11.0+.

This commit fix "List Native Roles" task with Elasticsearch 7.11.0+
by removing the unused `body_format` parameter from uri module.

This parameter isn't used with a GET method but make request fail with
`request [GET /_security/role] does not support having a body` error
with Elasticsearch 7.11.0+.
@jmlrt jmlrt requested a review from a team February 22, 2021 15:06
Copy link
Contributor

@Conky5 Conky5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jmlrt jmlrt merged commit 30fcd95 into elastic:master Feb 22, 2021
@jmlrt jmlrt deleted the fix-get-role-api branch February 22, 2021 16:02
This was referenced Feb 22, 2021
v1v added a commit to v1v/ansible-elasticsearch that referenced this pull request Mar 9, 2021
…buntu-20

* upstream/master:
  Cleanup remove keystore entries (elastic#771)
  Fix README.md Multi Node Server Installations (elastic#782)
  Update ssl-tls-setup.md (elastic#777)
  7.11.1 release (elastic#780)
  Fix "list native roles" task (elastic#779)
  Remove OSS support for version >= 7.11.0 (elastic#770)
  [meta] refactor kitchen tests (elastic#765)
  Ad support for elasticsearch-keystore entries (elastic#769)
  Update elasticsearch-Debian.yml (elastic#761)
  [meta] fix again jjbb template for jenkins jobs (elastic#763)
  [meta] fix jobs template following elastic#760 (elastic#762)
  [meta] add dedicated ci jobs for 6.x (elastic#760)
  Update 7.10.2 changelog (elastic#755)
  7.10.2 release (elastic#754)
  Fix java install path when system has multiple java (elastic#753)
  [meta] fix ansible galaxy install command (elastic#751)
  7.10.1 release (elastic#749)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants