You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2024. It is now read-only.
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.