Uploaded image for project: 'OpenShift Request For Enhancement'
  1. OpenShift Request For Enhancement
  2. RFE-5382

Append the Organization to the robot account's pull secret's URL

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Minor Minor
    • None
    • None
    • Quay
    • None
    • False
    • None
    • False
    • Not Selected
    • 0
    • 0% 0%

      1. Proposed title of this feature request

      Append the Organization to the robot account's pull secret's URL

      2. What is the nature and description of the request?

      The customer links the robot accounts of each organization to a Service Account in OCP. When they do a 'oc tag' to create a itag and have the image locally, the Service account gets the firstly created pull secret and fails to pull the image. To solve this, they need to manually add the Organization to the pull secret's URL:

      .dockerconfigjson:
      {  

      "auths": {

          "quayurl/organization":

      {       "auth": "TOKEN",       "email": ""     }

        }

      This makes it work. As the robot accounts are Organization scoped, it would be nice to add this to the secret, so that there is no need of manual update of the secret.

      3. Why does the customer need this? (List the business requirements here)

      To avoid manual update of the secret to make it work

      4. List any affected packages or components.

      Quay

            DanielMesser Daniel Messer
            rhn-support-rauferna Raul Fernandez
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: