Module: Ironclad::Source

Defined in:
lib/ironclad/source.rb,
lib/ironclad/source/one_password.rb

Overview

Namespace for secret sources. A source responds to #read(reference) and returns the secret as a string, raising Ironclad::Error on failure. OnePassword is the only source today; add another manager as a sibling class here and have KeyStore select it.

Defined Under Namespace

Classes: OnePassword