You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
introduce a third option to run Voucher: voucher_subscriber. this should implement the existing Server interface to allow us to hook into a GCP pub/sub topic to vouch images automatically. since there is already a topic to subscribe to for GCR images, this allows us to run Voucher and automatically vouch all images pushed to GCR.
the project and subscription will be passed in as command line arguments (ie. voucher_subscriber --project=my-cool-project --subscription=all-gcr-images
introduce a third option to run Voucher:
voucher_subscriber
. this should implement the existingServer
interface to allow us to hook into a GCP pub/sub topic to vouch images automatically. since there is already a topic to subscribe to for GCR images, this allows us to run Voucher and automatically vouch all images pushed to GCR.the
project
andsubscription
will be passed in as command line arguments (ie.voucher_subscriber --project=my-cool-project --subscription=all-gcr-images
cc: @ooq @cjones-shopify
The text was updated successfully, but these errors were encountered: