Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update authservice to v1.0.3 (#893)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cgr.dev/du-uds-defenseunicorns/authservice-fips](https://images.chainguard.dev/directory/image/authservice-fips/overview) ([source](https://redirect.github.com/chainguard-images/images-private/tree/HEAD/images/authservice-fips)) | patch | `1.0.2` -> `1.0.3` | | [ghcr.io/istio-ecosystem/authservice/authservice](https://redirect.github.com/istio-ecosystem/authservice) | patch | `1.0.2` -> `1.0.3` | | [registry1.dso.mil/ironbank/istio-ecosystem/authservice](https://redirect.github.com/istio-ecosystem/authservice) ([source](https://repo1.dso.mil/dsop/istio-ecosystem/authservice)) | patch | `1.0.2-ubi9` -> `1.0.3-ubi9` | --- ### Release Notes <details> <summary>istio-ecosystem/authservice (ghcr.io/istio-ecosystem/authservice/authservice)</summary> ### [`v1.0.3`](https://redirect.github.com/istio-ecosystem/authservice/releases/tag/v1.0.3) [Compare Source](https://redirect.github.com/istio-ecosystem/authservice/compare/v1.0.2...v1.0.3) Authservice 1.0.3 adds support for PKCE in the Authorization Code Grant Flow. Thanks [@​gdasson](https://redirect.github.com/gdasson) for your contribution! More details about PKCE can be found here: https://oauth.net/2/pkce/ https://blog.postman.com/what-is-pkce/ It also comes with a change to not allow Client IDs to have the `:` character, as it breaks client authentication when calling the token endpoint. This is now properly validated and the configuration is rejected. ##### Detailed Changelog - Validate that clientId does not contain ':' by [@​nacx](https://redirect.github.com/nacx) in [https://github.com/istio-ecosystem/authservice/pull/266](https://redirect.github.com/istio-ecosystem/authservice/pull/266) - chore: use a better maintained and more flexible license checker tool by [@​nacx](https://redirect.github.com/nacx) in [https://github.com/istio-ecosystem/authservice/pull/267](https://redirect.github.com/istio-ecosystem/authservice/pull/267) - Add support for PKCE by [@​gdasson](https://redirect.github.com/gdasson) in [https://github.com/istio-ecosystem/authservice/pull/265](https://redirect.github.com/istio-ecosystem/authservice/pull/265) ##### New Contributors - [@​gdasson](https://redirect.github.com/gdasson) made their first contribution in [https://github.com/istio-ecosystem/authservice/pull/265](https://redirect.github.com/istio-ecosystem/authservice/pull/265) 🎉 **Full Changelog**: istio-ecosystem/authservice@v1.0.2...v1.0.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/defenseunicorns/uds-core). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Chance <139784371+UnicornChance@users.noreply.github.com>
- Loading branch information