When multiple cluster nodes register sensor-proxy, each registration was overwriting the previous node's control token on the shared PVEInstance. This caused "Proxy token not recognized" errors on all but the last-registered node. Changes: - Add TemperatureProxyControlToken field to ClusterEndpoint struct - Store control tokens per-endpoint for cluster registrations - Check both instance-level and endpoint-level tokens when validating Related to #738 |
||
|---|---|---|
| .. | ||
| api_tokens.go | ||
| api_tokens_test.go | ||
| client_helpers.go | ||
| client_helpers_test.go | ||
| config.go | ||
| config_utils_test.go | ||
| detect_root.go | ||
| docker_metadata.go | ||
| docker_metadata_test.go | ||
| export.go | ||
| export_test.go | ||
| guest_metadata.go | ||
| import_transaction.go | ||
| oidc.go | ||
| oidc_test.go | ||
| persistence.go | ||
| persistence_fail_test.go | ||
| persistence_test.go | ||
| watcher.go | ||