Please create a compose_tracker_webhook_secret with some random string. You should be able to use pwgen -n -s 20 to get a random string that should suffice.
compose_tracker_webhook_secret
pwgen -n -s 20
Metadata Update from @smooge: - Issue assigned to smooge
Hi Dusty,
Here are the questions the file says I need to answer:
What systems will this be deployed on Who is the contact for this script What is the purpose of this password What happens if this password is made public and what would need to be fixeD?
Hi Dusty, Here are the questions the file says I need to answer: What systems will this be deployed on
It will be used for the compose tracker app: https://pagure.io/fedora-infrastructure/issue/7770. @mizdebsk created a few vars earlier today (search for compose_tracker_pagure_token_stg) so there may be a file that exists already.
compose_tracker_pagure_token_stg
Who is the contact for this script
https://infrastructure.fedoraproject.org/cgit/ansible.git/tree/playbooks/openshift-apps/compose-tracker.yml#n15
What is the purpose of this password
to be used as a secret for a generic webhook to kick off new builds in a buildconfig
What happens if this password is made public and what would need to be fixeD?
generate new secret for variable and notify app owners
Done. Do you need a _stg version of that variable also?
Done.
thanks!
Do you need a _stg version of that variable also?
I don't think so
Metadata Update from @smooge: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)