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

Jetstream: Unable to proxy request with no auth #466

Open
richard-cox opened this issue Sep 8, 2020 · 1 comment
Open

Jetstream: Unable to proxy request with no auth #466

richard-cox opened this issue Sep 8, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@richard-cox
Copy link
Member

richard-cox commented Sep 8, 2020

  • Use case - proxy helm hub requests (see baseHandleMonocularInstance)
  • We should be able to use the standard request process which goes through doRequest, however the actual forwarded request is handled by the 'authHandler' associated with the endpoint OR defaults to an OAuth request. For this case there's no auth at all so falls over.
  • Think we just need some kind of no auth auth provider that makes a plain http request
@richard-cox richard-cox added the enhancement New feature or request label Sep 8, 2020
@richard-cox
Copy link
Member Author

richard-cox commented Sep 8, 2020

Once this is done, the process to fetched all charts in helm.effect could then be updated to make a standard proxy request to all helm endpoints not of repo type

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

No branches or pull requests

1 participant