An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Go CI](https://github.com/IronCoreLabs/tenant-security-client-go/actions/workflows/go-ci.yaml/badge.svg)](https://github.com/IronCoreLabs/tenant-security-client-go/actions/workflows/go-ci.yaml) [![Go Reference](https://pkg.go.dev/badge/github.com/IronCoreLabs/tenant-security-client-go.svg)](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.