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
to create a new client. The client can interact with the chaincode. Now I have to revoke this created identity. The command is missing.
What did you expect to happen?
That I can run something like:
kubectl hlf ca revoke
How can we reproduce it (as minimally and precisely as possible)?
kubectl hlf ca register ...
kubectl hlf ca enroll ...
Anything else we need to know?
kubectl hlf identity delete does not seem to do what I want and cannot find data.
Logging into the CA container and trying to run gives:
fabric-ca-client identity list
2023/12/12 21:55:04 [ERROR] Enrollment check failed: either because 'x509 enrollment information does not exist - certFile: /var/hyperledger/fabric-ca/msp/signcerts/cert.pem keyFile: /var/hyperledger/fabric-ca/msp/keystore/key.pem' or 'Idemix enrollment information does not exist'
Kubernetes version
v1.27.5-gke.200
The text was updated successfully, but these errors were encountered:
What happened?
I use:
to create a new client. The client can interact with the chaincode. Now I have to revoke this created identity. The command is missing.
What did you expect to happen?
That I can run something like:
How can we reproduce it (as minimally and precisely as possible)?
kubectl hlf ca register ...
kubectl hlf ca enroll ...
Anything else we need to know?
kubectl hlf identity delete
does not seem to do what I want and cannot find data.Logging into the CA container and trying to run gives:
Kubernetes version
v1.27.5-gke.200
The text was updated successfully, but these errors were encountered: