From 2c157251acbc6a00527d1295701dd43a6a57655a Mon Sep 17 00:00:00 2001 From: Samantha Frank Date: Tue, 16 Jul 2024 16:47:05 -0400 Subject: [PATCH] config: Add SFE as RPC client of SARO and RA in test/config (#7596) Add SFE as an RPC client of SARO and RA in `test/config`. #7500 added same in `test/config-next`. --- test/config/ra.json | 1 + test/config/sa.json | 1 + 2 files changed, 2 insertions(+) diff --git a/test/config/ra.json b/test/config/ra.json index e9f79e4f006..a9e0afb9560 100644 --- a/test/config/ra.json +++ b/test/config/ra.json @@ -95,6 +95,7 @@ "admin-revoker.boulder", "bad-key-revoker.boulder", "ocsp-responder.boulder", + "sfe.boulder", "wfe.boulder" ] }, diff --git a/test/config/sa.json b/test/config/sa.json index 24f6356283e..9dc66125661 100644 --- a/test/config/sa.json +++ b/test/config/sa.json @@ -35,6 +35,7 @@ "admin-revoker.boulder", "crl-updater.boulder", "ocsp-responder.boulder", + "sfe.boulder", "wfe.boulder" ] },