You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.
GetTLSDataFromSecret retrieves the TLS secret from the API, extracts its data and returns a struct. If the user named the secret keys incorrectly, empty data is passed back and eventually they're confronted with:
tls: failed to find any PEM data in certificate input
which is slightly confusing. It would probably be better to check the content of the data before returning and raise an error there instead.
The text was updated successfully, but these errors were encountered:
GetTLSDataFromSecret retrieves the TLS secret from the API, extracts its data and returns a struct. If the user named the secret keys incorrectly, empty data is passed back and eventually they're confronted with:
which is slightly confusing. It would probably be better to check the content of the data before returning and raise an error there instead.
The text was updated successfully, but these errors were encountered: