Does the open source pact broker have a means to a...
# pact-broker
m
Does the open source pact broker have a means to add secrets for things like a GitHub token to use for webhooks? If so, where am I missing its existence?
y
Hey @MiKey You are able to store them with the creation of your webhook, but they are unencrypted in the pact broker database. https://docs.pact.io/pact_broker/webhooks/debugging_webhooks#creating-webhooks This is a feature offered in the Pactflow platform, there is a link in the above docs. Hope that helps!
m
Thanks for the quick response Yousaf!
🙌 1