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

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

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`