enaml-ops / omg-cli

it's kind of like an (o)ps (m)anager in (g)olang
Apache License 2.0
15 stars 11 forks source link

photon username/password if not given creates an invalid manifest #25

Closed xchapter7x closed 8 years ago

xchapter7x commented 8 years ago

if we do not add the username/password flags (which are not required) then it creates a manifest with empty values. This seems to have the cpi try to authenticate using empty string, rather than simply not authenticate.

we likely need to remove the values from the generated manifest completely if not given as flags.