Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@energyweb/ekc-azure-proxy-server

Package Overview
Dependencies
Maintainers
8
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@energyweb/ekc-azure-proxy-server

Proxy identity server for handling secrets from Azure Key Vault

  • 0.4.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
8
Created
Source

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

FAQs

Package last updated on 01 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc