mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-31 07:19:16 +02:00
implement port+prefix matching
This commit is contained in:
parent
e18c04216e
commit
a5a0cf4ba8
11 changed files with 131 additions and 52 deletions
|
@ -4,9 +4,8 @@ package identity
|
|||
import (
|
||||
"crypto/sha256"
|
||||
|
||||
"google.golang.org/protobuf/proto"
|
||||
|
||||
"github.com/akamensky/base58"
|
||||
"google.golang.org/protobuf/proto"
|
||||
)
|
||||
|
||||
// Clone clones the Provider.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue