Skip to content

Commit bf8b473

Browse files
authored
feat: add EnableAccountVerifier configuration flag (#505)
* add EnableAccountVerifier flag
1 parent cf8d9a0 commit bf8b473

4 files changed

Lines changed: 18 additions & 0 deletions

File tree

api/v1alpha1/docs/apiref.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2139,6 +2139,8 @@ considered enabled. Only listed integrations are hidden. + | | Optional: \{} +
21392139

21402140
| *`accountVerifierURL`* __string__ | AccountVerifierURL is the URL used to call the account verifier service + | | Optional: \{} +
21412141

2142+
| *`accountVerifierEnabled`* __boolean__ | AccountVerifierEnabled controls whether the registration service acts on responses from the account-verifier service. + | | Optional: \{} +
2143+
21422144
|===
21432145

21442146

api/v1alpha1/toolchainconfig_types.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,10 @@ type RegistrationServiceConfig struct {
261261
// AccountVerifierURL is the URL used to call the account verifier service
262262
// +optional
263263
AccountVerifierURL *string `json:"accountVerifierURL,omitempty"`
264+
265+
// AccountVerifierEnabled controls whether the registration service acts on responses from the account-verifier service.
266+
// +optional
267+
AccountVerifierEnabled *bool `json:"accountVerifierEnabled,omitempty"`
264268
}
265269

266270
// RegistrationServiceAnalyticsConfig contains the subset of registration service configuration parameters related to analytics

api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1alpha1/zz_generated.openapi.go

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)