Port Secrets Support in Webhook Security Configuration
B
Ben koth
Allow the {{ .secrets.<secret_name> }} syntax in the secret field for webhook, consistent with how secrets are already used in self-service action and automation payloads.
Example
"security": {
"secret": "{{ .secrets.github_metrics_integration_secret }}",
"signatureHeaderName": "X-Port-Signature",
"signaturePrefix": "sha256=",
"signatureAlgorithm": "sha256"
}