Skip to content

Tags: tg123/sshpiper

Tags

v1.4.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump k8s.io/code-generator from 0.31.2 to 0.32.0 (#498)

Bumps [k8s.io/code-generator](https://github.com/kubernetes/code-generator) from 0.31.2 to 0.32.0.
- [Commits](kubernetes/code-generator@v0.31.2...v0.32.0)

---
updated-dependencies:
- dependency-name: k8s.io/code-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.4.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
support cross auth type mapping (#483)

* add testcase

* add fix

* Refactor skelpipe wrappers to separate password and private key handling

v1.4.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor plugin/yaml/main.go and plugin/yaml/yaml.go to support multi…

…ple YAML config files (#477)

v1.4.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add support for ssh ca auth (#467)

v1.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update docker sdk to v25 (#455)

* update docker sdk to latest

* Refactor Docker plugin to use latest Docker SDK

v1.3.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix grpc.Dial usage in sshpiperd (#436)

* Fix grpc.Dial usage in sshpiperd

* fix dns not found

* Update dependencies in go.mod and go.sum files

* Refactor grpc.NewClient to remove unnecessary grpc.WithBlock() option

v1.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add test case for publickey_simple_withmultiple_keyfile (#396)

This commit adds a new test case to cover the scenario where multiple key files are used for authentication with the publickey_simple user. It generates a temporary key file and attempts to SSH to the piper server using both the correct and incorrect key files. The test verifies that the correct key file allows the connection and writes a random text to a shared file.

v1.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request from GHSA-4w53-6jvp-gg52

* feat: Add support for allowed proxy addresses

This commit adds support for allowed proxy addresses, which allows only connections from these IP ranges to send a proxy header based on the PROXY protocol. If the allowed proxy addresses are empty, the PROXY protocol support is disabled.

* Update cmd/sshpiperd/main.go

Co-authored-by: Peter G <97112726+pgibson1-godaddy@users.noreply.github.com>

---------

Co-authored-by: Peter G <97112726+pgibson1-godaddy@users.noreply.github.com>

v1.2.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update remotesigner version (#338)

* Update remotesigner version to v0.0.2

* Update remotesigner version to v0.0.3

v1.2.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix ping@openssh being passed to unsupported sshd (#326)

* add testcase

* Fix formatting in e2e/fixed_test.go

* disable ping until we have a solution