Releases: chartmuseum/auth
Releases · chartmuseum/auth
chartmuseum/auth v0.5.0
- Add JMESPath support (thank you @marcoklaassen)
- Update JWT dependency to new maintained version (https://github.com/golang-jwt/jwt)
- Upgrade Go dependencies
chartmuseum/auth v0.4.5
- upgrade dependencies
chartmuseum/auth v0.4.4
- update jwt-go dependency (#11)
chartmuseum/auth v0.4.3
- update jwt-go dependency (#11)
chartmuseum/auth v0.4.2
- upgrade dependencies
chartmuseum/auth v0.4.1
- upgrade to go 1.14
- upgrade dependencies (testify)
chartmuseum/auth v0.4.0
- Allow for case-insensitive "Bearer" prefix in token auth header ("bearer" / "Bearer" / "BEARER" etc.)
- Add
EmptyDefaultNamespace
option on Authorizer, which will use empty string for default namespace when token contains none (e.x. scope of "repository::pull")
chartmuseum/auth v0.3.1
Just a re-release of v0.3.0 due to issues with sum.golang.org ...
chartmuseum/auth v0.3.0
- Update dependencies
- Build with Go 1.13
chartmuseum/auth v0.2.0
Some new features:
- Ability to add use a custom access entry type
- Ability to add
aud
andiss
fields to token claims - Ability to add
kid
field to token header