-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [CI-14214] : Added PLUGIN_USER_ROLE_EXTERNAL_ID to pass externa…
…l ID for the secondary role when required. (#174) * feat : [CI-14214]: PLUGIN_USER_ROLE_EXTERNAL_ID added. * Updated manifest.tmpl * Updated manifest.tmpl * Update main.go Removing testing code. Co-authored-by: OP (oppenheimer) <[email protected]> * Update main.go Removing loggers. Co-authored-by: OP (oppenheimer) <[email protected]> * Update plugin.go Removing loggers. Co-authored-by: OP (oppenheimer) <[email protected]> * Update plugin.go Removing loggers. Co-authored-by: OP (oppenheimer) <[email protected]> * Updating README * Remove excessive logging. * Update README.md * Update README.md * Fixing CI-14887 and CI-14134 * Fixing CI-14887 and CI-14134 * Testing with AWS KEYS withour second session. * Update plugin.go * Update README.md * Update README.md test change to trigger CI job --------- Co-authored-by: OP (oppenheimer) <[email protected]>
- Loading branch information
1 parent
6d61119
commit 665db05
Showing
5 changed files
with
105 additions
and
58 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 |
---|---|---|
|
@@ -28,3 +28,5 @@ vendor/ | |
|
||
coverage.out | ||
drone-s3 | ||
|
||
update_script.sh |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,4 +28,4 @@ manifests: | |
platform: | ||
architecture: amd64 | ||
os: windows | ||
version: ltsc2022 | ||
version: ltsc2022 |
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