Closed velkovb closed 3 years ago
Using multilevel json value for a secret fails because default depth for ConvertTo-Json is 2 and this is used before creating the API request body.
ConvertTo-Json
https://github.com/joshcorr/SecretManagement.Hashicorp.Vault.KV/issues/17
@velkovb Thanks for the PR! Could you switch this to go against the development branch? I can then create a Preview release and get it out to the Gallery.
Using multilevel json value for a secret fails because default depth for
ConvertTo-Json
is 2 and this is used before creating the API request body.https://github.com/joshcorr/SecretManagement.Hashicorp.Vault.KV/issues/17