Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fabric operator ca is not decoding base64 encoded certs #165

Closed
litong01 opened this issue Jul 9, 2020 · 0 comments
Closed

Fabric operator ca is not decoding base64 encoded certs #165

litong01 opened this issue Jul 9, 2020 · 0 comments
Assignees

Comments

@litong01
Copy link
Contributor

litong01 commented Jul 9, 2020

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

@litong01 litong01 self-assigned this Jul 9, 2020
litong01 pushed a commit to litong01/cello that referenced this issue Jul 9, 2020
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>
@yeasy yeasy closed this as completed in 1f445cf Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant