Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regarding support for SQL manager #125

Closed
adhicoder opened this issue Nov 6, 2018 · 2 comments
Closed

Regarding support for SQL manager #125

adhicoder opened this issue Nov 6, 2018 · 2 comments

Comments

@adhicoder
Copy link
Contributor

adhicoder commented Nov 6, 2018

@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?

@aeneasr
Copy link
Member

aeneasr commented Nov 6, 2018

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!

@adhicoder
Copy link
Contributor Author

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.

@aeneasr aeneasr closed this as completed Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants