You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: integrate secret resolution into HTTP prober and agent components
This PR integrates the secret infrastructure from PR #1468 into the HTTP prober and throughout the agent:
- HTTP Prober Integration:
- Updated HTTP prober to use secret resolution for authentication
- Enhanced multihttp script support with secret interpolation
- Comprehensive test coverage for secret scenarios
- Agent Integration:
- Updated main.go to wire up secret providers
- Enhanced adhoc, checks, and scraper components with secret support
- Updated all test files to handle new secret provider interfaces
- Test Updates:
- All prober test files updated to implement new SecretProvider interface
- Browser, scripted, and multihttp tests enhanced for secret scenarios
- Comprehensive test coverage for secret resolution workflows
This completes the secret store support feature by integrating the core infrastructure into all agent components.
0 commit comments