Update identity-kubernetes-auth-service.ts

This commit is contained in:
Daniel Hougaard
2025-05-17 22:13:49 +04:00
parent 021a8ddace
commit 5e192539a1

View File

@@ -79,6 +79,7 @@ export const identityKubernetesAuthServiceFactory = ({
const callbackResult = await withGatewayProxy(
async (port) => {
// Needs to be https protocol or the kubernetes API server will fail with "Client sent an HTTP request to an HTTPS server"
const res = await gatewayCallback("https://localhost", port);
return res;
},