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
api.external-UUID-secured: when 'true', adds an additional security API check for cache.allow-external-UUID property. Which means that writes that contain a key can be only enabled for trusted hosts. Default is 'false'.
api.cache-write-secured: when 'true' will only allow cache writes for trusted hosts. Default is 'false'.
Authentication is done using the configured API key.
Related metric
pbc.err.rejectedExternalId: this is incremented when the client specifies the UUID key but is not allowed.
A PR was merged over on PBC-Java
The text was updated successfully, but these errors were encountered: