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
There is an inconsistency between the UI state and actual behavior of Auth Webhook method selection.
When no Auth Webhook methods are explicitly selected, the webhook URL is called for ALL methods
When all Auth Webhook methods are deselected, the webhook URL is still called for ALL methods
However, the UI does not reflect this behavior, showing methods as unchecked even though they are effectively active
The UI should accurately reflect the actual webhook behavior:
When setting a webhook URL:
All method checkboxes should be automatically checked
This reflects that the webhook is active for all methods by default
When deselecting all webhook methods:
All method checkboxes should remain checked
This reflects that deselecting all methods defaults to checking all methods
Why: Fix UI Inconsistency
The text was updated successfully, but these errors were encountered:
I'd like to discuss the current webhook method behavior.
Currently, webhooks trigger for all methods when none are specified, and users have to delete the URL to stop this behavior. This feels a bit unintuitive and could lead to confusion.
What do you think about modifying the Yorkie server behavior so that webhooks do not trigger at all when methods are not specifically set? This would make the behavior more explicit and give users better control over when webhooks are triggered.
Let me know your thoughts!
Description:
There is an inconsistency between the UI state and actual behavior of Auth Webhook method selection.
When no Auth Webhook methods are explicitly selected, the webhook URL is called for ALL methods
When all Auth Webhook methods are deselected, the webhook URL is still called for ALL methods
However, the UI does not reflect this behavior, showing methods as unchecked even though they are effectively active
The UI should accurately reflect the actual webhook behavior:
When setting a webhook URL:
When deselecting all webhook methods:
Why: Fix UI Inconsistency
The text was updated successfully, but these errors were encountered: