This commit is contained in:
Morten Olsen
2025-08-15 21:20:23 +02:00
parent 638c288a5c
commit 91298b3cf7
2 changed files with 10 additions and 1 deletions

View File

@@ -136,7 +136,7 @@ class AuthentikClientResource extends CustomResource<typeof authentikClientSpecS
const authentikService = this.services.get(AuthentikService);
const authentikServer = authentikService.get({
url: {
internal: `http://${serverSecretData.data.host}`,
internal: `http://${serverSecretData.data.host}-server`,
external: serverSecretData.data.url,
},
token: serverSecretData.data.token,