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

Provide a way to resolve authenticated remote HTTP references #469

Open
denver-HJS opened this issue Jan 9, 2021 · 1 comment
Open

Provide a way to resolve authenticated remote HTTP references #469

denver-HJS opened this issue Jan 9, 2021 · 1 comment

Comments

@denver-HJS
Copy link

Is there a way to provide the routine a way to authenticate itself to remote HTTP references that require it?

I found issue #355 but that really only covers retrieving the entry point file and not the remote$ref values contained within it, if I'm not mistaken.

json-schema-ref-parser provides this in the form of custom resolvers. I wasn't sure if something like that already exists for this project, or you think it would be worthwhile to add it?

@horiuchi
Copy link
Owner

Currently, BASIC authentication is the only way to authenticate when getting the remote schema.

For example, it would be nice to be able to hook into the plugin where $ref references are resolved.

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

No branches or pull requests

2 participants