0.4.3 • Published 2 years ago

@energyweb/ekc-azure-proxy-server v0.4.3

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

Azure Proxy Server

Proxy identity server for handling secrets from Azure Key Vault

Running the app

# development
rushx start

# watch mode
rushx start:dev

# production mode
rushx start:prod

Docker

# build the image
docker build -t azure-proxy .

# run the container (matching port in .env)
docker run -p 5000:5000 --env-file .env azure-proxy

Test

# unit tests
rushx test

# e2e tests
rushx test:e2e

# test coverage
rushx test:cov