From 74b32889c8c0e03422cf1b0a7b27730c1ddcbc11 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 8 Jan 2026 14:38:39 -0600 Subject: [PATCH] Website: update VPP metadata proxy route (#38047) Changes: - Updated the route for the `vpp-proxy/register-one-fleet-instance-using-vpp` action to be at `/api/vpp/v1/auth` --- website/config/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/config/routes.js b/website/config/routes.js index 8f7f2817b5..247a77a66c 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -1276,7 +1276,7 @@ module.exports.routes = { // ╦ ╦╔═╗╔═╗ ╔╦╗╔═╗╔╦╗╔═╗╔╦╗╔═╗╔╦╗╔═╗ ╔═╗╦═╗╔═╗═╗ ╦╦ ╦ ╔═╗╔╗╔╔╦╗╔═╗╔═╗╦╔╗╔╔╦╗╔═╗ // ╚╗╔╝╠═╝╠═╝ ║║║║╣ ║ ╠═╣ ║║╠═╣ ║ ╠═╣ ╠═╝╠╦╝║ ║╔╩╦╝╚╦╝ ║╣ ║║║ ║║╠═╝║ ║║║║║ ║ ╚═╗ // ╚╝ ╩ ╩ ╩ ╩╚═╝ ╩ ╩ ╩═╩╝╩ ╩ ╩ ╩ ╩ ╩ ╩╚═╚═╝╩ ╚═ ╩ ╚═╝╝╚╝═╩╝╩ ╚═╝╩╝╚╝ ╩ ╚═╝ - 'POST /api/vpp/v1/register': { action: 'vpp-proxy/register-one-fleet-instance-using-vpp', csrf: false }, + 'POST /api/vpp/v1/auth': { action: 'vpp-proxy/register-one-fleet-instance-using-vpp', csrf: false }, 'GET /api/vpp/v1/metadata/:storeRegion': { action: 'vpp-proxy/get-vpp-app-metadata' }, // Well known resources https://datatracker.ietf.org/doc/html/rfc8615