repositorypackage
1.4.0
Repository: https://github.com/reeveci/plugin-local.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Reeve CI / CD - Local Plugin
This is a Reeve plugin for providing pipeline environment variables from local storage.
Configuration
This plugin supports configuration via the WebUI plugin.
Configuration is also supported via the CLI API:
reeve-cli --url <server-url> --usage
reeve-cli --url <server-url> local set <name> <value>
reeve-cli --url <server-url> local set-secret <name> <value>
Encryption takes place on the server, so make sure to use a secure connection between reeve-cli and the server. That is, use TLS with a valid certificate and do not set the --insecure
flag.
Settings
Settings can be provided to the plugin through environment variables set to the reeve server.
Settings for this plugin should be prefixed by REEVE_PLUGIN_LOCAL_
.
Settings may also be shared between plugins by prefixing them with REEVE_SHARED_
instead.
ENABLED
-true
enables this pluginCONFIG_PATH
(required) - Path to where configuration should be stored on disk.SECRET_KEY
(required) - Passphrase for encrypting secretsPRIORITY
(default 1) - Priority of all variables returned by this plugin