You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a kcp-secific admission plugin validatingwebhook (and one for mutating webhooks as well), but I cannot find any documentation on it. We should make sure we document how ValidatingWebhookConfigurations and MutatingWebhookConfigurations work in kcp.
My understanding of a quick code scan is that the plugin finds the source of an API (i.e. where its APIExport lives) and calls webhooks configured in that workspace.
Whoever picks this ticket up has to confirm this behaviour (e.g. what happens to ValidatingWebhookConfigurations in the workspace of the APIBinding that backs an object) and write a small documentation / tutorial page to be published in our docs folder.
Please add an e2e test case as well to make sure we don't break this behaviour in the future.
The text was updated successfully, but these errors were encountered:
embik
added
the
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
label
Feb 11, 2025
We have a kcp-secific admission plugin validatingwebhook (and one for mutating webhooks as well), but I cannot find any documentation on it. We should make sure we document how
ValidatingWebhookConfigurations
andMutatingWebhookConfigurations
work in kcp.My understanding of a quick code scan is that the plugin finds the source of an API (i.e. where its
APIExport
lives) and calls webhooks configured in that workspace.Whoever picks this ticket up has to confirm this behaviour (e.g. what happens to
ValidatingWebhookConfigurations
in the workspace of theAPIBinding
that backs an object) and write a small documentation / tutorial page to be published in our docs folder.Please add an e2e test case as well to make sure we don't break this behaviour in the future.
The text was updated successfully, but these errors were encountered: