This repository has been archived by the owner on Aug 25, 2024. It is now read-only.
forked from LangStream/langstream
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gateways: allow authorization via http header (#93)
Added flag to the gateway inside `authentication` named `http-credentials-source` defaults to `query`. Possible values are `query` and `header`. If using an http endpoint, the api gateway will check this gateway flag to gather the credentials. This apply both to `produce` and `service` endpoints. CLI has been updated to decide the auth mode based on the gateway config (only for produce with --protocol http)
- Loading branch information
1 parent
99de449
commit af4b4c6
Showing
12 changed files
with
551 additions
and
99 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.