Variable ROUTEFUSION_WEBHOOK_PUBLIC_KEYSConst
ROUTEFUSION_WEBHOOK_PUBLIC_KEYS: {
production: "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAbKnJoUaBDFT7ZsM3Df/tO6YDL5dmp+aBEstnMg7J+O0=\n-----END PUBLIC KEY-----";
sandbox: "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAgzAetDWJ6EzDjuq+zfOvotNlmBQhvgxwXxykb+xYdas=\n-----END PUBLIC KEY-----";
} = ...
Type Declaration
-
Readonlyproduction: "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAbKnJoUaBDFT7ZsM3Df/tO6YDL5dmp+aBEstnMg7J+O0=\n-----END PUBLIC KEY-----"
-
Readonlysandbox: "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAgzAetDWJ6EzDjuq+zfOvotNlmBQhvgxwXxykb+xYdas=\n-----END PUBLIC KEY-----"
RouteFusion's published Ed25519 webhook-verification public keys.
These are verification keys, not secrets — RouteFusion publishes them and every integrator holds the same values, so they live in code rather than in Doppler. Sandbox and production sign with different keys, so this is a keyed pair rather than a single constant; verifying a production webhook against the sandbox key fails closed and drops the event.