Skip to content

Commit cf8d9a0

Browse files
authored
add account verifier url config (#504)
1 parent 12ff40f commit cf8d9a0

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
@@ -2137,6 +2137,8 @@ The webhook URL is unique per environment. + | | Optional: \{} +
21372137
hidden/disabled in the UI. When nil or empty, all integrations are +
21382138
considered enabled. Only listed integrations are hidden. + | | Optional: \{} +
21392139

2140+
| *`accountVerifierURL`* __string__ | AccountVerifierURL is the URL used to call the account verifier service + | | Optional: \{} +
2141+
21402142
|===
21412143

21422144

api/v1alpha1/toolchainconfig_types.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,10 @@ type RegistrationServiceConfig struct {
257257
// +optional
258258
// +listType=set
259259
DisabledIntegrations []string `json:"disabledIntegrations,omitempty"`
260+
261+
// AccountVerifierURL is the URL used to call the account verifier service
262+
// +optional
263+
AccountVerifierURL *string `json:"accountVerifierURL,omitempty"`
260264
}
261265

262266
// 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)