hyperledger-labs / minifabric

Do fabric network the right and easy way.
Apache License 2.0
304 stars 163 forks source link

Setting adminPassword not working #351

Closed nikolas-digitalBabylon closed 1 year ago

nikolas-digitalBabylon commented 2 years ago

Hi,

I create a spec.yaml as described in https://github.com/hyperledger-labs/minifabric/pull/280

`fabric: cas:

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.

nikolas-digitalBabylon commented 1 year ago

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