-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support for dynamically fetching credentials from external comm…
…and (#149) * feat: support issuing cluster credential from external command Signed-off-by: Claudio Netto <[email protected]> * refactor: rename the dynamic credential type Signed-off-by: Claudio Netto <[email protected]> * refactor: covering dynamic credentials w/ unit tests Signed-off-by: Claudio Netto <[email protected]> * docs: adding an example of secret using Dynamic cluster credential Signed-off-by: Claudio Netto <[email protected]> * test: covering code branch of failed to build cluster credentials Signed-off-by: Claudio Netto <[email protected]> * refactor: return ClusterGateway w/ credential type Dynamic Signed-off-by: Claudio Netto <[email protected]> * feat: store/fetch credential from in-memory cache Signed-off-by: Claudio Netto <[email protected]> * test: fixing exec plugin tests Signed-off-by: Claudio Netto <[email protected]> * test: increasing test coverage of exec package Signed-off-by: Claudio Netto <[email protected]> * test: cover transport package with tests about dynamic credential Signed-off-by: Claudio Netto <[email protected]> * test: covering w/ test an error-catching Signed-off-by: Claudio Netto <[email protected]> --------- Signed-off-by: Claudio Netto <[email protected]>
- Loading branch information
1 parent
adc35a6
commit 48259e0
Showing
8 changed files
with
789 additions
and
12 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.