*: migrate everything to goauthentik.io docker proxy
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -38,7 +38,7 @@ async function getToken(event) {
|
||||
headers: forwardHeaders,
|
||||
});
|
||||
const tokenResult = await tokenRes.text();
|
||||
console.debug(`oci-proxy[token]: Status ${tokenRes.status} body '${tokenResult}'`)
|
||||
console.debug(`oci-proxy[token]: Status ${tokenRes.status}`);
|
||||
return {
|
||||
statusCode: tokenRes.status,
|
||||
body: tokenResult,
|
||||
|
Reference in New Issue
Block a user