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

https://github.com/postfinance/secfs

Go package secretfs implements afero.Fs and afero.File for Kubernetes secrets.
https://github.com/postfinance/secfs

Last synced: 3 months ago
JSON representation

Go package secretfs implements afero.Fs and afero.File for Kubernetes secrets.

Awesome Lists containing this project

README

        

# secfs

Package secfs implements afero.Fs and afero.File for Kubernetes secrets.

A Kubernetes secret path can be written as */NAMESPACE/SECRET[/KEY]*. Where */NAMESPACE/SECRET* represents the directory and *KEY* the file part of the path.