mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-02 19:04:14 +02:00
authorize: fix not found check (#3410)
This commit is contained in:
parent
4635509d5c
commit
493148b13f
2 changed files with 6 additions and 2 deletions
|
@ -3,11 +3,10 @@ package authorize
|
|||
import (
|
||||
"context"
|
||||
|
||||
"github.com/open-policy-agent/opa/storage"
|
||||
|
||||
"github.com/pomerium/pomerium/internal/telemetry/trace"
|
||||
"github.com/pomerium/pomerium/pkg/grpc/session"
|
||||
"github.com/pomerium/pomerium/pkg/grpc/user"
|
||||
"github.com/pomerium/pomerium/pkg/storage"
|
||||
)
|
||||
|
||||
type sessionOrServiceAccount interface {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue