Allow CE gateway to proxy telemetry handler from OEM/Pro backend

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd)
2024-11-29 14:51:19 +00:00
parent ab2c34bb34
commit 2fb748e03d
2 changed files with 6 additions and 0 deletions

View File

@ -34,6 +34,8 @@ type HandlerSet struct {
// InfoHandler provides version and build info
InfoHandler http.HandlerFunc
TelemetryHandler http.HandlerFunc
// SecretHandler enables secrets to be managed
SecretHandler http.HandlerFunc