lnxbil/docker-machine-driver-proxmox-ve

Rancher: Authentication when adding a node template

banzo opened this issue · 5 comments

banzo commented

In Rancher web interface, the Proxmox provider password is currently displayed in clear in the form for adding a node template.

proxmox_auth

It would be nicer if the auth worked similarly to the other Rancher infrastructure providers with a prealable authentication check and a proper password form field, here is an example for Packet:

packet_auth

I am not sure if this issue should be here or in the Rancher repository, but it is related to #18 from @Sellto

There is no rancher specific code in this repository, so my first guess is that this is the wrong place. I (unfortunately still) have no working rancher here but I doubt it's something I can fix in the docker-machine driver go code directly. However, I suspect you just need a working UI skeleton for that, am I right? I'm willing to include instructions and/or the skeleton for setting up rancher, but I unfortunately cannot work on this at the moment.

Any news on this?

I assume a Custom UI would be necessary:

image

here is the link to the base files: https://github.com/rancher/ui-driver-skel

I also want this feature :) any news on this?

I also want this feature :) any news on this?

You have to ask on the Rancher side, this driver has nothing to do with Rancher.
I'm willing to host the ui driver skeleton stuff for Rancher mentionied before, but it has to be provided.