vmware / nsx-t-datacenter-ci-pipelines

CI pipelines for VMware NSX-T Datacenter
Other
71 stars 43 forks source link

Recommend that passwords don't include question marks #56

Closed aegershman closed 4 years ago

aegershman commented 5 years ago

https://github.com/vmware/nsx-t-datacenter-ci-pipelines/blob/master/sample_parameters/PAS_and_PKS/nsx_pipeline_config.yml#L18-L21

Consider updating doc to recommend not using ? question marks in passwords, because it will likely bonk-up any curl scripting due to encoding errors. It's probably better to stick to ! exclamation points! or --dashes with passwords, and would be a better user experience to point that out.

Thanks for your time