Michael Cornel
f6b95c0df8
feat: allow to set non-default authorization request response mode ( #3001 )
...
* Update Go version in devcontainer
* Add option to change response mode in authorization request
* Fix option name
* Update docs and changelog
* Rename config value to underscore
* Add unit tests for added parameter
* Move change to upcoming release
* Generate alpha config
---------
Co-authored-by: Michael Cornel <michael@stieler.it>
2025-03-31 10:04:19 +02:00
Copolycube
b34b617aad
docs: fix gitlab docs url for oauth2 integration ( #3002 )
...
* Update gitlab.md with correct url for creating an application
* docs: fix gitlab docs url for oauth2 integration
---------
Co-authored-by: Jan Larwig <jan@larwig.com>
2025-03-29 10:47:54 +01:00
renovate[bot]
99c4c654d9
chore(deps): update docker-compose ( #3005 )
2025-03-25 21:14:00 +01:00
Evan Gibler
b2c69e25eb
feat: update HashNonce to use crypto/sha256 ( #2967 )
...
Signed-off-by: egibs <20933572+egibs@users.noreply.github.com>
2025-03-25 21:12:37 +01:00
renovate[bot]
44d035c32c
chore(deps): update dependency golangci/golangci-lint to v1.64.8 ( #3004 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-25 21:03:35 +01:00
github-actions[bot]
2ab22bd9f1
release v7.8.2 ( #3012 )
...
* update to release version v7.8.2
* docs: release letter
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jan Larwig <jan@larwig.com>
v7.8.2
2025-03-25 20:45:16 +01:00
Jan Larwig
46554b5bff
chore(deps): update golang dependencies and pin to latest golang v1.23.x release ( #3011 )
...
Signed-off-by: Jan Larwig <jan@larwig.com>
2025-03-25 20:22:56 +01:00
renovate[bot]
669acb9811
chore(deps): update module github.com/golang-jwt/jwt/v5 to v5.2.2 [security] ( #3003 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-25 19:57:40 +01:00
renovate[bot]
4e2100a287
chore(deps): update gomod ( #2952 )
...
* chore(deps): update gomod
Co-authored-by: Jan Larwig <jan@larwig.com>
2025-03-19 22:19:40 +01:00
renovate[bot]
ef51685491
chore(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.49.0
2025-03-19 00:48:38 +01:00
Olivier Mengué
8a8fcab580
deps: remove tools/reference-gen from go.mod
...
Remove github.com/oauth2-proxy/tools/reference-gen from dependencies.
Instead we are now running it with "go run" with a version suffix.
Long version:
- github.com/oauth2-proxy/tools/reference-gen is removed from
tools/tool/go
- in pkg/apis/options/doc.go we now run reference-run with a version
suffix (go run package@version) with the version comming from go.mod.
- the "//go:generate" line is split in 2 lines (using the -command
flag) for readability
- "go mod tidy" for cleaning dependencies from go.mod, go.sum
Note: we are not upgrading reference-gen here. That will be a further
separate change.
2025-03-19 00:37:11 +01:00
renovate[bot]
9ac8f4b5de
chore(deps): update docker-compose
2025-03-12 09:17:13 +01:00
Jan Larwig
a01abbd9b2
Merge pull request #2957 from oauth2-proxy/renovate/golangci-golangci-lint-1.x
...
chore(deps): update dependency golangci/golangci-lint to v1.64.7
2025-03-12 08:55:55 +01:00
renovate[bot]
67c1cd6ee7
chore(deps): update dependency golangci/golangci-lint to v1.64.7
2025-03-12 07:52:38 +00:00
Jan Larwig
089c0eaae1
Merge pull request #2956 from oauth2-proxy/renovate/alpine-3.x
...
chore(deps): update alpine docker tag to v3.21.3
2025-03-12 08:51:45 +01:00
renovate[bot]
33e7c052dc
chore(deps): update alpine docker tag to v3.21.3
2025-03-12 07:46:30 +00:00
renovate[bot]
ee7d79c5d9
chore(deps): update module github.com/go-jose/go-jose/v3 to v3.0.4 [security]
2025-03-12 08:46:00 +01:00
Joel Speed
b05be4b1af
Merge pull request #2977 from dsymonds/master
...
Update golang.org/x/net to v0.36.0.
2025-03-05 16:30:32 +07:00
David Symonds
8a36a6622d
Update golang.org/x/net to v0.36.0.
...
This addresses CVE-2025-22870 (https://go.dev/issue/71984 ).
2025-03-05 08:13:48 +11:00
Joel Speed
5f4fdbba24
Merge pull request #2969 from dsymonds/master
...
Update golang.org/x/oauth2 to v0.27.0.
2025-02-25 16:47:14 +07:00
David Symonds
cc87465e9b
Update golang.org/x/oauth2 to v0.27.0.
...
This addresses CVE-2025-22868 (https://go.dev/issue/71490 ).
2025-02-25 20:42:09 +11:00
Joel Speed
a25fef7cbf
Merge pull request #2697 from matpen-wi/feat/max-age-instead-of-expires
...
pkg/cookies: use 'Max-Age' instead of 'Expires' for cookie expiration
2025-02-24 18:27:22 +07:00
Matthias Penner
a393ea3ca0
pkg/cookies: use 'Max-Age' instead of 'Expires' for cookie expiration
2025-02-24 11:14:51 +01:00
Joel Speed
80189a9973
Merge pull request #2960 from v0tti/fix_trusted_ip_docs
...
fix: wrong documentation for --trusted-ip (#2959 )
2025-02-19 00:31:47 +07:00
Alexander Votteler
876feeeb3f
fix: wrong documentation for --trusted-ip in v7.6, v7.7, v7.8
2025-02-18 17:44:33 +01:00
Alexander Votteler
38bb15300e
fix: wrong documentation for --trusted-ip ( #2959 )
2025-02-17 19:51:37 +01:00
renovate[bot]
2d29cee51e
chore(deps): update helm release dex to v0.20.0 ( #2936 )
2025-02-01 10:02:41 +01:00
renovate[bot]
b72a9f41ea
chore(deps): update gomod ( #2937 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-30 12:31:14 +01:00
Joel Speed
8b6e845f27
Merge pull request #2941 from tuunit/doc/add-entra-id-to-issue-template
...
doc: add entra id to issue templates
2025-01-29 23:32:26 +07:00
Jan Larwig
0364f1b32f
doc: add entra id to issue templates
2025-01-29 14:58:53 +01:00
Joel Speed
39bae25aa2
Merge pull request #2927 from tuunit/chore/bump-golang-1.23
...
chore(deps/build): bump golang to 1.23 and use go.mod as single point of truth for all build files
2025-01-21 10:12:53 +00:00
Jan Larwig
67f3da232a
fix(test): syntax violation of json with one too many closing curly brackets
2025-01-20 20:45:45 +01:00
Jan Larwig
3cf74c21f8
doc: update changelog
2025-01-20 20:45:45 +01:00
Jan Larwig
9b32699c26
chore(deps): update all go depedencies
2025-01-20 20:45:45 +01:00
Jan Larwig
58527ec6c9
chore(build): retrieve go version from go.mod as single point of truth
2025-01-20 20:45:45 +01:00
renovate[bot]
4c823a66c7
chore(deps): update helm release oauth2-proxy to v7.10.2 ( #2934 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-20 20:44:56 +01:00
renovate[bot]
b7a8d38b9d
chore(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.48.0
2025-01-20 19:47:48 +01:00
Joel Speed
04cc932976
Merge pull request #2922 from oauth2-proxy/release/v7.8.1
...
release v7.8.1
v7.8.1
2025-01-15 11:36:19 +00:00
Jan Larwig
0edecd381e
update release highlights
2025-01-15 12:22:44 +01:00
github-actions[bot]
c580b7fad7
update to release version v7.8.1
2025-01-15 11:04:42 +00:00
Joel Speed
46b3b261af
Merge pull request #2920 from tuunit/fix/missing-version-during-docker-built
...
fix: missing oauth2-proxy version for docker builds
2025-01-15 10:57:50 +00:00
Jan Larwig
a29eda3a6d
Merge branch 'master' into fix/missing-version-during-docker-built
2025-01-15 09:08:42 +01:00
stomekpe
f31e02cebd
fix: jwt regex validation error during skip-jwt-bearer-tokens flow ( #2888 )
...
---------
Co-authored-by: Jan Larwig <jan@larwig.com>
2025-01-15 09:06:21 +01:00
Jan Larwig
f1a5011108
fix: setting missing version during docker built
2025-01-14 16:29:26 +01:00
Joel Speed
fafb47e45a
Merge pull request #2914 from oauth2-proxy/release/v7.8.0
...
release v7.8.0
v7.8.0
2025-01-14 11:38:46 +00:00
tuunit
8dd2cbec4d
fix: systemd socket support build handling for windows
2025-01-13 16:41:33 +01:00
tuunit
ae5b5dc45f
doc: update release v7.8.0 changelog
2025-01-13 16:41:33 +01:00
github-actions[bot]
f2ce83b154
doc: add new docs version 7.8.x
2025-01-13 16:41:19 +01:00
renovate[bot]
f400e6f340
chore(deps): update gitea/gitea docker tag to v1.23.1
2025-01-12 20:33:51 +01:00
renovate[bot]
c90487926c
chore(deps): update alpine docker tag to v3.21.2
2025-01-12 18:46:57 +01:00