-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Client side OPA policy implementation (#98)
* WIP * Add support for client side OPA checks. In practice this mostly just means "did I connect to a peer holding a cert I expect?" but in theory anything could be plumbed in. A local client can't really stop the user so this is more about trust about the remote server being as expected. * Add logging so it's possible to debug opa
- Loading branch information
1 parent
dfe9e9b
commit 4a7e8ca
Showing
7 changed files
with
283 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.