Hide Forgot
Description of problem: On Create Image Pull Secret page, email should not be a MUST, user can skip it to create the image secret. Version-Release number of selected component (if applicable): 4.0.0-0.nightly-2019-02-12-005016 console commits: a766235ee842ce3547c7e18c8fa92f194251d608 How reproducible: Always Steps to Reproduce: 1. Go to Secret -> Create Image Pull Secret Actual results: Email is a MUST field. Expected results: Use does not need a valid email to create the image pull secret Additional info:
Fixing PR: https://github.com/openshift/console/pull/1186
The email field now is an optional. Created Image Pull secret successfully as below: {"auths":{"docker.io":{"username":"xiaocwan","password":"bla","auth":"eGlhb2N3YW46Vml2aWFuLTEyMw==","email":""}}} Verified on 4.0.0-0.nightly-2019-02-26-125216 Image: registry.svc.ci.openshift.org/ocp/release@sha256:ad591cc0d5654a14e3b722d0c7e538889900ea2c99f800597b9afb66c0be4ba0
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0758