question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

databases support for access control / isolation / multi-tenant

See original GitHub issue

Right now a single crate instance is a single database and you can only create tables in it. It would be nice to be able to have multiple databases under a single instance.

./bin/crash - selects the default database create database my_db

./bin/crash my_db - selects my_db database create table my_table

<bountysource-plugin>

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource. </bountysource-plugin>

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mfusseneggercommented, Nov 15, 2017

There is now User support and Access control via Privileges in Crate (2.1)

Although we don’t have a “database” entity, the privilege control works on a schema level.

0reactions
mfusseneggercommented, Feb 7, 2018

Closing this for now. As mentioned in the previous comment we do have user support and access control via privileges on a schema level. At the moment we don’t plan to add an additional “database” entity.

Read more comments on GitHub >

github_iconTop Results From Across the Web

10.5 Database Security in Multitenant Environment
Oracle Multitenant Isolation is a set of security principles implemented by the Oracle Multitenant Architecture. It is designed to guard each tenant's data ......
Read more >
Multi-tenant Database Access Control
These multi-tenant data isolation approaches have challenges in supporting highly manageable database schema, and in providing.
Read more >
Beyond the SQL WHERE Clause: Isolating SaaS Multi-Tenant ...
Beyond the SQL WHERE Clause: Isolating SaaS Multi-Tenant Data in Shared ... we'll look at how you can leverage Row Level Security (RLS) ......
Read more >
Multi-tenant data isolation with PostgreSQL Row Level Security
When you define security policies on a table, these policies restrict which rows in that table are returned by SELECT queries or which...
Read more >
Rubrik Multi-tenancy: Secure Data Isolation for a True Cloud ...
Multi-tenancy is one of the cornerstones of a cloud data management platform. It enables you to support multiple customers (commonly ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found