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
The data within the secrets are being truncated to exactly 499 characters if the data is larger than that. I have tried getting the secrets directly with k8sClient.api.v1.namespaces(namespace).secrets(secret.metadata.name).get(); but the data again is truncated. I have not found any options to ignore any type of truncation.
I have verified by performing the rest calls directly using postman that the full data is being returned. How do I disable this truncation or is this a bug?
The text was updated successfully, but these errors were encountered:
When I perform the following call:
k8sClient.api.v1.namespaces(namespace).secrets.get();
The data within the secrets are being truncated to exactly 499 characters if the data is larger than that. I have tried getting the secrets directly with k8sClient.api.v1.namespaces(namespace).secrets(secret.metadata.name).get(); but the data again is truncated. I have not found any options to ignore any type of truncation.
I have verified by performing the rest calls directly using postman that the full data is being returned. How do I disable this truncation or is this a bug?
The text was updated successfully, but these errors were encountered: