Documentation ¶
Overview ¶
The `consul` plugin for SHIELD is intended to be a generic backup/restore plugin for a consul server.
PLUGIN FEATURES ¶
This plugin implements functionality suitable for use with the following SHIELD Job components:
Target: yes Store: no
PLUGIN CONFIGURATION ¶
The endpoint configuration passed to this plugin is used to identify what consul instance to back up, and how to connect to it. Your endpoint JSON should look something like this:
{ "host":"consul-endpoint", # optional - can also be prefixed with http:// or https:// "skip_ssl_validation":false # optional "username":"basic-auth-username", # optional "password":"basic-auth-password" # optional }
Default Configuration
{ "host" : "http://127.0.0.1:8500" }
BACKUP DETAILS ¶
The `consul` plugin makes uses the consul api to back up the entire kv store.
RESTORE DETAILS ¶
The `consul` plugin will also restore the entire kv store.
DEPENDENCIES
Click to show internal directories.
Click to hide internal directories.