DopplerHQ / kubernetes-operator

Apache License 2.0
44 stars 18 forks source link

chore: Remove client side name transformers #26

Closed ryan-blunden closed 1 year ago

ryan-blunden commented 1 year ago

The secrets download API endpoint now has ETag support for non-JSON formats so we don't need to do client side name transforms

ryan-blunden commented 1 year ago

@nmanoogian I'm under the impression that we don't have to use client-side name transformers as a result of your eTag download format fix. Is that correct?

nmanoogian commented 1 year ago

@nmanoogian I'm under the impression that we don't have to use client-side name transformers as a result of your eTag download format fix. Is that correct?

That's correct! We should be able to confirm that we got it right via the operator logs -- it should show that the API request was made but there were no modifications since the last request (304).