https://github.com/ironcorelabs/tenant-security-client-nodejs
NodeJS client library for the IronCore Labs Tenant Security Proxy
https://github.com/ironcorelabs/tenant-security-client-nodejs
application-layer-encryption byok cmk cryptography encryption javascript nodejs typescript
Last synced: 12 months ago
JSON representation
NodeJS client library for the IronCore Labs Tenant Security Proxy
- Host: GitHub
- URL: https://github.com/ironcorelabs/tenant-security-client-nodejs
- Owner: IronCoreLabs
- License: apache-2.0
- Created: 2020-05-06T20:37:33.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-06-19T22:33:59.000Z (12 months ago)
- Last Synced: 2025-06-30T02:15:56.216Z (12 months ago)
- Topics: application-layer-encryption, byok, cmk, cryptography, encryption, javascript, nodejs, typescript
- Language: TypeScript
- Homepage: https://ironcorelabs.com/docs/customer-managed-keys/tenant-security-client/overview/
- Size: 855 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Tenant Security Client NodeJS
A NodeJS client SDK for implementing Customer Managed Keys (CMK) within a vendor's infrastructure.
This SDK is inserted into your application. Once it is initialized properly, it makes requests through the
[IronCore Tenant Security Proxy](https://gcr.io/ironcore-images/tenant-security-proxy) to tenants' KMS and logging infrastructures.
More extensive documentation about usage is available on our [docs site](https://ironcorelabs.com/docs/saas-shield/tenant-security-client/overview/).
## Installation
```
npm install @ironcorelabs/tenant-security-nodejs
```
### Documentation
See our documentation on the [IronCore website](http://ironcorelabs.com/docs/saas-shield/tenant-security-client/node-sdk/).
## Examples
Check in the `examples` subdirectory - there are subdirectories for some example Node programs that demonstrate a few of the ways you can use the TSC in your code to secure data.
Copyright (c) 2023 IronCore Labs, Inc. All rights reserved.