module

Secrets

Constants

SECRET_PATH = "./secrets/"
SECRETS = Hash(String, String).new
VALID_NAMES = /^[A-Za-z0-9]+$/

Instance methods

load_secrets

Load secrets from the disk

Source
update_secrets

Store secrets in a tree of files

Source