Commit Graph

1814 Commits (07cf037d6eb530255142ce2b3352c356da6ee450)
 

Author SHA1 Message Date
Mariano Cano 50b9aaec57 Add new identity tests. 3 years ago
Mariano Cano e414d0c8ea Fix unit tests. 3 years ago
Mariano Cano c5234e9c61 Refactor tls tunnel connections.
New method will use an identity-like file with the configuration
used to create the (m)TLS connection to the tunnel.
3 years ago
Mariano Cano 180b5c3e3c Fix typo. 3 years ago
Mariano Cano e75a9409a5 Add experimental support for a TLS over TLS tunnel. 3 years ago
Carl Tashian 75f24a103a Sync cert renewer service with docs 3 years ago
Carl Tashian e50c5bc4b1 Remove pronoun 3 years ago
Mariano Cano 3769a2760a
Merge pull request #543 from smallstep/no-nonce-on-get
Remove the creation on nonce on get acme directory
3 years ago
Mariano Cano 2e1524ec2f Remove the creation on nonce on get acme directory.
According to RFC 8555, the replay nonces are only required in POST
requests. And of course in the new-nonce request.
3 years ago
max furman 16c20c9279 [action] codecov token not needed for public repos 3 years ago
Max b7f8f15619
Merge pull request #541 from smallstep/max/ver
VERSION from ENV should always take precedence over CI tags
3 years ago
max furman 78c15805f4 VERSION from ENV should always take precedence over CI tags 3 years ago
Mariano Cano 7688ca18ac
Merge pull request #540 from smallstep/proxy-always
Always specify a Proxy in all custom transports.
3 years ago
Mariano Cano 02a5879cfe Specify always a Proxy in all custom transports.
Fixes #535
3 years ago
Max 0ec75c98cf
Merge pull request #539 from smallstep/max/escaped-route-fix
Use different method for unescpaed paths for the router
3 years ago
max furman 93c3c2bf2e Error handle non existent provisioner downstream and disable debug route logging 3 years ago
max furman 497ec0c79b Fix linter issues 3 years ago
max furman b1888fd34d Use different method for unescpaed paths for the router 3 years ago
Max 938cd092b4
Merge pull request #536 from smallstep/max/dev
Move golangci-lint to github action and fix debian build action
3 years ago
Mariano Cano e3e34bd00c Remove dockerignore files that are in the repo.
This was causing a dirty repo and versions with -dev.
3 years ago
max furman 335435decf [action] debian rules syntax 3 years ago
max furman 6a6be84874 [action] debian rules syntax 3 years ago
max furman 39f6a27515 [action] alternate makefile target for dh_auto_build 3 years ago
max furman ee4d45cf79 [action] remove make bootstrap from debian build process 3 years ago
max furman f02d97e621 [action] use matrix strategy in release.test | bump to 1.16 3 years ago
max furman c71d56e4ae [action] use go version matrix for the test / build step 3 years ago
max furman fa9bceefa2 [action] but golangci-lint timeout 3 years ago
max furman 819d466790 [actions] update test action as well 3 years ago
max furman 42a470d803 Move golangci-lint to github action | update bootstrap
- Update bootstrap to use official golangci-lint install
3 years ago
max furman 72217c972d GO111MODULE should not be necessary in bootstrap 3 years ago
max furman 79eb822326 Change `go get` to `go install` in bootstrap ...
- avoid the `-dev` tag
3 years ago
Max b724af30ad
Merge pull request #496 from smallstep/max/acme
Convert to ACME DB interface
3 years ago
max furman 6cfb9b790c Remove check of deprecated value
- NegotiatedProtocolIsMutual is always true: Deprecated according to
golang docs
3 years ago
max furman 63ec2e35b0 Change Clock to empty struct in nosql/nosql | truncate > round
- saves space
-
3 years ago
Mariano Cano 1ebfacc101
Merge pull request #534 from smallstep/match-all
Update sshd_config.tpl to a Match all block.
3 years ago
max furman 672e3f976e Few ACME fixes ...
- always URL escape linker output
- validateJWS should accept RSAPSS
- GetUpdateAccount -> GetOrUpdateAccount
3 years ago
Mariano Cano aea2a7c9f3 Update sshd_config.tpl to a Match all block.
Fixes #479
3 years ago
Max 7d119c23fc
Merge pull request #528 from smallstep/max/install
Updates to README
3 years ago
max furman 2fee0c92a3 Updates to README
* forward installation and quickstart to website
* remove quickstart completely as it's a copy of the getting started
3 years ago
Mariano Cano ca1286aec2
Merge pull request #525 from ionrover2/patch-1
Update a spelling error in provisioners.md
3 years ago
Austin Tucker Hall 6801cf3d05
Update provisioners.md
mispelling that is driving me nuts
3 years ago
Max cdbdd7410d
Merge pull request #421 from dnwe/only-trace-for-kube-probe
Log successful kube-probe requests at Trace lvl
3 years ago
max furman 2e0e62bc4c add WriteError method for acme api 3 years ago
max furman 9aef84b9af remove unused nonce.clone method 3 years ago
max furman 440678cb62 Add markInvalid arg to storeError for invalidating challenge 3 years ago
max furman 6b8585c702 PR review fixes / updates 3 years ago
max furman bdace1e53f Add failure scenarios to db.CreateOrder unit tests 3 years ago
max furman fd447c5b54 Fix small nbf->naf bug in db.CreateOrder
- still needs unit test
3 years ago
max furman a785131d09 Fix lint issues 3 years ago
max furman 80c8567d99 change errnotfound type for getAccount
- more generalized NotFound type rather than the nosql
one we were using
- if the error is not recognized then the logic in create account will
break.
3 years ago