-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Basic Auth to HTTP Connector (#569)
* implemented initial processing of authentication variables in http connector endpoints * restructuring endpoint config to use CredentialsFactory * add check for credentials in decorator * update changelog --------- Co-authored-by: david <[email protected]> Co-authored-by: djkhl <[email protected]> Co-authored-by: djkhl <[email protected]> Co-authored-by: ekneg54 <[email protected]>
- Loading branch information
1 parent
f66b548
commit d93cd99
Showing
12 changed files
with
495 additions
and
217 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,5 @@ sql_db_table.json | |
build/ | ||
dist/ | ||
error_file | ||
experiments | ||
**/_static/*.xlsx |
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.