mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-30 15:00:51 +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())
|
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
|
// evaluate any custom policies
|
||||||
if allow {
|
if allow {
|
||||||
for _, src := range req.CustomPolicies {
|
for _, src := range req.CustomPolicies {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue