-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add query authz evaluations endpoint (#49)
* 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
Showing
7 changed files
with
535 additions
and
192 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
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. |
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
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. |
70 changes: 67 additions & 3 deletions
70
gen/commonfate/authz/v1alpha1/authzv1alpha1connect/evaluation.connect.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.