Added proxy auth support to model.Endpoint#254
Open
hughneale wants to merge 2 commits intoserverlessworkflow:mainfrom
Open
Added proxy auth support to model.Endpoint#254hughneale wants to merge 2 commits intoserverlessworkflow:mainfrom
hughneale wants to merge 2 commits intoserverlessworkflow:mainfrom
Conversation
Signed-off-by: hughneale <mail@hughneale.com>
Signed-off-by: hughneale <mail@hughneale.com>
c7f4076 to
a507840
Compare
Member
|
@hughneale some languages/frameworks deal with this internally already. I'm not familiar with the details from Go HTTP client. I recognize the need of it, but maybe we could delegate to the internal HTTP client? |
Member
|
I mean, is proxy authentication on the same level and the application authz? That I have questions about. |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding support for https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Proxy-Authorization. Is this ok? Do you want me to update the DSL spec first?
Just lets HTTP callers auth against resources that support the proxy auth header like Google's IAP