Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6404 Discussions

Is there a way to disable tokens in OpenVINO™ toolkit 2020.2?

Spindler__Richard
529 Views

Hi,

I was running then OpenVino Workbench docker container behind nginx and protecting it with authentication. In the newest version the token system prevent me from doing this easily as a token is required each time it starts. Is there a way of disabling the token and having it run like it used to?

Regards Richard

0 Kudos
2 Replies
Sahira_Intel
Moderator
529 Views

Hi Richard,

See the documentation here for how to disable Authentication Token Saving.

Please let me know if this is helpful.

Best Regards,

Sahira 

 

0 Kudos
Spindler__Richard
529 Views

Hi Sahira,

Thanks, I tried that, but it still asks for a token:

docker run -p 127.0.0.1:5665:5665 --name workbench -e PROXY_HOST_ADDRESS=0.0.0.0 -e PORT=5665 -e SAVE_TOKEN_TO_FILE=0 -it openvino/workbench:latest

....

Generated login token: 6ab9db752cf8e4097a46b49dbd0ad9fd7673e2f38b528cc6558aa26277be4ae3
DL Workbench is available at: http://127.0.0.1:5665/?token=6ab9db752cf8e4097a46b49dbd0ad9fd7673e2f38b528cc6558aa26277be4ae3

Regards Richard

0 Kudos
Reply