You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
run the deploy-cli with --proxy_url=http://sample.proxy:port
Deploy CLI version
8.4.1
Node version
20.18.0
The text was updated successfully, but these errors were encountered:
Checklist
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 v8Reproduction
--proxy_url=http://sample.proxy:port
Deploy CLI version
8.4.1
Node version
20.18.0
The text was updated successfully, but these errors were encountered: