Skip to content

Commit e74ff80

Browse files
authored
rename account verifier flag (#1266)
1 parent d757b66 commit e74ff80

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,16 @@ 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
162+
accountVerifierMode:
163+
description: |-
164+
AccountVerifierMode controls how the registration service handles responses from the account-verifier service.
165+
Valid values are "disabled" (do not call the verifier), "log" (call but only log the response),
166+
and "enabled" (call and enforce the response). Defaults to "log".
167+
enum:
168+
- disabled
169+
- log
170+
- enabled
171+
type: string
166172
accountVerifierURL:
167173
description: AccountVerifierURL is the URL used to call the
168174
account verifier service

0 commit comments

Comments
 (0)