Skip to content

Commit

Permalink
populate gitea_hostnames
Browse files Browse the repository at this point in the history
  • Loading branch information
craddm committed Sep 24, 2024
1 parent b53ac70 commit 36a8cd6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data_safe_haven/infrastructure/programs/declarative_sre.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,10 @@ def __call__(self) -> None:
clamav_mirror_hostname=clamav_mirror.hostname,
database_service_admin_password=data.password_database_service_admin,
dns_private_zones=dns.private_zones,
internal_gitea_hostname=user_services.gitea_server[0].hostname,
external_gitea_hostname=user_services.gitea_server[1].hostname,
gitea_hostnames={
availability: server.hostname
for (availability, server) in user_services.gitea_server.items()
},
hedgedoc_hostname=user_services.hedgedoc_server.hostname,
ldap_group_filter=ldap_group_filter,
ldap_group_search_base=ldap_group_search_base,
Expand Down

0 comments on commit 36a8cd6

Please sign in to comment.