Skip to content

Commit

Permalink
Add query authz evaluations endpoint (#49)
Browse files Browse the repository at this point in the history
* add QueryEvaluations API

* add GetEvaluation

* replace MetadataAttribute with a simpler Tags message

tags only have string values, so it is easier to provide them as query parameters from a frontend.

* changeset
  • Loading branch information
chrnorm authored Mar 13, 2024
1 parent 92fa958 commit 7d1f434
Show file tree
Hide file tree
Showing 7 changed files with 535 additions and 192 deletions.
5 changes: 5 additions & 0 deletions .changeset/hip-meals-kneel-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@common-fate/sdk": minor
---

Replaces the 'MetadataAttribute' with a simpler 'Tags' message used for authorization requests.
5 changes: 5 additions & 0 deletions .changeset/hip-meals-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@common-fate/sdk": minor
---

Adds endpoint to query for authorization evaluation metadata.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7d1f434

Please sign in to comment.