Skip to content

Commit

Permalink
Merge pull request #115 from xmidt-org/denopink/feature/jwk-migration
Browse files Browse the repository at this point in the history
FR: JWK Migration
  • Loading branch information
denopink authored Aug 24, 2022
2 parents 146c5eb + 8921ee7 commit 0f35d7a
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 43 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
- JWT Migration JWK Migration #113
- update argus & bascule dependencies
- replaced `ancla.Initialize` with `ancla.NewService`
- removed `Measures Measures` from `Config` and introduced `ListenerConfig`

## [v0.3.9]
- Updated wrp decoding for webhook registration to accept an int in seconds or a string of the form "5m". [#103](https://github.com/xmidt-org/ancla/pull/103)
Expand Down
15 changes: 3 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,16 @@ module github.com/xmidt-org/ancla
go 1.15

require (
emperror.dev/errors v0.8.1 // indirect
github.com/go-kit/kit v0.12.0
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c // indirect
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
github.com/prometheus/client_golang v1.13.0
github.com/spf13/afero v1.9.2 // indirect
github.com/spf13/cast v1.5.0
github.com/spf13/viper v1.12.0 // indirect
github.com/stretchr/testify v1.8.0
github.com/subosito/gotenv v1.4.0 // indirect
github.com/xmidt-org/argus v0.9.0
github.com/xmidt-org/bascule v0.10.2
github.com/xmidt-org/argus v0.9.1
github.com/xmidt-org/bascule v0.11.0
github.com/xmidt-org/httpaux v0.3.2
github.com/xmidt-org/sallust v0.1.6 // indirect
github.com/xmidt-org/themis v0.4.8 // indirect
github.com/xmidt-org/touchstone v0.1.2
github.com/xmidt-org/webpa-common v1.11.9
github.com/xmidt-org/webpa-common/v2 v2.0.6
github.com/xmidt-org/webpa-common/v2 v2.0.7
go.uber.org/fx v1.18.1
gopkg.in/ini.v1 v1.66.6 // indirect
)
Loading

0 comments on commit 0f35d7a

Please sign in to comment.