Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt
2025-06-04 16:34:41 +02:00
parent f839aef33a
commit 4b8b80f1d4

View File

@ -55,7 +55,6 @@ class AuthentikOutpostConfig(ManagedAppConfig):
managed=MANAGED_OUTPOST, managed=MANAGED_OUTPOST,
) )
if created: if created:
outpost.set_oauth_defaults()
if KubernetesServiceConnection.objects.exists(): if KubernetesServiceConnection.objects.exists():
outpost.service_connection = KubernetesServiceConnection.objects.first() outpost.service_connection = KubernetesServiceConnection.objects.first()
elif DockerServiceConnection.objects.exists(): elif DockerServiceConnection.objects.exists():