#7025 OSBS candidate registry secret
Closed: Will Not/Can Not fix Opened by cverna.

  • Describe what you need us to do:
    For osbs to authenticate against the candidate registry I need a secret json file with the following info

Could I have the following files :
* {{ private }}/files/osbs/staging/dockercfg
* {{ private }}/files/osbs/production/dockercfg

Example for the staging env.

{"candidate-registry.stg.fedoraproject.org":
    {"username": candidate_registry_osbs_stg_username,
     "password": candidate_registry_osbs_stg_password,
    }
}

Example for the prod env

{"candidate-registry.fedoraproject.org":
    {"username": candidate_registry_osbs_prod_username,
     "password": candidate_registry_osbs_prod_password,
    }
}
  • When do you need this? (YYYY/MM/DD)
    asap
  • When is this no longer needed or useful? (YYYY/MM/DD)

  • If we cannot complete your request, what is the impact?
    OSBS cannot push to the candidate registry


I ll use a template in ansible to generate these files

Metadata Update from @cverna:
- Issue close_status updated to: Will Not/Can Not fix
- Issue status updated to: Closed (was: Open)

Metadata