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
Hi, I have redocly.yaml file to defined openapi files and its outputs to generate multiple type files for every service we have. Until now I manually fetched all open api files and then run openapi-typescript command, but my idea is to change it to get the api files from git/remote url instead. The problem is that our bitbucket is behind proxy. When I try to curl the api file with auth and proxy settings, it works file. Is there a way to tell openapi-ts or redocly to use proxy? The only mention about this I found was on redocly page to set global variables HTTP_PROXY and HTTPS_PROXY, but it did nothing.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I have redocly.yaml file to defined openapi files and its outputs to generate multiple type files for every service we have. Until now I manually fetched all open api files and then run openapi-typescript command, but my idea is to change it to get the api files from git/remote url instead. The problem is that our bitbucket is behind proxy. When I try to curl the api file with auth and proxy settings, it works file. Is there a way to tell openapi-ts or redocly to use proxy? The only mention about this I found was on redocly page to set global variables HTTP_PROXY and HTTPS_PROXY, but it did nothing.
Thanks for helping!
Beta Was this translation helpful? Give feedback.
All reactions