aws-deepracer-community / deepracer-for-cloud

Creates an AWS DeepRacing training environment which can be deployed in the cloud, or locally on Ubuntu Linux, Windows or Mac.
MIT No Attribution
337 stars 184 forks source link

minio GUI disabled by default in system.env #77

Closed gitobic closed 2 years ago

gitobic commented 3 years ago

Did a fresh / clean install using all new pulls. MinIO gui on port 9000 will not authenticate. The profile is set and the login page loads, but rejects all authentication attempts.

The setting of DR_GUI_ENABLE=False in the default system.env is the culprit. Setting it to DR_GUI_ENABLE=True enables MinIO to authenticate at login

Suggested fixes:

larsll commented 3 years ago

Can you provide any logs around this? DR_GUI_ENABLE is only passed into the robomaker container, and should not be relevant for minio at all.

larsll commented 2 years ago

@gitobic - any further input?

larsll commented 2 years ago

Closing due to no feedback.