Skip to content

Releases: connectedcars/auth-wrapper

v2.1.1

21 Feb 19:57
Compare
Choose a tag to compare

Changelog

  • 9669599 Add buildx as it was removed in docker 23
  • 33a4d6e Allow setting auth sock location
  • 52d69a9 Make SonarCloud happy
  • 6d787c3 Merge pull request #10 from connectedcars/agent-sock-path
  • adb9be0 Merge pull request #13 from connectedcars/docker-buildx
  • 9a5db45 Merge pull request #14 from connectedcars/fix-script-calls
  • 00a248d Update dependencies
  • 0bc5725 Update readme and goreleaser config
  • d5e7f0d setup.go: set args to empty instead of the Command name if no extra args

v2.1.0

13 Oct 07:34
Compare
Choose a tag to compare

Changelog

  • 272179d Add developer documentation
  • fe4743e Add support for getting credentials from gcloud cmd
  • 64ced2b Ignore test key
  • d2095c4 Merge pull request #9 from connectedcars/gcloud-auth-support
  • 1793eee Upgrade to go 1.19

v2.0.3

12 Sep 08:05
56e6ca3
Compare
Choose a tag to compare

Changelog

  • 56e6ca3 Merge pull request #8 from connectedcars/update-deps
  • a5c216e Update dependencies to fix issue with newer ssh showing "agent 27: ssh: parse error in message type 27"
  • db966b1 Update documentation to make it easier to understand

v2.0.2

08 Sep 09:16
Compare
Choose a tag to compare

Changelog

  • e967f26 Add documentation on release
  • f959e4b Add support for arm
  • be7b899 Also push docker image
  • daa5a04 Change AuthWrapperQuiet to bool
  • 81deea3 Disable ssh host key verification in ssh client
  • 44b94da Fix missing ,
  • 0b7c9d7 Make sure overwriting entrypoint and using authwrapper direcly works
  • 2e223f7 Merge branch 'master' into update-base-images
  • e9a18e9 Merge branch 'master' of github.com:connectedcars/auth-wrapper
  • 5ea7294 Merge pull request #6 from connectedcars/auth-wrapper-quiet
  • d37a194 Merge pull request #7 from connectedcars/update-base-images
  • 9be647b Pass in isQueit, it ignored it when getting from env
  • 50ec17f Proper exit
  • ee90494 Turns out, you need it to work ﻉ
  • 5483b8b Update base images
  • c6240ea auth-wrapper: add AUTH_WRAPPER_QUIET env support
  • f3a70b2 readme.md: add use examples

v2.0.1

21 Jun 11:27
Compare
Choose a tag to compare

Changelog

  • 433da82 Add arm64 builds
  • ab649b7 Add auth-wrapped docker
  • 1b7981c Add workarounds for gcp and docker build kit issues
  • ebe2b60 Create codeql-analysis.yml
  • 37b47ae Get docker version to see what google is using now
  • ab8d32a Merge branch 'master' of github.com:connectedcars/auth-wrapper
  • 39dc353 More workarounds
  • 41cbad9 Upgrade deps

v2.0

27 Jul 14:17
Compare
Choose a tag to compare

Changelog

4fd5b8e Add cleanup
05f4798 Add debug info for cloudbuilder
f7a2021 Add server image
6c75a56 Added TODOs and documentation
4ffa322 Clean up cloudbuild
edf9f96 Cleanup
49241b4 Create initial version for signing certs with KMS key
253dc0c Do more input valication
8d02720 Error on duplicate pub keys
cee78e6 Escape
89db017 Fix challengeValue json marshaling
38b2bea Fix command handling
353a657 Fix dir
c2ec18f Fix docker cmd
5d821b1 Fix err check
de6e96a Fix gorelease path
925259b Fix gorelease path
6f5c32e Fix linting
9716ed3 Fix more TODOs
8e74220 Fix name in build
7859a40 Fix test
7b5c16c Get http signing server working
5e7cc17 Get initial cert working
cbd1545 Get initial logic for signing service working
de05c47 Ignore authorized_keys file
0595a9b Limit max request and response size
64a6351 Merge pull request #5 from connectedcars/ssh-certs
9b49a56 Print loaded keys on startup
964ecf8 Read default issue cert lifetime from enviroment
bea20ed Remove dependency on KSMSigner
0193674 Restructure
2f9f126 Revert workarounds
1066502 Start limiting the user cert issued
81a20c8 Update README
3a3af23 Update documentation
7ee72dc Use ssh.AlgorithmSigner as the basis for the keyring to make things a lot simpler

v1.0.0

01 Dec 21:58
Compare
Choose a tag to compare

Changelog

b44db6b Add PATH wrapper support for docker usage where entrypoint is overwritten
5952c2d Add gorelease
51de441 Add initial readme and cleanup build to produce two images
e61e094 Add keyring so we can overwrite the signing request hash
c7f1809 Add more debug
cd051dc Add more debug
7829fd6 Add more error handling code
ac5401b Add simple string replacement for $SSH_AUTH_SOCK so we dont need a shell to do it
19cce69 Add workaround for git image to handle host keys
91a487b Added documentation on key creation
7c32206 Added more checks and debug
3d3a976 Added workaround for not being able to use build args in entrypoint
cb4c928 Cleanup code
1ca4c01 Copy to correct folder
9e32614 Create initial version of simple wrapper
d398afb Create initial version wrapping docker
6a76515 Create wrapped images for git and docker
760702d Disable go test
c2f14f8 Docker needs entrypoint vars to come from env
78c468e ENV and ARG order is important in docker
acd0b9a Fix args replacement
7debf5d Fix go build and include ssh commands
edc847c Fix test typo
939757d Fix typo
0727d94 Fix yaml
ba9f777 Fixed nil deref
69f57c1 Initial commit
7d7d542 Make sure we skip the cache
1a17f66 Make sure we use newer version of ubuntu to get updated openssh
33b1447 Merge branch 'path_wrapper'
3dcaceb Merge pull request #1 from connectedcars/ksmcleanup
03ff176 Merge pull request #2 from connectedcars/path_wrapper
a51859f Overwrite entrypoint so we use the wrapper when this is used
4d5f561 Push both images
2892bce Remember to add FROM_IMAGE buildarg
72f1b6a Tokentest (#3)
0b177ed Update documentation
396613e Update documentation and add more escape options
22d0201 Update readme
8121fd6 add more workarounds
e5b3c11 cloud builder escape