From 763c57b4566cf599e7307af11e7c7a3a18a9fde0 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 30 Jun 2023 23:09:11 +0300 Subject: chore(ops/whitby): remove broken oauth2_proxy service this never worked and was never used, but for now the module itself is still around in case somebody wants it for something Change-Id: Id8e449e08c8012786bca0ea57d9c7b97056a1f3d Reviewed-on: https://cl.tvl.fyi/c/depot/+/8905 Reviewed-by: sterni Autosubmit: tazjin Tested-by: BuildkiteCI --- ops/machines/whitby/default.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ops/machines') diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix index 61ab426dfb..6ff1472e31 100644 --- a/ops/machines/whitby/default.nix +++ b/ops/machines/whitby/default.nix @@ -19,7 +19,6 @@ in (mod "known-hosts.nix") (mod "monorepo-gerrit.nix") (mod "nixery.nix") - (mod "oauth2_proxy.nix") (mod "owothia.nix") (mod "panettone.nix") (mod "paroxysm.nix") @@ -230,7 +229,6 @@ in irccat.file = secretFile "irccat"; keycloak-db.file = secretFile "keycloak-db"; nix-cache-priv.file = secretFile "nix-cache-priv"; - oauth2_proxy.file = secretFile "oauth2_proxy"; owothia.file = secretFile "owothia"; panettone.file = secretFile "panettone"; smtprelay.file = secretFile "smtprelay"; @@ -435,9 +433,6 @@ in # Run autosubmit bot for Gerrit gerrit-queue.enable = true; - - # Run oauth2_proxy for internal service auth - oauth2_proxy.enable = true; }; services.postgresql = { -- cgit 1.4.1