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
As I usage, ACL is enabled, where the token parameter type is missing, the watcher fails, or Plan constructed parameters should be provided where possible
As I usage, ACL is enabled, where the token parameter type is missing, the watcher fails, or Plan constructed parameters should be provided where possible
wp, err := watch.Parse(map[string]interface{}{"type": "keyprefix", "prefix": key})
like this:
wp, err := watch.Parse(map[string]interface{}{"type": "keyprefix", "prefix": key,"token":token})
The text was updated successfully, but these errors were encountered: