Commit Graph

4209 Commits (cd21f8d51f8fc34b115b538a5960717f4083f270)
 

Author SHA1 Message Date
Herman Slatman cd21f8d51f
Refactor OIDC verifier instantation to happen only once 5 months ago
Herman Slatman 19feae520b
Add test for ACME initialization with Wire challenges 5 months ago
Herman Slatman 14e8d47118
Skip Wire option validation and initialization if not enabled 5 months ago
Herman Slatman 8a9b1b3f79
Move Wire option validation to provisioner initialization 5 months ago
Herman Slatman 79943d2e5e
Merge branch 'wire-acme-extensions' into herman/wire-acme-improvements 5 months ago
Herman Slatman a0e4cba024
Merge branch 'master' into wire-acme-extensions 5 months ago
Panagiotis Siatras dd1ff9c15b
Implementation of the Prometheus endpoint (#1669)
Implementation of the http://{metricsAddress}/metrics Prometheus endpoint.
5 months ago
Herman Slatman 675e418fc3
Merge branch 'master' into wire-acme-extensions 5 months ago
Herman Slatman 502334fd82
Merge pull request #1689 from smallstep/beltram/wire-acme-extensions
Use two separate Wire identifier types
5 months ago
Herman Slatman a38132aa58
Fix policy check for Wire user and device identifiers 5 months ago
Herman Slatman 93ba1654ea
Fix tests to work with Wire `UserID` and `DeviceID` 5 months ago
Herman Slatman 4d4719a48f
Change URLs used in DPoP template test 5 months ago
beltram 9eed61a9c5 use switch statement 5 months ago
beltram b8eb559ee9
Update acme/order.go
Co-authored-by: Herman Slatman <hslatman@users.noreply.github.com>
5 months ago
github-actions[bot] 27ea4de240
Merge pull request #1687 from smallstep/dependabot/go_modules/google.golang.org/api-0.157.0
Bump google.golang.org/api from 0.156.0 to 0.157.0
5 months ago
github-actions[bot] b0833d7992
Merge pull request #1686 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.42.0
Bump go.step.sm/crypto from 0.41.0 to 0.42.0
5 months ago
dependabot[bot] bcaf8a5624
Bump google.golang.org/api from 0.156.0 to 0.157.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.156.0 to 0.157.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.156.0...v0.157.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>
5 months ago
dependabot[bot] 18d3b7f61e
Bump go.step.sm/crypto from 0.41.0 to 0.42.0
Bumps [go.step.sm/crypto](https://github.com/smallstep/crypto) from 0.41.0 to 0.42.0.
- [Release notes](https://github.com/smallstep/crypto/releases)
- [Commits](https://github.com/smallstep/crypto/compare/v0.41.0...v0.42.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
5 months ago
beltram a3de984ee3 fix: use 2 separate identifiers for Wire 5 months ago
Herman Slatman 6ee0d70bec
Add check for empty deviceID in target URI template evaluation 6 months ago
Herman Slatman 7e6356ece2
Merge pull request #1670 from smallstep/herman/remove-rusty-cli
Remove `rusty-jwt-cli`
6 months ago
Herman Slatman 51d1270541
Merge pull request #1681 from smallstep/herman/fix-wire-extensions
Improve access and dpop token validation
6 months ago
Herman Slatman 19dbd02451
Add audience validation to access, dpop and id token 6 months ago
Herman Slatman 2f3819aa4e
Use key authorization from ID token and `handle` -> `preferred_username` 6 months ago
Herman Slatman 36e14de882
Improve Wire persistence errors 6 months ago
Herman Slatman f150a4f850
Remove `sync.Once` for Wire configuration validation 6 months ago
Herman Slatman f221232a80
Fix ACME `Validate` test for Wire DPoP challenge 6 months ago
Herman Slatman b9254744a2
Fix validations for DPoP client ID, nonce and issuer 6 months ago
Herman Slatman 0a7fe6ebe9
Comment DPoP token checks that fail e2e test (currently) 6 months ago
Herman Slatman 0f0f060149
Improve access and dpop token validation 6 months ago
Herman Slatman 17578b57f2
Merge pull request #1673 from smallstep/herman/wire-template-transform
Add OIDC token template transformation
6 months ago
Herman Slatman 31bba6fbd8
Merge branch 'wire-acme-extensions' into herman/remove-rusty-cli 6 months ago
Herman Slatman 33be5523da
Merge branch 'master' into wire-acme-extensions 6 months ago
Herman Slatman 7680da7c57
Add realistic OIDC payload to Wire integration test 6 months ago
Herman Slatman 99934ec9a3
Improve test coverage for `wireOIDC01Validate` 6 months ago
Herman Slatman 37106a438a
Fix Wire integration test by acting on realistic access/dpop token 6 months ago
Herman Slatman 7520736f5b
Improve test coverage for `wireDPOP01Validate` 6 months ago
Herman Slatman a24b2a5c84
Add test case for `validateWireOIDCClaims` 6 months ago
Herman Slatman 8f129a6ced
Add test for `wireDPOP01Validate` 6 months ago
Herman Slatman d84abac4df
Add test for `wireOIDC01Validate` 6 months ago
Herman Slatman a2304c8498
Add tests for Wire ID parsing 6 months ago
Herman Slatman c46434f6e0
Make the example Wire handle consistent 6 months ago
Herman Slatman bca179d611
Make the Wire API integration test a bit more like the real flow 6 months ago
github-actions[bot] 3a840bf605
Merge pull request #1676 from smallstep/dependabot/go_modules/google.golang.org/api-0.156.0
Bump google.golang.org/api from 0.155.0 to 0.156.0
6 months ago
dependabot[bot] 5b35f5c2d7
Bump google.golang.org/api from 0.155.0 to 0.156.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.155.0 to 0.156.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.155.0...v0.156.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>
6 months ago
github-actions[bot] ff7e2f9c2d
Merge pull request #1675 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.41.0
Bump go.step.sm/crypto from 0.40.0 to 0.41.0
6 months ago
Herman Slatman 2efd1f682d
Fix expected error type check 6 months ago
dependabot[bot] ee4f51a7af
Bump go.step.sm/crypto from 0.40.0 to 0.41.0
Bumps [go.step.sm/crypto](https://github.com/smallstep/crypto) from 0.40.0 to 0.41.0.
- [Release notes](https://github.com/smallstep/crypto/releases)
- [Commits](https://github.com/smallstep/crypto/compare/v0.40.0...v0.41.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
6 months ago
Herman Slatman 7d5a79190d
Add tests for Wire `OIDC` and `DPoP` token persistence 6 months ago
Herman Slatman 768a08965d
Store transformed OIDC token 6 months ago