Skip to content

Commit b0c4810

Browse files
Lionel-Wilsonactions-user
authored andcommitted
feat: add --no-ping flag to skip health check in inject-secrets (#4342)
<!-- CURSOR_SUMMARY --> > [!NOTE] > **Low Risk** > Low risk: small CLI behavior change gated behind a new flag, with no changes to secret resolution or output formatting unless `--no-ping` is used. > > **Overview** > `inject-secrets` now supports a `--no-ping` flag that skips the startup health check reading `op://global/PING/text`, allowing use with service-account tokens that can’t access the global vault. > > Updates the Azure integration test README to include `--no-ping` in the manual credential injection example. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 4d1d7872ab5326be96e6279c35097bdc6989db00. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> GitOrigin-RevId: 176cfdce7974f4441fbdb2e85caab571a4366743
1 parent 14ebd71 commit b0c4810

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sources/azure/integration-tests/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ To inject credentials manually (e.g. for debugging), run:
108108

109109
```bash
110110
go run build/inject-secrets/main.go \
111+
--no-ping \
111112
--secret-file .github/env/op.azure-cloud-agent.secret \
112113
--env-file .github/env/op.azure-cloud-agent.env \
113114
--output-file .env.azure-cloud-agent

0 commit comments

Comments
 (0)