mirror of
https://github.com/SigNoz/signoz.git
synced 2026-09-18 01:10:41 +01:00
Some checks failed
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
build-staging / staging (push) Has been cancelled
cacheci / tests (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
#### Description - Tag the secret fields of the v2 notification channel specs with `format:"password"` so the OpenAPI schema hints UIs to obscure them. - Credentials: webhook `password`/`bearerToken`, PagerDuty `routingKey`, Opsgenie/JSM Ops `apiKey`, Jira `apiToken`, incident.io `token`. - Token-bearing URLs the code already models as `SecretURL`: Slack `apiUrl`, webhook `url`, MS Teams/Google Chat `webhookUrl`. - Regenerate `docs/api/openapi.yml` and the frontend client (separate commits).