Skip to content

Added extra vault logging#22994

Open
russell-stern wants to merge 3 commits into
developfrom
vault/improve_logging
Open

Added extra vault logging#22994
russell-stern wants to merge 3 commits into
developfrom
vault/improve_logging

Conversation

@russell-stern

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions

Copy link
Copy Markdown
Contributor

👋 russell-stern, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

@github-actions

Copy link
Copy Markdown
Contributor

✅ No conflicts with other open PRs targeting develop

@trunk-io

trunk-io Bot commented Jun 30, 2026

Copy link
Copy Markdown

Static BadgeStatic BadgeStatic BadgeStatic Badge

Failed Test Failure Summary Logs
Test_generateReconciliationEventsV2/A_paused_workflow_doesn't_start_a_new_workflow The test failed during the execution of the 'A_paused_workflow_doesn't_start_a_new_workflow' scenario. Logs ↗︎
Test_classifyActivationError/artifact_fetch_is_retryable The test failed during the artifact fetch retryability check, but no specific error message is provided. Logs ↗︎
Test_generateReconciliationEventsV2/A_paused_workflow_deletes_a_running_workflow The test failed during the execution of the 'A_paused_workflow_deletes_a_running_workflow' scenario. Logs ↗︎
TestNewFetcherService/NOK-retrieve-url-empty-req The test failed during the execution of the 'NOK-retrieve-url-empty-req' case in the NewFetcherService test suite. Logs ↗︎

... and 18 more

View Full Report ↗︎Docs

}

// We need to generate sufficiently unique IDs accounting for two cases:
// 1. called during the subscription phase, in which case the executionID will be blank

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also move this comment to the request_id file?

{
name: "subscription path",
md: capabilities.RequestMetadata{
WorkflowID: "wf-1",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

look at these warnings, they might need lint fixes

}
if propagateOrgIDMeta, _ := cresettings.Default.PropagateOrgIDInRequestMetadata.GetOrDefault(ctx, s.creSettingsGetter); propagateOrgIDMeta && s.orgID != "" {
metadata.OrgID = s.orgID
// WorkflowID is under this gate because we previously skipped setting workflowID on SecretsFetcher entirely. Now setting it safely.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add this comment to the new code too?
just so people can understand why this field is inside this flag

@cl-sonarqube-production

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants