CluPilotCloud/app/Services/Monitoring
nexxo a457bea87e Read the DNS and monitoring tokens from the vault, not config
Two of the Zugangsdaten page's three entries were decorative: whatever an
operator typed was encrypted and stored, but HttpHetznerDnsClient and
HttpMonitoringClient still read config() directly, so the stored value never
reached an outgoing request. Both now resolve through SecretVault::get() at
the point of use, matching how the Stripe client already worked.
2026-07-29 00:34:54 +02:00
..
FakeMonitoringClient.php Move the console off /admin, give the status page its own address, and measure monitoring 2026-07-27 06:05:40 +02:00
HttpMonitoringClient.php Read the DNS and monitoring tokens from the vault, not config 2026-07-29 00:34:54 +02:00
MonitoringClient.php Move the console off /admin, give the status page its own address, and measure monitoring 2026-07-27 06:05:40 +02:00