Project

General

Profile

Bug #18990

Updated by Ward Vandewege almost 2 years ago

When @TLS/Insecure@ is set to @true@, the "Get API Token" dialog should say 

   export ARVADOS_API_HOST_INSECURE=true 

 and otherwise, it should say 

   unset ARVADOS_API_HOST_INSECURE 

 Currently, workbench2 always does the latter.

Back