We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1593363 commit 27ff127Copy full SHA for 27ff127
internal/pkg/policy/parsed_policy.go
@@ -87,7 +87,7 @@ func NewParsedPolicy(ctx context.Context, bulker bulk.Bulk, p model.Policy) (*Pa
87
policyInputs, keys := secret.ProcessInputsSecrets(p.Data, secretValues)
88
secretKeys = append(secretKeys, keys...)
89
90
- // FIXME: Replace secrets in 'agent.download' section of policy
+ // Replace secrets in 'agent.download' section of policy
91
if agentDownload, exists := p.Data.Agent["download"]; exists {
92
if section, ok := agentDownload.(map[string]interface{}); ok {
93
agentDownloadSecretKeys, err := secret.ProcessAgentDownloadSecrets(section, secretValues)
0 commit comments