pinterest / knox

Knox is a secret management service
Apache License 2.0
1.23k stars 104 forks source link

Implement Authorization Callback Function #108

Closed henryluo closed 3 weeks ago

henryluo commented 3 weeks ago

Description

This feature introduces a callback function that allows service owners to define a fallback mechanism for access control within Knox. This capability supports the integration of custom logic to evaluate access decisions.

Changes Made

Testing

Run all tests in the repo, including new ones implemented for SetAccessCallback and authorizeRequest

Checklist