Skip to content

Commit

Permalink
Authorization - fully implemented registry part (#133)
Browse files Browse the repository at this point in the history
This includes:
Create/update policy resource
Attachments support for policy resource (with support for writing the attachment to both s3 and fs repositories)
Opa policy type implementation, including compiling rego code to wasm and adding that to the policy as an attachment
  • Loading branch information
tomeresk authored May 25, 2020
1 parent 9dc2e25 commit 5bde6c9
Show file tree
Hide file tree
Showing 37 changed files with 9,327 additions and 7,689 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"debug.node.autoAttach": "on"
}
Loading

0 comments on commit 5bde6c9

Please sign in to comment.