Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Fabric CA 1.5.5: idemix curve #635

Open
arner opened this issue Dec 14, 2022 · 0 comments
Open

Support Fabric CA 1.5.5: idemix curve #635

arner opened this issue Dec 14, 2022 · 0 comments

Comments

@arner
Copy link

arner commented Dec 14, 2022

The Ansible Scripts support creating 1.5.5 Fabric CA's, but there is a new config parameter that does not get used by the Operator (the curve), and it causes the whole idemix block to be ignored. I tried in the certificate_authority task with:


config_override:
          ca:
            idemix:
              rhpoolsize: 1000
              nonceexpiration: 15s
              noncesweepinterval: 15m
              curve: gurvy.Bn254

No errors on creation.

But in the UI, the Idemix paragraph doesn't show up in the JSON config for the CA.

Also an update in the UI with

"ca": {
    "idemix": {
    "rhpoolsize": 1000,
    "nonceexpiration": "15s",
    "noncesweepinterval": "15m",
    "curve": "gurvy.Bn254"
  }
}

Does not stick.

When I inspect the config.yaml in the pod, there is no Idemix paragraph.

I followed https://hyperledger-fabric-ca.readthedocs.io/en/release-1.4/serverconfig.html
for the format and values (plus the curve). When I only had the curve specified, I got an error so there is a component that checks the format and it seems I have it in the right place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant