Skip to content

Commit 61a5004

Browse files
authored
feat: add EnableAccountVerifier configuration flag (#1263)
* add EnableAccountVerifier configuration flag
1 parent 952bcce commit 61a5004

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@ spec:
159159
registrationService:
160160
description: Keeps parameters necessary for the registration service
161161
properties:
162+
accountVerifierEnabled:
163+
description: AccountVerifierEnabled controls whether the registration
164+
service acts on responses from the account-verifier service.
165+
type: boolean
162166
accountVerifierURL:
163167
description: AccountVerifierURL is the URL used to call the
164168
account verifier service

0 commit comments

Comments
 (0)