Class: Vault::Provision::Generic

Inherits:
Prototype
  • Object
show all
Defined in:
lib/vault/provision/generic.rb

Overview

Generic secret (k/v pairs) backend provisioning

Instance Method Summary collapse

Instance Method Details

#provision!Object

the generic secret API doesn’t have anything to configure! www.vaultproject.io/api/secret/generic/index.html



5
6
7
# File 'lib/vault/provision/generic.rb', line 5

def provision!
  true
end