From ea75bcecf58dde826dcde27a8583e47f2ad1ed62 Mon Sep 17 00:00:00 2001 From: fmuntean Date: Fri, 15 May 2026 10:03:10 +0200 Subject: [PATCH] add EnableAccountVerifier configuration flag --- .../bases/toolchain.dev.openshift.com_toolchainconfigs.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml b/config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml index 443537770..4e33132ef 100644 --- a/config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml +++ b/config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml @@ -218,6 +218,12 @@ spec: type: string type: array x-kubernetes-list-type: set + enableAccountVerifier: + description: |- + EnableAccountVerifier controls whether the registration service acts on responses from the account-verifier service, + which verifies disposable email domains. When set to true, the registration service will enforce the account-verifier's + response. When set to false or not set, the account-verifier is still called but the response is only logged. + type: boolean environment: description: Environment specifies the environment such as prod, stage, unit-tests, e2e-tests, dev, etc