Skip to content

Commit

Permalink
Update release notes for v2.4.7
Browse files Browse the repository at this point in the history
Update release notes for v2.4.7.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed Oct 25, 2022
1 parent 6de0ae1 commit 506ecdf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions release_notes/v2.4.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ Fixes

Return error for any unexpected nil conditions in gateway component to avoid nil pointer exceptions.

**peer - Allow Hardware Security Module (HSM) configuration to be set with environment variables**

The configuration parameters for the BCCSP PKCS11 component could not be set using environment variables.
This fix ensures that configuration parameters can be set using environment variables, for example:
```
CORE_PEER_BCCSP_DEFAULT=PKCS11
CORE_PEER_BCCSP_PKCS11_LIBRARY=/etc/hyperledger/fabric/libsofthsm2.so
CORE_PEER_BCCSP_PKCS11_PIN=71811222
CORE_PEER_BCCSP_PKCS11_LABEL=fabric
```

Improvements
------------

Expand Down

0 comments on commit 506ecdf

Please sign in to comment.