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

Regarding support for SQL manager

adhicoder opened this issue · comments

@aeneasr I had used Ladon to build a role-based access management system. I recently came to know that support for the SQL manager has been dropped. Since my use case involves a small number of policies and it is already productionized, is there any way we can continue using the older version which had support for SQL?

I want to install the version 0.8.0, and not 1.0.0. Is there any way I can modify the makefile to install that specific version of Ladon so that it retains support for SQL?

Yes, it's called vendoring or package management. Many options for Go are available. You can also just clone the manager to your local repository, it will still work, it's just no longer supported!

Great! According to this link, the default version for the repo during installation can be over-ridden. In that case, go get "github.com/ory/ladon@v0.8.10" should work, right? If not, I'll clone the manager.