https://github.com/cspray/annotated-container-secrets
An Annotated Container parameter store for storing sensitive configuration values
https://github.com/cspray/annotated-container-secrets
annotated-container
Last synced: 12 months ago
JSON representation
An Annotated Container parameter store for storing sensitive configuration values
- Host: GitHub
- URL: https://github.com/cspray/annotated-container-secrets
- Owner: cspray
- License: mit
- Created: 2023-05-29T01:29:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T15:16:29.000Z (over 1 year ago)
- Last Synced: 2025-07-14T06:35:53.364Z (about 1 year ago)
- Topics: annotated-container
- Language: PHP
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Annotated Container Secrets
An [Annotated Container](https://github.com/cspray/annotated-container-secrets) parameter store designed to hold sensitive configurations for injecting into services without having to store those values in an environment variable.
## Installation
```
composer require cspray/annotated-container-secrets
```