ory / ladon

A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies. Written for Go.

Home Page:https://www.ory.sh/?utm_source=github&utm_medium=banner&utm_campaign=ladon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why ladon policy has `effect` field ?

Wang-Kai opened this issue · comments

commented

I know that ladon library is inspired by AWS IAM, but i want to learn the reason why we need effect field in Policy struct .

I use AWS IAM daily, but i don't think there are some functions relative to effect field, if i want to deny a request, i just need to remove that policy, em ...... Am i right ?