Hide Forgot
Description of problem: After request https://<master>:8443/oauth/token/request, the return page contains: curl -H "Authorization: Bearer dHvhUnD5m14WqfcQnpKloEk9wbjUSCzvzDsO8Ib5HAM" "https://<master>:8443/oapi/v1/users/~" . But copy it and run, it prints error. Better to add '-k' to it to improve experience. Version-Release number of selected component (if applicable): openshift v1.1.5-20-ga343783 kubernetes v1.2.0-36-g4a3f9c5 etcd 2.2.5 How reproducible: Always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Better to add '-k' to it to improve experience. Additional info:
We don't want to include options that allow man in the middle attacks by default.
Got it. Thank you.