threefoldtecharchive / jumpscaleX_core

Apache License 2.0
1 stars 6 forks source link

bug in a secret option in container install argument #890

Closed Dina-Abd-Elrahman closed 4 years ago

Dina-Abd-Elrahman commented 4 years ago

I if pass the secret option in container install like this

container install name="testnew2" explorer=none secret="123"

It raises this error ff

however it doesn't raise this error if I make the secret like this secret="test123"

Dina-Abd-Elrahman commented 4 years ago