Implement Topaz adapter
This commit is contained in:
parent
0fbb2a45c2
commit
1ce0181e8f
15 changed files with 1727 additions and 4 deletions
7
internal/adapters/topaz/doc.go
Normal file
7
internal/adapters/topaz/doc.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// Package topaz implements the delegated Topaz adapter for flex-auth.
|
||||
//
|
||||
// The package keeps Topaz behind a small client interface. Protected systems
|
||||
// continue to send flex-auth CheckRequest values and receive the same
|
||||
// DecisionEnvelope shape used by the standalone evaluator; only the PDP and
|
||||
// directory implementation changes.
|
||||
package topaz
|
||||
Loading…
Add table
Add a link
Reference in a new issue