Bug 1914209 - Associate image secret name to pipeline serviceaccount imagePullSecrets
Summary: Associate image secret name to pipeline serviceaccount imagePullSecrets
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Dev Console
Version: 4.7
Hardware: All
OS: All
unspecified
medium
Target Milestone: ---
: 4.7.0
Assignee: Karthik Jeeyar
QA Contact: spathak@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-01-08 11:14 UTC by Karthik Jeeyar
Modified: 2021-02-24 15:51 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-02-24 15:51:25 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Image secret name is associated to pipeline serviceaccount imagePullSecrets (82.55 KB, image/png)
2021-01-13 12:04 UTC, spathak@redhat.com
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Github openshift console pull 7769 0 None closed Bug 1914209: Associate image secret name to pipeline serviceaccount imagePullSecrets 2021-01-12 19:56:01 UTC
Red Hat Product Errata RHSA-2020:5633 0 None None None 2021-02-24 15:51:51 UTC

Description Karthik Jeeyar 2021-01-08 11:14:45 UTC
Description of problem:
While adding secret for image Registry in start pipeline model, the pipeline service account is missing the new secret name in the imagePullSecrets property.



Version-Release number of selected component (if applicable):
4.7

How reproducible:
Always

Steps to Reproduce:
1.In start pipeline modal, Advanced Options -> Add Secret
2.Choose Image Registry option
3.Fill the details and click on create secret check button.

Actual results (In pipeline serviceAccount yaml):

secrets:
  - name: pipeline-token-88mw6
  - name: pipeline-dockercfg-pv68m
  - name: quay-sec
imagePullSecrets:
  - name: pipeline-dockercfg-pv68m

Expected results (In pipeline serviceAccount yaml):

secrets:
  - name: pipeline-token-88mw6
  - name: pipeline-dockercfg-pv68m
  - name: quay-sec
imagePullSecrets:
  - name: pipeline-dockercfg-pv68m
  - name: quay-sec
 


Additional info:

Comment 2 spathak@redhat.com 2021-01-13 12:04:38 UTC
Created attachment 1747038 [details]
Image secret name is associated to pipeline serviceaccount imagePullSecrets

Comment 3 spathak@redhat.com 2021-01-13 12:05:50 UTC
Verified on build: 4.7.0-0.nightly-2021-01-12-203716
Browser version: Chrome 84

Comment 6 errata-xmlrpc 2021-02-24 15:51:25 UTC
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 (Moderate: OpenShift Container Platform 4.7.0 security, bug fix, and enhancement update), 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/RHSA-2020:5633


Note You need to log in before you can comment on or make changes to this bug.