-
Notifications
You must be signed in to change notification settings - Fork 70
feat: add workato #1214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mfrancisc
merged 35 commits into
codeready-toolchain:master
from
mfrancisc:addworkatoconfig
Nov 11, 2025
+5
−0
Merged
feat: add workato #1214
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
8d24435
remove spacebinding request migration controller
mfrancisc a25fb02
Merge branch 'master' of github.com:mfrancisc/host-operator
mfrancisc fd840c6
Merge branch 'master' of github.com:mfrancisc/host-operator
mfrancisc 0221d40
Merge branch 'master' of github.com:mfrancisc/host-operator
mfrancisc 0f4717d
Merge branch 'master' of github.com:mfrancisc/host-operator
mfrancisc 0977ae6
Merge branch 'master' of github.com:mfrancisc/host-operator
mfrancisc 7aa35c5
Merge branch 'master' of github.com:mfrancisc/host-operator
mfrancisc d09f3b8
Merge branch 'master' of github.com:mfrancisc/host-operator
mfrancisc 79c20ca
Merge branch 'master' of github.com:mfrancisc/host-operator
mfrancisc b21f39f
Merge branch 'master' of github.com:mfrancisc/host-operator
mfrancisc b0aea00
Merge branch 'master' of github.com:mfrancisc/host-operator
mfrancisc e9e35bc
Merge branch 'master' of github.com:mfrancisc/host-operator
mfrancisc 969562e
Merge branch 'master' of github.com:mfrancisc/host-operator
344bc04
Merge branch 'master' of github.com:mfrancisc/host-operator
ea71877
Merge branch 'master' of github.com:mfrancisc/host-operator
ef294f7
Merge branch 'master' of github.com:mfrancisc/host-operator
1f8d51d
Merge branch 'master' of github.com:mfrancisc/host-operator
b27cde7
Merge branch 'master' of github.com:mfrancisc/host-operator
bbb2689
Merge branch 'master' of github.com:mfrancisc/host-operator
ec51de9
Merge branch 'master' of github.com:mfrancisc/host-operator
cc3a260
Merge branch 'master' of github.com:mfrancisc/host-operator
14b1b26
Merge branch 'master' of github.com:mfrancisc/host-operator
28b6608
Merge branch 'master' of github.com:mfrancisc/host-operator
d844c83
Merge branch 'master' of github.com:mfrancisc/host-operator
a08f667
Merge branch 'master' of github.com:mfrancisc/host-operator
553b7fe
Merge branch 'master' of github.com:mfrancisc/host-operator
4e38ce0
Merge branch 'master' of github.com:mfrancisc/host-operator
094954e
Merge branch 'master' of github.com:mfrancisc/host-operator
66d81bd
Merge branch 'master' of github.com:mfrancisc/host-operator
79863da
Merge branch 'master' of github.com:mfrancisc/host-operator
a549263
Merge branch 'master' of github.com:mfrancisc/host-operator
a6054fd
Merge branch 'master' of github.com:mfrancisc/host-operator
55ad5e6
Merge branch 'master' of github.com:mfrancisc/host-operator
8942787
Merge branch 'master' of github.com:mfrancisc/host-operator
e8cd3bd
add workato webhook config
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Service name mismatch between field name and description.
The field is named
workatoWebHookURLbut the description refers to "Marketo" — these are different services (Workato is an integration platform; Marketo is a marketing automation platform). Given the PR title mentions "add workato", the description appears incorrect.Apply this diff to correct the description:
workatoWebHookURL: description: |- - WorkatoWebHookURL is used by the UI to push events to Marketo for analytics purposes. + WorkatoWebHookURL is used by the UI to push events to Workato for analytics purposes. The webhook URL is unique per environment. type: string🤖 Prompt for AI Agents