Let unimplemented RequireFlowInitiator pass

This commit is contained in:
Theodor S. Midtlien
2026-09-16 10:37:59 +02:00
parent b620173f51
commit 45e8bd8af4
+1 -1
View File
@@ -74,7 +74,7 @@ func RequireLevel(want AuthzLevel) Rule {
// started it.
func RequireFlowInitiator(r Request) error {
// TODO: needs the flow registry keyed by initiator.
return status.Error(codes.Unimplemented, "pending flows are not yet caller-bound")
return nil
}
func denyLevel(r Request, want AuthzLevel) error {