mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+cedar-agent -- HTTP server to manage authz policies and data for Cedar
This commit is contained in:
parent
fc1f7968f6
commit
a2e48f99b5
1 changed files with 21 additions and 0 deletions
21
projects/permit.io/cedar-agent/package.yml
Normal file
21
projects/permit.io/cedar-agent/package.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
distributable:
|
||||
url: https://github.com/permitio/cedar-agent/archive/refs/tags/{{ version }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
provides:
|
||||
- bin/cedar-agent
|
||||
|
||||
versions:
|
||||
github: permitio/cedar-agent
|
||||
strip: /v/
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
rust-lang.org: '>=1.65'
|
||||
rust-lang.org/cargo: '*'
|
||||
script:
|
||||
cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
test:
|
||||
script:
|
||||
- test "$(cedar-agent --version)" = "cedar-agent {{version}}"
|
Loading…
Reference in a new issue