https://github.com/brennerm/azure-keyvault-external-secret
WIP K8s controller that syncs secrets in an Azure Key Vault with Kubernetes Secrets
https://github.com/brennerm/azure-keyvault-external-secret
Last synced: 10 months ago
JSON representation
WIP K8s controller that syncs secrets in an Azure Key Vault with Kubernetes Secrets
- Host: GitHub
- URL: https://github.com/brennerm/azure-keyvault-external-secret
- Owner: brennerm
- Created: 2020-01-02T20:14:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T20:46:43.000Z (over 6 years ago)
- Last Synced: 2025-03-11T23:24:18.948Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# azure-keyvault-external-secret WIP!
This k8s controller syncs secrets in an [Azure Key Vault](https://azure.microsoft.com/en-us/services/key-vault/) with [Kubernetes Secrets](https://kubernetes.io/docs/concepts/configuration/secret/) for easy use in your applications.
## Usage
TODO
## Development
### Build locally
`make`
### Build the Docker images
`make docker-image`
### Code generation
`make codegen`