Hide Forgot
Description of problem: On BC editor page, hit "advanced options", hit "Create new secret", input fields, click "Create", there is no response (the secret is created, though). Other pages that have "Create new secret" have same issue. Version-Release number of selected component (if applicable): origin-web-console commit 07cceeb, vendored upon openshift v1.4.0-alpha.0+8db5209 How reproducible: Always Steps to Reproduce: 1. Create project, create BC: $ oc new-app -f https://raw.githubusercontent.com/openshift/origin/master/examples/sample-app/application-template-stibuild.json 2. Go to BC editor page, hit "advanced options", hit "Create new secret", input fields: input secret name "mygit", input user "bob", input password "12345678", then click "Create". Actual results: 2. After clicking "Create", it still stays on the "Create new secret" page. The secret is created. Expected results: 2. Should come back to BC editor page. Additional info:
in progress PR https://github.com/openshift/origin-web-console/pull/723
Commit pushed to master at https://github.com/openshift/origin-web-console https://github.com/openshift/origin-web-console/commit/5a141c0c774579101167fed067c0ed5782900b27 Bug 1388428 - Get SA list even if the SA to which the secret be linked is defined
Verified with with v1.4.0-alpha.0+f69b28e-909 (vendored upon origin-web-console commit 34067a1). Now all pages that have "Create new secret" can come back to page after 'Create', and the created secret is pre-filled in the secret selection box, linked to the SA ('builder' on BC related page, 'default' on DC related page) automatically.