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

All user/role management should happen within the extension #111

Open
rochoa opened this issue Aug 13, 2015 · 1 comment
Open

All user/role management should happen within the extension #111

rochoa opened this issue Aug 13, 2015 · 1 comment
Labels

Comments

@rochoa
Copy link
Contributor

rochoa commented Aug 13, 2015

Right now user/role management happens in several places, most of it in CartoDB/cartodb Rails application:

  • creating user
  • creating publicuser
  • grant permissions on schemas
  • creating schemas
  • etc

The ideal scenario would be to have an API inside the extension to manage all those cases. That would help to remove the hard dependency on CartoDB/cartodb Rails application.

@rochoa rochoa added the Backlog label Aug 13, 2015
@rochoa
Copy link
Contributor Author

rochoa commented Aug 13, 2015

One case that should be fixed by this: CartoDB/cartodb#5019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant