Skip to content

Commit 6a56ad1

Browse files
author
Devtools
committed
add workato webhook config
1 parent 92e16df commit 6a56ad1

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

api/v1alpha1/docs/apiref.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2040,6 +2040,8 @@ How this works: +
20402040
- if the user has a number above the weight they keep using the current UI + | | Maximum: 100 +
20412041
Minimum: 0 +
20422042

2043+
| *`workatoWebHookURL`* __string__ | WorkatoWebHookURL is used by the UI to push events to Marketo for analytics purposes. +
2044+
The webhook URL is unique per environment. + | |
20432045
|===
20442046

20452047

api/v1alpha1/toolchainconfig_types.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,11 @@ type RegistrationServiceConfig struct {
258258
// +kubebuilder:validation:Minimum=0
259259
// +kubebuilder:validation:Maximum=100
260260
UICanaryDeploymentWeight *int `json:"uiCanaryDeploymentWeight,omitempty"`
261+
262+
// WorkatoWebHookURL is used by the UI to push events to Marketo for analytics purposes.
263+
// The webhook URL is unique per environment.
264+
// +optional
265+
WorkatoWebHookURL *string `json:"workatoWebHookURL,omitempty"`
261266
}
262267

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