Skip to content

Revert "Fix app_tel_for_sok app.conf install stanza header (#1724)"#1728

Open
vivekr-splunk wants to merge 2 commits intodevelopfrom
revert-pr-1724-telemetry-workflow-guards
Open

Revert "Fix app_tel_for_sok app.conf install stanza header (#1724)"#1728
vivekr-splunk wants to merge 2 commits intodevelopfrom
revert-pr-1724-telemetry-workflow-guards

Conversation

@vivekr-splunk
Copy link
Collaborator

@vivekr-splunk vivekr-splunk commented Feb 26, 2026

This reverts commit 7fa8698921a131ac7f120d8afb57a5e82d55f60c from PR #1724.

Reason:

After this revert merges, I will recreate a clean PR with only the intended telemetry app fix in pkg/splunk/enterprise/names.go.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR reverts commit 7fa8698921a131ac7f120d8afb57a5e82d55f60c from PR #1724, which bundled two distinct changes together: a telemetry app.conf fix and workflow secret-guard conditions. The revert is necessary because the workflow changes caused push workflows on the develop branch to fail at startup (no jobs created). By reverting the entire PR, the codebase returns to a stable baseline, allowing the telemetry app fix to be reapplied separately in a follow-up PR.

Changes:

  • Reverts telemetry app shell command changes in pkg/splunk/enterprise/names.go (changing back from printf '%s' to echo -e)
  • Removes if conditionals that checked for empty secrets in 5 workflow files

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pkg/splunk/enterprise/names.go Reverts telemetry app creation commands from printf '%s' back to echo -e for both SHC and non-SHC scenarios
.github/workflows/prodsec-workflow.yml Removes the if: ${{ secrets.FOSSA_API_TOKEN != '' }} condition from FOSSA Test step
.github/workflows/distroless-build-test-push-workflow.yml Removes the if: ${{ secrets.COVERALLS_TOKEN != '' }} condition from Code Coverage step
.github/workflows/build-test-push-workflow.yml Removes the if: ${{ secrets.COVERALLS_TOKEN != '' }} condition from Code Coverage step
.github/workflows/arm-Ubuntu-build-test-push-workflow.yml Removes the if: ${{ secrets.COVERALLS_TOKEN != '' }} condition from Code Coverage step
.github/workflows/arm-AL2023-build-test-push-workflow-AL2023.yml Removes the if: ${{ secrets.COVERALLS_TOKEN != '' }} condition from Code Coverage step

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Michael Marod <michael@michaelmarod.com>
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.

6 participants