Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 911 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 911 Bytes

About

Edgemicro healthcheck plugin, that returns OK for a configured heartbeat path.

Why

To configure healthcheck for Edgemicro, you will need to create synthetic API proxy. But you do not want authentication for this healthcheck endpoint, so this plugin allows you to configure a healthcheck endpoint by skipping authentication

Configuration

Plugin configuration
<EDGEMICRO_HOME>/plugins git clone https://github.com/mukundha/healthcheck-edgemicro-plugin/
Plugin configuration
healthcheck-edgemicro-plugin:
  path: /<healthcheck_path>
Sequence Configuration
  plugins:
    sequence:
      - healthcheck-edgemicro-plugin
      - oauth

More Details

##License MIT