Sha256: 964140ea7843d2b9cf22e32cc9f7965978af10e636a3c01f4105b3434b1d1266
Contents?: true
Size: 273 Bytes
Versions: 12
Compression:
Stored size: 273 Bytes
Contents
# Generic secret (k/v pairs) backend provisioning class Vault::Provision::Generic < Vault::Provision::Prototype # the generic secret API doesn't have anything to configure! # https://www.vaultproject.io/api/secret/generic/index.html def provision! true end end
Version data entries
12 entries across 12 versions & 1 rubygems