You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove obsolete specs for Html2rss::Web components including AutoSource, HealthCheck, HttpCache, LocalConfig, RackAttack, SecurityLogger, SsrfFilterStrategy, and XmlBuilder. These tests are no longer relevant to the current implementation.
|`HEALTH_CHECK_TOKEN`| Health check token | From config |`health-check-token-xyz789`|
17
+
Health check authentication relies on the `health-check` account defined in `config/feeds.yml`. Expose the token via an environment variable and send it as a Bearer token when calling `/health_check.txt` or `/api/v1/health`.
20
18
21
-
**Note:** Health check authentication now uses Bearer token authentication instead of username/password. The token is configured in `config/feeds.yml` under the `health-check` account.
0 commit comments