hyperledger-labs / minifabric

Do fabric network the right and easy way.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting adminPassword not working

nikolas-digitalBabylon opened this issue · comments

Hi,

I create a spec.yaml as described in #280

`fabric:
cas:

  • "ca1.org0.example.com"
    peers:
  • "peer1.org0.example.com"
    settings:
    ca:
    FABRIC_LOGGING_SPEC: DEBUG
    adminPassword: "test"`

After bringing up the network, the ca's admin password remains the default hard-coded "adminpw". My expectation is that the password should be "test" instead.

I see that inside the ca docker container the environmental variable "adminPassword" is set to equal "test".

Thank you.

It must have been my environment, after a cleanup and recreating worked as expected.