You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 30, 2018. It is now read-only.
Think that these values should be cached on initialization. Will yield a significant performance gain in creating certificates if we aren't reading the config twice for each certificate we create.
Describe How to Reproduce
read the code
The text was updated successfully, but these errors were encountered:
Description
in https://github.com/hyperledger/fabric/blob/master/membersrvc/ca/ca.go#L55
CertificateSpec doesn't include Organization and Country ... why not? There are accessor functions for these values that return the value from viper, which is inefficient to say the least.
https://github.com/hyperledger/fabric/blob/master/membersrvc/ca/ca.go#L164
https://github.com/hyperledger/fabric/blob/master/membersrvc/ca/ca.go#L170
Think that these values should be cached on initialization. Will yield a significant performance gain in creating certificates if we aren't reading the config twice for each certificate we create.
Describe How to Reproduce
read the code
The text was updated successfully, but these errors were encountered: