-
Notifications
You must be signed in to change notification settings - Fork 43
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
CLI doesn't support basic authentication in the URL since 9.0.0 #1152
Labels
Comments
🎉 This issue has been resolved in version 10.1.1-next.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 10.1.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since this PR: #915, where the CLI moved to use
oas-normalize.load
, basic authentication stopped working.That is because in oas-normalize, we use
fetch
directly on the URL: https://github.com/readmeio/oas/blob/main/packages/oas-normalize/src/index.ts#L66 , which doesn't support basic authentication in the URL.The text was updated successfully, but these errors were encountered: