This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Support auth via proxy (#6984)
BREAKING CHANGE: resource-service now supports authorization via proxy server * feat: Support auth via proxy Signed-off-by: odubajDT <[email protected]> * added support to resource-service Signed-off-by: odubajDT <[email protected]> * support proxy in cli Signed-off-by: odubajDT <[email protected]> * minor fix in update_project Signed-off-by: odubajDT <[email protected]> * fix unit tests in shipyard-controller Signed-off-by: odubajDT <[email protected]> * decode privateKey file Signed-off-by: odubajDT <[email protected]> * minor fix in privateKey Signed-off-by: odubajDT <[email protected]> * add unit tests to resource-service Signed-off-by: odubajDT <[email protected]> * unit tests for cli Signed-off-by: odubajDT <[email protected]> * add unit tests for shipyard-controller Signed-off-by: odubajDT <[email protected]> * minor fix in cli Signed-off-by: odubajDT <[email protected]> * minor fix unit tests cli Signed-off-by: odubajDT <[email protected]> * fix Signed-off-by: odubajDT <[email protected]> * logs Signed-off-by: odubajDT <[email protected]> * fix Signed-off-by: odubajDT <[email protected]> * fix Signed-off-by: odubajDT <[email protected]> * disable unit tests Signed-off-by: odubajDT <[email protected]> * remove logs Signed-off-by: odubajDT <[email protected]> * add update project check to ssh integration test Signed-off-by: odubajDT <[email protected]> * draft of proxy integration test Signed-off-by: odubajDT <[email protected]> * minor fix integration tests Signed-off-by: odubajDT <[email protected]> * minor fix Signed-off-by: odubajDT <[email protected]> * working version of tests Signed-off-by: odubajDT <[email protected]> * add new tests to testsuites Signed-off-by: odubajDT <[email protected]> * extend proxy integration test with update Signed-off-by: odubajDT <[email protected]> * minor fix in update project Signed-off-by: odubajDT <[email protected]> * deploy squid proxy as deployment Signed-off-by: odubajDT <[email protected]> * minor fix Signed-off-by: odubajDT <[email protected]> * remove namespace from squid deployment and service Signed-off-by: odubajDT <[email protected]> * minor fixes Signed-off-by: odubajDT <[email protected]> * rename secure to insecure Signed-off-by: odubajDT <[email protected]> * final refactoring Signed-off-by: odubajDT <[email protected]> * tidy dependencies Signed-off-by: odubajDT <[email protected]> * minimize squid.conf Signed-off-by: odubajDT <[email protected]> * make sonarcloud happy Signed-off-by: odubajDT <[email protected]> * proxy namespace fix Signed-off-by: odubajDT <[email protected]> * support storing of PEM Certificate Signed-off-by: odubajDT <[email protected]> * fix cli tests Signed-off-by: odubajDT <[email protected]> * fix pr review Signed-off-by: odubajDT <[email protected]> * pr review fix Signed-off-by: odubajDT <[email protected]>
- Loading branch information
Showing
23 changed files
with
1,095 additions
and
105 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
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.