Skip to content

Commit

Permalink
Merge branch 'main' into bh.snyk.ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pacificcode authored Aug 26, 2024
2 parents ae2516c + 8f6ba41 commit c762c2b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
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
2 changes: 1 addition & 1 deletion .changes/unreleased/security-20240718-081820.yaml
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
3 changes: 1 addition & 2 deletions .changes/unreleased/security-20240807-120631.yaml
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
2 changes: 1 addition & 1 deletion .changes/unreleased/security-20240812-133345.yaml
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

0 comments on commit c762c2b

Please sign in to comment.