bjwswang

Results 33 issues of bjwswang

Well... When I saw secrets `{org}-ca` and `{org}-tls-ca` by `kubectl get ...` ,I just don't know what these for.... https://github.com/hyperledger-labs/fabric-operator/blob/main/pkg/offering/base/ca/ca.go#L496 Maybe we remove these two secrets or just store the...

When dig into `IBPCA` reconcile logic, found the `TLSCrypto` hardcoded `Issuer` and `Subject` to `IBM`. This make tlsroot certficate only can be `IBM` related settings. ``` template := x509.Certificate{ SerialNumber:...