FedoraQA - Blockerbugs - OIDC setup #12516
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe what you would like us to do:
We want to add OIDC authentication to the blockerbugs app, and thus we need the app to be registered with the OIDC server, and to set ansible variables holding the OIDC tokens/data.
We expect the
client_secrets.json
file template to look like this (in tact with our other apps using OIDC):Expected redirects:
https://qa.fedoraproject.org/blockerbugs/authorize
for Productionhttps://qa.stg.fedoraproject.org/blockerbugs/authorize
for StagingExpected ansible variables:
blockerbugs_oidc_client_id
blockerbugs_oidc_client_id_stg
blockerbugs_oidc_secret
blockerbugs_oidc_secret_stg
When do you need this to be done by? (YYYY/MM/DD)
Before the next Fedora release cycle. Hopefully sooner :)
Metadata Update from @zlopez: