#multi-tenancy

[ follow ]
Information security
fromBleepingComputer
2 weeks ago

Critical n8n flaws disclosed along with public exploits

Authenticated users who can create or edit n8n workflows can escape sandboxes to achieve remote code execution and full server takeover (CVE-2026-25049).
fromTheregister
2 months ago

HPE wins $931M DoD private cloud contract

The US Department of Defense on Tuesday awarded Hewlett Packard Enterprise (HPE) a 10-year, $931 million contract to bring cloud conveniences, like unified management and multi-tenancy, to the US military's most sensitive datacenters. The Distributed Hybrid Multi-Cloud contract, awarded by the DoD's Defense Information Systems Agency (DISA), will see the deployment of HPE's Green Lake Private Cloud offering across its IT footprint.
US politics
fromInfoQ
3 months ago

CNCF Highlights How vCluster Eases Kubernetes Multi-Tenancy Challenges

The Cloud Native Computing Foundation (CNCF) published a blog post discussing how vCluster, an open-source project by Loft Labs, addresses key multi-tenancy obstacles in Kubernetes clusters by enabling "virtual clusters" within a single host cluster. This approach enables multiple tenants to have isolated control planes while sharing underlying compute resources, thereby reducing overhead without compromising isolation. Traditional namespace-based isolation in Kubernetes often falls short when tenants need to deploy cluster-scoped resources like custom resource definitions (CRDs)
DevOps
fromRubyflow
4 months ago

Veri v1.0: Minimal Rails Authentication Framework Now Stable

For those unfamiliar, Veri is a minimal authentication framework for Rails that gives you building blocks for custom authentication flows. No generated controllers, views, and mailers, no forced business logic - just the core mechanics of secure authentication that you can build upon. What's included: Cookie-based authentication with database-stored sessions Multiple password hashing algorithms (argon2, bcrypt, pbkdf2, scrypt) Granular session management and control
Ruby on Rails
fromRubyflow
5 months ago

Veri v0.4.0 - Multi-Tenancy Update for the Rails Authentication Gem

Veri v0.4.0 adds multi-tenancy to isolate authentication sessions per tenant (subdomain or organization model).
fromTestdriven
7 months ago

Building a Multi-tenant App with Django

Isolated multi-tenancy provides high isolation between tenants, requiring no modification to the Django codebase, but significantly increases infrastructure complexity and costs.
Django
[ Load more ]