@energyweb/ekc-azure-proxy-server
v0.4.3
Published
Proxy identity server for handling secrets from Azure Key Vault
Downloads
28
Keywords
Readme
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