Skip to content

Commit

Permalink
Merge pull request #212 from openid/interop/pdp-list-axio-plainid
Browse files Browse the repository at this point in the history
update PDP list for gateways
  • Loading branch information
ogazitt authored Feb 14, 2025
2 parents d2f6212 + 1e60b02 commit e56aedc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion interop/authzen-api-gateways/aws-api-gateway/pdps.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"Aserto": "https://authzen-gateway-proxy.demo.aserto.com",
"Axiomatics": "https://pdp.alfa.guide",
"Cerbos": "https://authzen-proxy-demo.cerbos.dev"
"Cerbos": "https://authzen-proxy-demo.cerbos.dev",
"PlainID": "https://authzeninteropt.se-plainid.com"
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ import (

// PDP URLs
var pdps = map[string]string{
"Aserto": "https://authzen-gateway-proxy.demo.aserto.com",
"Aserto": "https://authzen-gateway-proxy.demo.aserto.com",
"Axiomatics": "https://pdp.alfa.guide",
"Cerbos": "https://authzen-proxy-demo.cerbos.dev",
"Cerbos": "https://authzen-proxy-demo.cerbos.dev",
"PlainID": "https://authzeninteropt.se-plainid.com",
}

// AuthZENSubject represents the subject in the authorization request
Expand Down

0 comments on commit e56aedc

Please sign in to comment.