{/* START_CONTENT */}
New changes
The following pull requests have been merged
- FabricIdentity: Manage the registering and enrolling of users automatically (including renewal)
- FabricNetworkConfig: Manage the network configuration based on the Bevel Fabric Operator and external configuration
- Enrollment for peers/orderers/identities now accepts a secret reference to get the TLS Cert of the FabricCA
- FabricCA supports initialization from custom certificate authority referenced from secret
- Minor bug fixes
FabricIdentity
You can now manage the registering and enrolling of users automatically. This includes renewal of the user certificates.
This is an example on how to create a FabricIdentity:
FabricNetworkConfig
You can now manage the network configuration based on the Bevel Fabric Operator and external configuration.
This CRD will react to changes in the Identities and FabricCASecrets and update the network configuration accordingly.
This is an example on how to create a FabricNetworkConfig:
Enrollment for peers/orderers/identities
You can now use a secret reference to get the TLS Cert of the FabricCA, instead of having to specify the certificate in the CRD.
FabricCA supports initialization from custom certificate authority
You can now initialize the FabricCA from a custom certificate authority referenced from a secret.
This includes support for both CAs, the signing CA and the TLS CA.
You can check the following example: