https://github.com/ironcorelabs/tenant-security-client-go
Go client library for the IronCore Labs Tenant Security Proxy
https://github.com/ironcorelabs/tenant-security-client-go
Last synced: about 1 year ago
JSON representation
Go client library for the IronCore Labs Tenant Security Proxy
- Host: GitHub
- URL: https://github.com/ironcorelabs/tenant-security-client-go
- Owner: IronCoreLabs
- License: apache-2.0
- Created: 2022-05-19T16:12:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-11T23:07:47.000Z (about 1 year ago)
- Last Synced: 2025-06-12T00:23:05.534Z (about 1 year ago)
- Language: Go
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: security_event.go
Awesome Lists containing this project
README
[](https://github.com/IronCoreLabs/tenant-security-client-go/actions/workflows/go-ci.yaml) [](https://pkg.go.dev/github.com/IronCoreLabs/tenant-security-client-go)
# Tenant Security Client Go Library
A Go client for implementing CMK within a vendor's infrastructure. Makes requests through an IronCore Tenant Security Proxy to tenants' KMS/logging infrastructures.
## Getting started
A good place to start is the TenantSecurityClient class, which is what the consumer should always interact with. You can also go check out the [examples](https://github.com/IronCoreLabs/tenant-security-client-go/tree/main/examples).
If you're looking for more examples the usage is very similar to that shown in our [Java Examples](https://github.com/IronCoreLabs/tenant-security-client-java/tree/main/examples).
Copyright (c) 2022 IronCore Labs, Inc. All rights reserved.