onepanelio / onepanel

The open source, end-to-end computer vision platform. Label, build, train, tune, deploy and automate in a unified platform that runs on any cloud and on-premises.
https://docs.onepanel.ai/
Apache License 2.0
716 stars 69 forks source link

Increase environment variable length #898

Closed Vafilor closed 3 years ago

Vafilor commented 3 years ago

Right now environment variables are limited to 255 characters. There are situations, like adding ssh keys, where this is too small. Remove this limit.

Note that there is a limit of 1MB for all of the environment variables per namespace. So we need to add error messages that indicate if this limit is reached in the UI when creating/editing an environment variable.