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

Added a json converter to deserialize base64 strings to a byte array #469

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

The-TT-Hacker
Copy link

Fix for this issue #458

The only places in the models ILIst is used is in TLSInfo and SecretSpec.
TLSInfo is only ever received from the docker engine and the Data attribute in the SecretSpec model is only used when creating a secret so it never needs to be serialized.
This means this change will not affect any other endpoint.

@dnfadmin
Copy link

dnfadmin commented Oct 9, 2020

CLA assistant check
All CLA requirements met.

@ACoderLife
Copy link
Contributor

@galvesribeiro
This was merged in as part of:
#481
and can now be closed.

Thanks!

@ACoderLife ACoderLife deleted the tls_info_fix branch September 19, 2022 02:16
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

Successfully merging this pull request may close these issues.

None yet

3 participants