-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into bh.snyk.ignore
- Loading branch information
Showing
4 changed files
with
4 additions
and
5 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
kind: 'new-product-feature' | ||
body: |- | ||
Added support for multiple Azure MSI profiles. When selecting Azure as the profile auth-provider the user is prompted to enter the clientID for the MSI (managed identity) they would like to use for this profile. The clientID is stored in the profile config file i.e. .dsv.yml. | ||
Add support for multiple Azure MSI profiles. When selecting Azure as the profile auth-provider the user is prompted to enter the clientID for the MSI (managed identity) they would like to use for this profile. The clientID is stored in the profile config file i.e. .dsv.yml. | ||
the clientID is retrieved from the config when ever azure authentication is required. | ||
time: 2024-05-30T13:24:05.15961-07:00 |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
kind: 'security' | ||
body: Changed sha1 function calls to sha256 | ||
body: Changed sha1 function calls to sha256. | ||
time: 2024-07-18T08:18:20.013668-07:00 |
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
kind: security | ||
body: |- | ||
removed writing empty req.body to httpWriter in OIDC authentication. | ||
modified ras.GenerateKey to use 2048 bit encryption in cicd-integration/generate_pki.go | ||
Improve security by removal of empty httpWriter in OIDC auth, and increasing to 2048 bit encryption in PKI generation. | ||
time: 2024-08-07T12:06:31.546382-07:00 |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
kind: security | ||
body: removed high level snyk issues for hard coded credentials. | ||
body: Removed high level snyk issues for hard coded credentials. | ||
time: 2024-08-12T13:33:45.993584-07:00 |