TraGicCode / tragiccode-azure_key_vault

Pull secrets from Azure's key vault with this puppet module.
Apache License 2.0
6 stars 16 forks source link

(GH-101) Fix documentation for secret lookup using hiera data file interpolation #102

Closed TraGicCode closed 1 year ago

TraGicCode commented 1 year ago

interpolation inside of a hiera data file must be done using alias and not lookup. This is because the Sensitive[String] data type must be preserved.