Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secrets data is being truncated to 499 characters #724

Open
mslagle opened this issue Jul 8, 2021 · 0 comments
Open

Secrets data is being truncated to 499 characters #724

mslagle opened this issue Jul 8, 2021 · 0 comments

Comments

@mslagle
Copy link

mslagle commented Jul 8, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant