#7175 ODCS openid token for OSBS
Closed: Fixed 5 years ago Opened 5 years ago by cverna.

  • Describe what you need us to do:
    For OSBS to be able to build flatpak in production , it needs to create new compose using ODCS. I would need a OIDC token with the ODCS new-compose scope for OSBS.

If the token could be saved in the private ansible under :
{{ private }}/files/osbs/production/odcs-oidc-token

The token requires the following scopes :
https://id.fedoraproject.org/scope/groups
https://pagure.io/odcs/new-compose
https://pagure.io/odcs/renew-compose
https://pagure.io/odcs/delete-compose

The following command can be used :
/scripts/generate-oidc-token osbs -e 365 -s https://id.fedoraproject.org/scope/groups -s https://pagure.io/odcs/new-compose -s https://pagure.io/odcs/renew-compose -s https://pagure.io/odcs/delete-compose

See for reference to the token generated in stg https://pagure.io/fedora-infrastructure/issue/6977

  • When do you need this? (YYYY/MM/DD)
    before week ending 2018/08/24
  • When is this no longer needed or useful? (YYYY/MM/DD)

  • If we cannot complete your request, what is the impact?


Metadata Update from @pingou:
- Issue assigned to pingou

5 years ago

Token generated and added to the private repo.

Let me know if I can be of more help :)

Metadata Update from @pingou:
- Issue close_status updated to: Fixed

5 years ago

Login to comment on this ticket.

Metadata