mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-12 17:59:06 +02:00
Merge remote-tracking branch 'origin/profile-ownership' into restrict-daemon-socket
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user