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

Proxy updates missing auth headers in agent of request #2389

Closed
rudyflores opened this issue Dec 16, 2024 · 1 comment · Fixed by #2382
Closed

Proxy updates missing auth headers in agent of request #2389

rudyflores opened this issue Dec 16, 2024 · 1 comment · Fixed by #2382
Assignees
Labels
bug Something isn't working new The issue wasn't triaged yet

Comments

@rudyflores
Copy link
Contributor

Describe the bug

In each request made when using a proxy, the authorization headers (when used) are not included in the agent, but instead is included in the request headers. We should provide this into the agent headers instead so authentication into the proxy occurs successfully.

Expected and actual results

  1. In the proxy settings, define the url that requires authentication
  2. In the proxy authorization setting click Edit in settings.json and replace the null property with the authentication type followed by space and the credentials in base64. Example: Basic ==MyBase64UserPassword. Note the credentials should use this pattern before encoding user:password

Describe your environment

Additional context

@rudyflores rudyflores added bug Something isn't working new The issue wasn't triaged yet labels Dec 16, 2024
@rudyflores rudyflores self-assigned this Dec 16, 2024
@github-project-automation github-project-automation bot moved this to New Issues in Zowe CLI Squad Dec 16, 2024
@rudyflores rudyflores linked a pull request Dec 16, 2024 that will close this issue
4 tasks
Copy link

Thank you for creating a bug report.
We will investigate the bug and evaluate its impact on the product.
If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.

@github-project-automation github-project-automation bot moved this from New Issues to Closed in Zowe CLI Squad Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working new The issue wasn't triaged yet
Projects
Status: Closed
Development

Successfully merging a pull request may close this issue.

1 participant