DomiStyle / docker-idrac6

iDRAC 6 web interface and VNC proxy
https://hub.docker.com/r/domistyle/idrac6/
MIT License
756 stars 135 forks source link

Possible to enter iDRAC username and password on the web? #62

Open tassilo-net opened 1 year ago

tassilo-net commented 1 year ago

Hi,

first of all, its a great work. Thanks for this tool!

Is it possible to store iDRAC username and password NOT in the Docker file (because of security reasons)? I would prefer to enter it on demand on the guacamole web interface. Is this possible or planned?

Regards

DomiStyle commented 1 year ago

It's not possible but you could use Docker secrets instead: https://docs.docker.com/compose/use-secrets/