This repository was archived by the owner on Dec 6, 2024. It is now read-only.
This repository was archived by the owner on Dec 6, 2024. It is now read-only.
[03/24] - Client library for parsing COSI secrets #33
Closed
Description
Enhancement
Is your feature request related to a problem?/Why is this needed
It would be nice if we could have a library that end-users could import to make it easier for them to parse credentials in the mounted secret.
Describe the solution you'd like in detail
Some utility methods to load secret data into a struct that can be consumed by Go-lang clients of COSI provisioned buckets.
Describe alternatives you've considered
Users could (and probably will) create their own versions of these utility methods, but the idea is to make it easier to switch over to using COSI. If end-users currently use Secrets or environment variables to pass credentials to their applications, we can create a similar DX for COSI.
Additional context
N/A