npearce / CaC-Github_Webhook_Server

Automated Network Configuration-as-Code (NCaC) deployments using Github webhook to F5 BIG-IP.
https://redtalks.live/cac/
MIT License
14 stars 5 forks source link

Generate webhook auth token for GitHub Webhook Auth #47

Open npearce opened 5 years ago

npearce commented 5 years ago

Currently using: https://username:password@bigip_mgmt_ip/shared/webhook/github-listener

This can cause problems for passwords with special characters.

Propose adding 'token' generator feature to the webhook server as alternative to user:pass in URL string.