Skip to content

brunopsoares/hubot-consul-brain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Hubot Consul Brain

This hubot script allows Hubot to store the bot information in Consul KV store.

Install

npm install hubot-consul-brain

Usage

Then add hubot-consul-brain to the list of external-scripts.json.

The script expects CONSUL_HOST and CONSUL_PORT or it will just use default values: 127.0.0.1 and 8500.

Additionally you can also pass in CONSUL_TOKEN if your consul instance uses ACLs.

The following consul ACL rule will allow access only to hubot/.

key "hubot/" {
  policy = "write"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%