Skip to content

Commit

Permalink
ext-auth-service opaServer.Translate / ext-auth-service AuthConfig state
Browse files Browse the repository at this point in the history
  • Loading branch information
arianaw66 committed May 23, 2024
1 parent e2f9cac commit c128fa8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1262,6 +1262,9 @@ message OpaAuthOptions {
// auth server in Gloo Platform environments. For Gloo Edge environments, use OpaAuth instead.
message OpaServerAuth {
// The package from your Rego policy bundle used to query the OPA data API.
//
// Validation:
// - required
string package = 1;

// The rule in your Rego policy bundle used to query the OPA data API. Supports querying subfields with a `/`. For more information, see the [OPA docs for the Data API](https://www.openpolicyagent.org/docs/latest/rest-api/#data-api).
Expand Down

0 comments on commit c128fa8

Please sign in to comment.