console
console copied to clipboard
Support binary data in ConfigMap and Secret
trafficstars
What would you like to be added: Support binary data in ConfigMap and Secret
Why is this needed:

It is a very common scenario to put binary files in configmap and secret. Now kubesphere only supports plain text with utf8 encoding and not binary content. k8s supports plain text and binary natively, and we also need to support it on the page.
- When a user adds a binary file, we upload this file.
- When the user views the binary file, we download this file.