One thing that cost me a day of work was some strange DB configuration is not valid in the Director and vSphereDB modules after adding some LDAP resource.
Turns out that the frontend puts all resource values in double quotes. Since the entrypoint GO program is not doing this, we have to make sure to quote values in ENV vars ourselves, e.g.:
I totally love this "playground".
One thing that cost me a day of work was some strange DB configuration is not valid in the Director and vSphereDB modules after adding some LDAP resource.
Turns out that the frontend puts all resource values in double quotes. Since the entrypoint GO program is not doing this, we have to make sure to quote values in ENV vars ourselves, e.g.: