Skip to content

Commit 27ff127

Browse files
committed
Remove FIXME
1 parent 1593363 commit 27ff127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/policy/parsed_policy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func NewParsedPolicy(ctx context.Context, bulker bulk.Bulk, p model.Policy) (*Pa
8787
policyInputs, keys := secret.ProcessInputsSecrets(p.Data, secretValues)
8888
secretKeys = append(secretKeys, keys...)
8989

90-
// FIXME: Replace secrets in 'agent.download' section of policy
90+
// Replace secrets in 'agent.download' section of policy
9191
if agentDownload, exists := p.Data.Agent["download"]; exists {
9292
if section, ok := agentDownload.(map[string]interface{}); ok {
9393
agentDownloadSecretKeys, err := secret.ProcessAgentDownloadSecrets(section, secretValues)

0 commit comments

Comments
 (0)