From 65e261475d4d35fd52ed01ac6111dd900c69c5ac Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 18 Sep 2026 10:17:20 -0400 Subject: [PATCH] Mention Hydra in the soauth network description The description was written alongside the Kratos change and named only the Kratos admin API, but so-hydra now sits on soauth too. The trailing note about rebuilding the firewall is dropped, since the setting is readonly and cannot be changed from SOC in the first place. --- salt/docker/soc_docker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/docker/soc_docker.yaml b/salt/docker/soc_docker.yaml index 30ad1e17b..18a7278a5 100644 --- a/salt/docker/soc_docker.yaml +++ b/salt/docker/soc_docker.yaml @@ -11,8 +11,8 @@ docker: description: | Docker networks used by the grid. sobridge carries most containers and takes its range and gateway from the docker.range and docker.gateway settings above. soauth is an isolated - network for the authentication services, so that the Kratos admin API is only reachable - from the containers placed on it. Changing these requires a corresponding firewall rebuild. + network for the authentication services, so that the Kratos admin and Hydra API is only reachable + from the containers placed on it. helpLink: docker readonly: True advanced: True