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.
- Host: GitHub
- URL: https://github.com/postfinance/secfs
- Owner: postfinance
- License: mit
- Created: 2021-11-20T15:57:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T05:34:43.000Z (about 1 year ago)
- Last Synced: 2024-04-21T22:47:08.801Z (about 1 year ago)
- Language: Go
- Size: 325 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.