Feat: Include imports for MI Auth

This commit is contained in:
Daniel Hougaard
2024-05-31 16:22:32 +02:00
parent 0c9557b8b5
commit 804314cc18
3 changed files with 48 additions and 4 deletions

View File

@@ -156,6 +156,7 @@ func CallGetDecryptedSecretsV3(httpClient *resty.Client, request GetDecryptedSec
R().
SetResult(&decryptedSecretsResponse).
SetHeader("User-Agent", USER_AGENT_NAME).
SetQueryParam("include_imports", "true").
SetQueryParam("secretPath", request.SecretPath).
SetQueryParam("workspaceSlug", request.ProjectSlug).
SetQueryParam("environment", request.Environment)