Conversation
…improve IP detection logic.
…o version to 1.25.2.
…ob names for clarity.
…ort for SSH PAM resources in E2E tests.
…to-end-tests-for-ssh-pam # Conflicts: # .github/workflows/run-cli-e2e-tests.yml # e2e/README.md # e2e/openapi-cfg.yaml # e2e/packages/client/client.gen.go # e2e/pam/postgres_test.go
…stom-built Dockerfile; add support for multiple SSH auth methods (password, public-key, certificate) in PAM E2E tests.
…test logic by iterating directly over auth methods.
Greptile SummaryThis PR adds E2E tests for the PAM SSH resource, covering password, public-key, and certificate-based authentication methods. Each sub-test spins up a containerized Alpine SSH server via testcontainers, creates a PAM resource and account through the API, and verifies an interactive SSH session routed through the Infisical gateway. Shared test infrastructure ( Key findings:
Confidence Score: 4/5
Important Files Changed
|
… from `go.mod` and `go.sum`
Description 📣
Adds E2E tests for PAM SSH resource
Type ✨
Tests 🛠️
# Here's some code block to paste some code snippets