Docker.DotNet icon indicating copy to clipboard operation
Docker.DotNet copied to clipboard

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

Open The-TT-Hacker opened this issue 5 years ago • 2 comments

Fix for this issue https://github.com/dotnet/Docker.DotNet/issues/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.

The-TT-Hacker avatar Oct 09 '20 02:10 The-TT-Hacker

CLA assistant check
All CLA requirements met.

dnfadmin avatar Oct 09 '20 02:10 dnfadmin

@galvesribeiro This was merged in as part of: https://github.com/dotnet/Docker.DotNet/pull/481 and can now be closed.

Thanks!

ACoderLife avatar Sep 19 '22 02:09 ACoderLife