Skip to content

Commit

Permalink
Revert "feat: update security issue"
Browse files Browse the repository at this point in the history
This reverts commit 4320c43.
  • Loading branch information
acx1729 committed Dec 23, 2024
1 parent b3e55d3 commit b558087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ og-describer-template
local/
output.json
.vscode
.vscode/*

output.json
.vscode/*
2 changes: 1 addition & 1 deletion pkg/describer/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func Do(ctx context.Context,
if err != nil {
return nil, fmt.Errorf("decrypt error: %w", err)
}
// logger.Info("decrypted config", zap.Any("config", config))
logger.Info("decrypted config", zap.Any("config", config))

return doDescribe(ctx, logger, job, config, grpcEndpoint, ingestionPipelineEndpoint, describeDeliverToken, useOpenSearch)
}
Expand Down

0 comments on commit b558087

Please sign in to comment.