libcontainerssh
libcontainerssh copied to clipboard
Embedded ContainerSSH and webhook helper library
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.113 to 1.44.146. Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.44.146 (2022-11-28) Service Client Updates service/backup: Updates service API, documentation, and paginators service/drs: Updates service API and...
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.23.0 to 0.25.4. Commits 4fbe8e4 Merge pull request #112218haoruan/automated-cherry-pick-of-#111936 cf171ba Merge pull request #112808cheftako/automated-cherry-pick-of-#112689 cb0507f Updated vendor to the new preferred versions. 478dd6e Merge pull request #112527liggitt/automated-cherry-pick-of-#112526...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.23.0 to 0.25.4. Commits 7226b15 Update dependencies to v0.25.4 tag 166ab05 Merge pull request #112808cheftako/automated-cherry-pick-of-#112689 4b5a638 Updated vendor to the new preferred versions. 1904631 Merge pull request...
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.23.0 to 0.25.4. Commits 88912e3 Update dependencies to v0.25.4 tag e7b469b Merge pull request #112808cheftako/automated-cherry-pick-of-#112689 1102e6f Updated vendor to the new preferred versions. fce3016 Merge pull request...
## Please describe what you would like to see in ContainerSSH The remote server IP in ssh-proxy backend may change with the config webhook. We cannot get the current connections...
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.18+incompatible to 20.10.21+incompatible. Release notes Sourced from github.com/docker/docker's releases. v20.10.21 This release of Docker Engine contains updated versions of Docker Compose, Docker Scan, Containerd, added packages for...
## Changes introduced with this PR This PR adds the ability to authenticate against an image registry in the Docker backend. --- By contributing to this repository, I agree to...
## Changes introduced with this PR Fixing flaky audit log test. --- By contributing to this repository, I agree to the [contribution guidelines](https://github.com/ContainerSSH/community/blob/main/CONTRIBUTING.md).
## Changes introduced with this PR Adds OIDC handling next to GitHub. --- By contributing to this repository, I agree to the [contribution guidelines](https://github.com/ContainerSSH/community/blob/main/CONTRIBUTING.md).
## Please describe the change you are making This PR refactors the agent protocol to be more in line with the rest of the ContainerSSH codebase: 1. Removing exposed structs...