Bug 1266377

Summary: [fork][origin_userinterface_521]Clicking on additional image gets "Access denied" info
Product: OKD Reporter: Yanping Zhang <yanpzhan>
Component: Management ConsoleAssignee: Samuel Padgett <spadgett>
Status: CLOSED CURRENTRELEASE QA Contact: Yadan Pei <yapei>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.xCC: aos-bugs, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-11-23 21:16:42 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
access-denied none

Description Yanping Zhang 2015-09-25 07:10:57 UTC
Description of problem:
Login web console, in the create page, click "Don't see the image you are looking for?", there are many images showing up, click on any of them, it
shows "Access denied" info.

Version-Release number of selected component (if applicable):
openshift v1.0.6-90-g8179b3c
kubernetes v1.1.0-alpha.0-1605-g44c91b1
fork_ami_openshift3_userinterface_public_521_89

How reproducible:
Always

Steps to Reproduce:
1.Create image streams in a project.
$  oc create -f /data/src/github.com/openshift/origin/examples/image-streams/image-streams-centos7.json -n prozyp
2.Login web console, in the project "prozyp", click "Add to Project", then click "Don't see the image you are looking for?"
3.In the "Additional Images", click on any one of the images to choose it, such as "jenkins:1"

Actual results:
3.It will show "Access denied" info. Refer to attachment.

Expected results:
3.Should have permission to access.

Additional info:

Comment 1 Yanping Zhang 2015-09-25 07:11:37 UTC
Created attachment 1076918 [details]
access-denied

Comment 2 Samuel Padgett 2015-09-25 15:30:49 UTC
Fix added to the pull request:

https://github.com/openshift/origin/pull/4684

Comment 3 Yanping Zhang 2015-09-28 02:46:40 UTC
Tested on devenv-fedora_2411
$ openshift version
openshift v1.0.6-188-g347cf33
kubernetes v1.1.0-alpha.0-1605-g44c91b1

Steps to verify:
1.Create image streams in a project.
$  oc create -f /data/src/github.com/openshift/origin/examples/image-streams/image-streams-centos7.json -n pro1
2.Login web console, in the project "pro1", click "Add to Project", then click "Don't see the image you are looking for?"
3.In the "Additional Images", click on any one of the images to choose it, such as "nodejs:latest". It will jump to creation page.
4.Use "nodejs:latest" image to create app, it will create successfully.

The bug has been fixed, so move it to Verified.