Skip to content
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

Added support for secure HTTPS xPack requests #119

Merged
merged 5 commits into from
Apr 29, 2019

Conversation

manuasir
Copy link
Contributor

Hello team,

This PR adds the ability to perform requests to the Elastic API in the case of xPack enabled.
Related issue: #50

Cheers

@manuasir manuasir added this to In progress in v3.9.x via automation Feb 12, 2019
@manuasir manuasir added this to the 7th week sprint milestone Feb 12, 2019
@manuasir manuasir moved this from In progress to Needs review in v3.9.x Feb 12, 2019

until curl -XGET $el_url; do
until curl ${auth} -XGET $el_url; do
Copy link
Contributor

Choose a reason for hiding this comment

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

Better to follow the same style as the rest of the document for specifying the auth credentials:
curl -XGET $el_url ${auth}

@LuisGi93
Copy link
Contributor

Hi team,
Today a first test of this PR was done. I checked that the changes proposes don't affect the normal behavior of an installation without xPack enabled. Did not find any problem.

Copy link
Contributor

@LuisGi93 LuisGi93 left a comment

Choose a reason for hiding this comment

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

Hi team,
today I tested a bit more deep this PR. Like I stated in my previous comment this PR dont break the normal behaviour but it has some errors that prevent the enablement of the "secure HTTPS xPack requests".

elasticsearch/config/load_settings.sh Outdated Show resolved Hide resolved
kibana/config/entrypoint.sh Outdated Show resolved Hide resolved
Copy link
Contributor

@LuisGi93 LuisGi93 left a comment

Choose a reason for hiding this comment

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

Hi team,
Have made some changes to corrected the errors, I have tested it again and no errors has been found.
Could be merged.
Regards.

@manuasir manuasir changed the base branch from 3.8.2_6.5.4 to 3.9.0_6.7.0 April 29, 2019 10:14
@manuasir manuasir merged commit baa0ac6 into 3.9.0_6.7.0 Apr 29, 2019
v3.9.x automation moved this from Needs review to Done Apr 29, 2019
@manuasir manuasir deleted the 3.8.2_6.5.4-allow-xpac-req branch April 29, 2019 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
v3.9.x
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants