juspay / hyperswitch-card-vault

Hyperswitch Card Vault is an open-source sensitive information storage system built on Rust.

Home Page:https://opensource.hyperswitch.io/going-live/pci-compliance/card-vault-installation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] Multiple Tenants: Storage Layer for Multiple Tenants

NishantJoshi00 opened this issue · comments

Description

This will require use to create a tenant table which will store the public key that will be used to communicate with the locker.

Requirements

  • Create database schema with the appropriate fields
  • Create Interface to provide API to communicate with the database