Commit Graph

4391 Commits (191f1a598d550e843af7d69ee644a518d00fc68f)
 

Author SHA1 Message Date
Mariano Cano 191f1a598d
Fix unit tests after introduction of rawSubject 3 months ago
Mariano Cano 8f19b3de60
Upgrades go.step.sm/crypto
This commit upgrades crypto with support for rawSubject on templates.

Fixes #1917
3 months ago
Mariano Cano e28eae7872
Merge pull request #1919 from smallstep/mariano/fix-acme-http-port
Fix HTTP01 challenge url when --acme-http-host is used
3 months ago
Mariano Cano 8ac876df3a
Fix HTTP01 challenge url when --acme-http-host is used
This commit fixes an issue whith the HTTP-01 challenge URL not having
the insecure port.
3 months ago
Herman Slatman 0eee6f0f86
Merge pull request #1918 from smallstep/carl/make-install-path
Change `make install` path
3 months ago
Herman Slatman e81512db00
Merge pull request #1913 from smallstep/herman/improve-missing-device-attestation-error
Fix HTTP internal server error when bad attestation object is provided
3 months ago
Carl Tashian ecd6c62f06
Mirrors smallstep/cli#1214 3 months ago
github-actions[bot] a7d4141802
Merge pull request #1915 from smallstep/dependabot/go_modules/github.com/newrelic/go-agent/v3-3.33.1
Bump github.com/newrelic/go-agent/v3 from 3.33.0 to 3.33.1
3 months ago
github-actions[bot] 530810fbd9
Merge pull request #1914 from smallstep/dependabot/go_modules/cloud.google.com/go/longrunning-0.5.9
Bump cloud.google.com/go/longrunning from 0.5.8 to 0.5.9
3 months ago
github-actions[bot] 2590690b0c
Merge pull request #1916 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.65.0
Bump google.golang.org/grpc from 1.64.0 to 1.65.0
3 months ago
dependabot[bot] a5539076a2
Bump google.golang.org/grpc from 1.64.0 to 1.65.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.65.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.65.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
dependabot[bot] 78aa7b0a24
Bump github.com/newrelic/go-agent/v3 from 3.33.0 to 3.33.1
Bumps [github.com/newrelic/go-agent/v3](https://github.com/newrelic/go-agent) from 3.33.0 to 3.33.1.
- [Release notes](https://github.com/newrelic/go-agent/releases)
- [Changelog](https://github.com/newrelic/go-agent/blob/master/CHANGELOG.md)
- [Commits](https://github.com/newrelic/go-agent/compare/v3.33.0...v3.33.1)

---
updated-dependencies:
- dependency-name: github.com/newrelic/go-agent/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
dependabot[bot] e733cf9a9d
Bump cloud.google.com/go/longrunning from 0.5.8 to 0.5.9
Bumps [cloud.google.com/go/longrunning](https://github.com/googleapis/google-cloud-go) from 0.5.8 to 0.5.9.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/longrunning/v0.5.8...longrunning/v0.5.9)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/longrunning
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
Herman Slatman 5fecc2bd87
Fix HTTP internal server error when bad attestation object is provided 4 months ago
Mariano Cano bc35b0c87f
Merge pull request #1911 from smallstep/mariano/crypto-update
Upgrade go.step.sm/crypto
4 months ago
Mariano Cano f93ad60cd8
Upgrade go.step.sm/crypto
This commit upgrades go.step.sm/crypto that includes the template
functions added with smallstep/crypto#539
4 months ago
Mariano Cano b9657b67e8
Merge pull request #1910 from smallstep/mariano/dns
Do strict DNS lookup on ACME
4 months ago
max furman 87c80203f8
make fmt 4 months ago
Mariano Cano 2b30ae5087
Show clean URL on HTTP-01 errors 4 months ago
Mariano Cano c79a4d5cc0
Add helper annotation on test function
Co-authored-by: Herman Slatman <hslatman@users.noreply.github.com>
4 months ago
Mariano Cano ed71ac024b
Wait for CA to start in a goroutine 4 months ago
Mariano Cano 5817c95a12
Upgrade github.com/smallstep/nosql 4 months ago
Mariano Cano 5c07d20ade
Do strict DNS lookup on ACME
This commit changes the ACME challenges to perform a strict DNS lookup
without taking into account the search list in a resolv.conf
4 months ago
Mariano Cano 8829b42278
Merge pull request #1903 from smallstep/mariano/validity
Add support for validities in templates
4 months ago
Mariano Cano f8bda96940
Apply suggestions from code review
Co-authored-by: Herman Slatman <hslatman@users.noreply.github.com>
4 months ago
Mariano Cano caea80d6b1
Use a tagged version of go.step.sm/crypto 4 months ago
github-actions[bot] 1704ab93a6
Merge pull request #1908 from smallstep/dependabot/go_modules/cloud.google.com/go/longrunning-0.5.8
Bump cloud.google.com/go/longrunning from 0.5.7 to 0.5.8
4 months ago
github-actions[bot] b3f538f27d
Merge pull request #1907 from smallstep/dependabot/go_modules/github.com/go-chi/chi/v5-5.1.0
Bump github.com/go-chi/chi/v5 from 5.0.14 to 5.1.0
4 months ago
github-actions[bot] 143c027c7c
Merge pull request #1906 from smallstep/dependabot/go_modules/google.golang.org/api-0.186.0
Bump google.golang.org/api from 0.185.0 to 0.186.0
4 months ago
dependabot[bot] 596dcb952b
Bump cloud.google.com/go/longrunning from 0.5.7 to 0.5.8
Bumps [cloud.google.com/go/longrunning](https://github.com/googleapis/google-cloud-go) from 0.5.7 to 0.5.8.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/longrunning/v0.5.7...longrunning/v0.5.8)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/longrunning
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
dependabot[bot] 0ca263c2f9
Bump github.com/go-chi/chi/v5 from 5.0.14 to 5.1.0
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.0.14 to 5.1.0.
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-chi/chi/compare/v5.0.14...v5.1.0)

---
updated-dependencies:
- dependency-name: github.com/go-chi/chi/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
dependabot[bot] 12e7089b1f
Bump google.golang.org/api from 0.185.0 to 0.186.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.185.0 to 0.186.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.185.0...v0.186.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
Mariano Cano cb9abbe25b
Add support for validities in templates
This commit upgrades go.step.sm/crypto with a version that adds support
for setting validity bounds in templates. It also adds support for these
in the certificate modifiers.

The priority for the validity bounds are:
1. Coming from flags.
2. Coming from the template.
3. Defaults.
4 months ago
github-actions[bot] a85723d9f8
Merge pull request #1897 from smallstep/dependabot/go_modules/google.golang.org/api-0.185.0
Bump google.golang.org/api from 0.184.0 to 0.185.0
4 months ago
Max c3beeaf44c
Merge branch 'master' into dependabot/go_modules/google.golang.org/api-0.185.0 4 months ago
github-actions[bot] 367d90d0cc
Merge pull request #1898 from smallstep/dependabot/go_modules/github.com/go-chi/chi/v5-5.0.14
Bump github.com/go-chi/chi/v5 from 5.0.12 to 5.0.14
4 months ago
dependabot[bot] 27bea359cb
Bump github.com/go-chi/chi/v5 from 5.0.12 to 5.0.14
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.0.12 to 5.0.14.
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-chi/chi/compare/v5.0.12...v5.0.14)

---
updated-dependencies:
- dependency-name: github.com/go-chi/chi/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
github-actions[bot] 5eb1849a8f
Merge pull request #1896 from smallstep/dependabot/github_actions/softprops/action-gh-release-2.0.6
Bump softprops/action-gh-release from 2.0.5 to 2.0.6
4 months ago
Max ee69818c27
Merge branch 'master' into dependabot/go_modules/google.golang.org/api-0.185.0 4 months ago
github-actions[bot] 7ff52f6e6c
Merge pull request #1899 from smallstep/dependabot/go_modules/github.com/fxamacker/cbor/v2-2.7.0
Bump github.com/fxamacker/cbor/v2 from 2.6.0 to 2.7.0
4 months ago
Carl Tashian 12c2e75db6
Update goreleaser YML version (#1901)
* Update goreleaser YML version

* Update http-retryable go pkg

---------

Co-authored-by: max furman <mx.furman@gmail.com>
4 months ago
dependabot[bot] d12d866f84
Bump github.com/fxamacker/cbor/v2 from 2.6.0 to 2.7.0
Bumps [github.com/fxamacker/cbor/v2](https://github.com/fxamacker/cbor) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/fxamacker/cbor/releases)
- [Commits](https://github.com/fxamacker/cbor/compare/v2.6.0...v2.7.0)

---
updated-dependencies:
- dependency-name: github.com/fxamacker/cbor/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
dependabot[bot] 43bf6b5a46
Bump google.golang.org/api from 0.184.0 to 0.185.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.184.0 to 0.185.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.184.0...v0.185.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
dependabot[bot] fffffc60a8
Bump softprops/action-gh-release from 2.0.5 to 2.0.6
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](69320dbe05...a74c6b72af)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
github-actions[bot] 9bf6a8369f
Merge pull request #1891 from smallstep/dependabot/go_modules/google.golang.org/protobuf-1.34.2
Bump google.golang.org/protobuf from 1.34.1 to 1.34.2
4 months ago
dependabot[bot] 43bdd61803
Bump google.golang.org/protobuf from 1.34.1 to 1.34.2
Bumps google.golang.org/protobuf from 1.34.1 to 1.34.2.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
github-actions[bot] 1563c264bd
Merge pull request #1890 from smallstep/dependabot/go_modules/google.golang.org/api-0.184.0
Bump google.golang.org/api from 0.183.0 to 0.184.0
4 months ago
github-actions[bot] 14230d8696
Merge pull request #1889 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.47.1
Bump go.step.sm/crypto from 0.47.0 to 0.47.1
4 months ago
dependabot[bot] 958c344f18
Bump google.golang.org/api from 0.183.0 to 0.184.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.183.0 to 0.184.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.183.0...v0.184.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
dependabot[bot] 8a7892463d
Bump go.step.sm/crypto from 0.47.0 to 0.47.1
Bumps [go.step.sm/crypto](https://github.com/smallstep/crypto) from 0.47.0 to 0.47.1.
- [Release notes](https://github.com/smallstep/crypto/releases)
- [Commits](https://github.com/smallstep/crypto/compare/v0.47.0...v0.47.1)

---
updated-dependencies:
- dependency-name: go.step.sm/crypto
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago