chore: add some debug log

This commit is contained in:
fatelei 2026-05-11 17:33:38 +08:00
parent 75b1706724
commit 691cdf654c
No known key found for this signature in database
GPG Key ID: 2F91DA05646F4EED

View File

@ -916,6 +916,7 @@ class RBACService:
policy_id: str,
payload: ReplaceBindings,
) -> AccessMatrixItem:
logger.info(f"replace app bindings {policy_id} {payload}")
data = _inner_call(
"PUT",
f"{_INNER_PREFIX}/workspace/apps/access-policy/bindings",