opentdf / platform

OpenTDF Platform monorepo enabling the development and integration of _forever control_ of data into new and existing applications. The concept of forever control stems from an increasingly common concept known as zero trust.
BSD 3-Clause Clear License
15 stars 4 forks source link

Add default AuthZ policy to for Authorization service #975

Closed jrschumacher closed 2 days ago

jrschumacher commented 2 weeks ago

Authz policy is missing Authorization endpoint

https://github.com/opentdf/platform/blob/81506237e2e640af34df8c745b71c3f20358d5a4/service/internal/auth/casbin.go#L44-L93

jrschumacher commented 1 week ago

Workaround is adding custom policy here https://github.com/opentdf/platform/blob/main/opentdf-example.yaml#L50-L55