mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 10:26:29 +02:00
authorize: remove log (#2122)
This commit is contained in:
parent
762b565239
commit
f365b30e02
1 changed files with 0 additions and 5 deletions
|
@ -97,11 +97,6 @@ func (e *Evaluator) Evaluate(ctx context.Context, req *Request) (*Result, error)
|
|||
)
|
||||
|
||||
allow := getAllowVar(res[0].Bindings.WithoutWildcards())
|
||||
log.Info(ctx).
|
||||
Bool("ALLOW", allow).
|
||||
Interface("SESSION", req.Session).
|
||||
Interface("RESULT", res[0].Bindings.WithoutWildcards()).
|
||||
Send()
|
||||
// evaluate any custom policies
|
||||
if allow {
|
||||
for _, src := range req.CustomPolicies {
|
||||
|
|
Loading…
Add table
Reference in a new issue