Hi,
We are trying to use Bitbucket2sns for sending notifications to sns, but getting below error:
{"message":"Missing Authentication Token"}
We have updated our env.yml file as:
DEBUG: ‘*’
BITBUCKET2SNS_TOKEN: 'jenkins'
and when we try to do curl,
curl -v https://xxxxxxxx.xxxxxx.xxxx/shared/webhook?token=jenkins we get above mentioned error.
Could you please look into this.