Hide Forgot
Description of problem: The `oc login --insecure-skip-tls-verify=true` switch is hard to remember and lengthy. Version-Release number of selected component (if applicable): 3.3.0.34 How reproducible: Always Steps to Reproduce: 1. Access a certificate that is deemed insecure by the oc client on the OpenShift Master API. 2. 3. Actual results: Expected results: Perhaps shorten it to 'oc login --insecure' and/or '-i' Additional info:
Although we understand that bypassing the TLS verification is common in local or development environments, that's not something we would like to encourage. Users must be aware of the implications and the fact that's used as a workaround, not a primary path. Command line completions might help to address the lengthy/hard to remember issue.