kyma-incubator / varkes

A mocking toolkit for Kyma
Apache License 2.0
12 stars 13 forks source link

fixing encoding problems #264

Closed a-thaler closed 4 years ago

a-thaler commented 4 years ago

Running Kyma on gardener-azure caused problems while pairing the mock. It turned out to be related to a mess up in the encoding of the certificate data. This PR fixes it by using a Buffer everywhere when dealing with certificate data applying proper encodings.