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
Issue 165 stated that the ca cert were not correctly
decoded when provided to stand up a ca node. This
patch will fix that issue.
Signed-off-by: Tong Li <litong01@us.ibm.com>
Fabric operator ca is not decoding base64 encoded certs
Expected Behavior
The configured certs are all base64 encoded, they should have been decoded.
Current Behavior
certs were not decoded, thus, when use some existing certs, it will break.
Possible Solution
Decode certs when save in k8s as secrets
Steps to Reproduce
Use fabric operator to deploy a ca node and provide a set of existing certs instead of let ca node
generate its own certs.
Context (Environment)
any kubernetes version
The text was updated successfully, but these errors were encountered: