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 Configuration is broken in v8 #1004

Open
6 tasks done
jonask94 opened this issue Dec 17, 2024 · 1 comment
Open
6 tasks done

Proxy Configuration is broken in v8 #1004

jonask94 opened this issue Dec 17, 2024 · 1 comment
Labels

Comments

@jonask94
Copy link

Checklist

  • I have looked into the README and have not found a suitable solution or answer.
  • I have looked into the documentation and have not found a suitable solution or answer.
  • I have searched the issues and have not found a suitable solution or answer.
  • I have upgraded to the latest version of this tool and the issue still persists.
  • I have searched the Auth0 Community forums and have not found a suitable solution or answer.
  • I agree to the terms within the Auth0 Code of Conduct.

Description

We are using the auth0-deploy-cli in our CI/CD-process.
The automated import to our staging tenants is executed behind a proxy.
Therefore we have to use the --proxy_url configuration, which worked fine in the past.
We just updated the deploy-cli to the newest major-version v8.
With v8 the proxy configuration seems to be broken.
The deploy-cli is not able to authenticate or to do any requests: FetchError: The request failed and the interceptors did not return an alternative response
(Without the proxy-configuration the import works as expected)
As far as I understood from the changelogs and migration guides, this behaviour could be caused by migrating to node-auth0/v4.
At least I found a change regarding the proxy configuration here: https://github.com/auth0/node-auth0/blob/master/v4_MIGRATION_GUIDE.md#authentication-api

Expectation

auth0-deploy-cli should be able to work with --proxy_url configuration in v8

Reproduction

  1. run the deploy-cli with --proxy_url=http://sample.proxy:port

Deploy CLI version

8.4.1

Node version

20.18.0

@jonask94 jonask94 added the bug label Dec 17, 2024
@kushalshit27
Copy link
Contributor

Hi @jonask94,
Thank you for reporting this issue! Our team is investigating the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants