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

[Elastic Agent] Enrollment via proxy generates invalid fleet.yml (Agent won't start up correctly) #27187

Closed
urso opened this issue Aug 2, 2021 · 1 comment · Fixed by #27215
Assignees
Labels
bug Team:Elastic-Agent Label for the Agent team

Comments

@urso
Copy link

urso commented Aug 2, 2021

For confirmed bugs, please report:

  • Version: 7.14
  • Operating System: Any

When enrolling Agent via proxy using --proxy-url the fleet.yml becomes invalid, as the URL is serialized as Object:

  proxy_url:
    scheme: http
    opaque: ""
    user: null
    host: 10.1.4.118:3128
    path: ""
    rawpath: ""
    forcequery: false
    rawquery: ""
    fragment: ""
    rawfragment: ""

The proxy_url must be a string.

@urso urso added bug Team:Elastic-Agent Label for the Agent team labels Aug 2, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/agent (Team:Agent)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Team:Elastic-Agent Label for the Agent team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants