ad3ee0f66c
update relase pipeline
2024-09-25 10:34:28 +02:00
41c8d5bfce
chore(deps): update all golang dependencies
2024-09-23 16:38:40 +02:00
fff5dd358f
doc: add example for caddy v2 forward_auth ( #2759 )
...
---------
Co-authored-by: Denis Dabischa <34655672+dabde@users.noreply.github.com >
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com >
2024-09-23 16:34:08 +02:00
bc034454f6
fix go version in DevContainer and contibution guide ( #2768 )
...
* Remove trailing whitespaces in contribution.md
They make the pre-commit hook "trailing-whitespace" fail.
* Correct Go version in DevContainer and Contibution guide
2024-09-23 16:23:27 +02:00
d365d5fc41
doc: fix toml key for provider ca certs ( #2780 )
...
* Fixed toml key of --provider-ca-file flag
2024-09-17 12:46:55 +02:00
4fe0d5659b
chore: fix function names in comment
...
Signed-off-by: yudrywet <yudeyao@yeah.net >
2024-09-15 09:34:15 +02:00
e91f09875a
Update docker-compose-nginx.yaml
...
working nginx example. docker-compose-nginx was missing some configuration to run out of the box.
2024-09-15 09:28:42 +02:00
d436e19183
Fix broken traefik docs link
...
Old link:
https://doc.traefik.io/traefik/middlewares/forwardauth/
Replaced with:
https://doc.traefik.io/traefik/middlewares/http/forwardauth/
2024-09-15 09:19:54 +02:00
e293dddef4
Merge pull request #2589 from ianroberts/file-upstream-rewrite
...
Add support for rewriteTarget in file: upstreams
2024-09-03 09:37:17 +01:00
e12ae03801
doc: explain value comma separation for plural environment variables ( #2732 )
...
* Mention value seperation for plural environment variables
* Mention value seperation for plural environment variables on version 7.6.x documentation
* change phrasing for better clarification
---------
Co-authored-by: tuunit <jan@larwig.com >
2024-09-02 20:13:47 +02:00
51c65c9e79
docs: added changelog entry for file upstream rewriteTarget
2024-09-02 11:27:48 +01:00
16f032bce9
Clarify what rewriteTarget means for a file: upstream
2024-09-02 11:27:28 +01:00
cb53401c3a
Don't use http.StripPrefix when a file: upstream has rewriteTarget
...
A regular (non-regex) file: upstream needs to strip the prefix so that it is equivalent to "mounting" the specified directory under the configured path in the URL space, but with regex rewriting the target path is determined by the rewriteTarget.
Fixes oauth2-proxy/oauth2-proxy#2242
2024-09-02 11:27:28 +01:00
b618ed7150
Test for a file:/// upstream combined with regex path rewrite
2024-09-02 11:27:28 +01:00
076d2df246
fix: add the OAuth2 image to the local environment examples in the compose file
2024-08-28 23:38:57 +02:00
1ba2353685
chore(deps): update dependency golangci/golangci-lint to v1.60.3
2024-08-28 23:34:14 +02:00
87b598c3c5
Add s390x nightly build
2024-08-28 23:26:30 +02:00
f71a7fd2a2
feature/s390x architecture support ( #2734 )
...
* Add s390x architecture support
* Update CHANGELOG
2024-08-23 09:02:02 +02:00
ecfa2ca83f
chore(deps): update dependency golangci/golangci-lint to v1.60.2
2024-08-21 11:59:39 +02:00
e22b8d0eca
doc: update maintainer emails ( #2748 )
2024-08-20 18:56:11 +02:00
f9a0a4a280
doc: fix typo in function description ( #2738 )
2024-08-20 18:41:23 +02:00
9a9e7b7a37
docs: restructure all options and flags ( #2747 )
...
* remove package lock file
* update next docs
* update latest v7.6 docs
* switch to npm install for docs
* sort sections alphabetically
2024-08-20 10:40:27 +02:00
95cbd0cdfb
Merge pull request #2723 from tuunit/docs/add-toml-fields
...
docs: restructure configuration options overview and optimize build and dependency management
2024-08-07 15:02:07 +07:00
12105c446f
add toml field
2024-07-26 20:14:49 +02:00
a15eba427d
reformatting of markdown tables
2024-07-26 19:48:10 +02:00
100ffdcb3d
chore(deps): update docker-compose ( #2714 )
...
* chore(deps): update docker-compose
* reduce specificity of keycloak tag
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jan Larwig <jan@larwig.com >
2024-07-25 23:23:17 +02:00
5aea780e46
chore(deps): update helm release oauth2-proxy to v7.7.9
2024-07-25 23:14:31 +02:00
4929dc4112
docs: fix broken traefik docs link in overview.md ( #2717 )
...
---------
Co-authored-by: Jan Larwig <jan@larwig.com >
2024-07-23 20:19:46 +02:00
ce8b63bc21
chore(examples): update keycloak to v25 ( #2706 )
...
---------
Co-authored-by: tuunit <jan@larwig.com >
2024-07-18 23:57:15 +02:00
ca25c906bb
docs: update provider list with refresh support ( #2711 )
...
---------
Co-authored-by: mikefab-msf <117652131+mikefab-msf@users.noreply.github.com >
2024-07-18 23:43:58 +02:00
49aa69b162
revert: ignoring non-code paths
2024-07-18 23:29:08 +02:00
0e4962a9e8
chore(ci): ignore markdown files for ci
2024-07-18 23:11:20 +02:00
f60b7f321f
chore(ci): add paths-ignore for none code related directories ( #2695 )
...
* add paths-ignore for none code related directories
* add missing pipe
2024-07-18 22:56:57 +02:00
343bd61ebb
chore(deps): Updated to ginkgo v2 ( #2459 )
...
* chore(deps): Updated to ginkgo v2
* fix basic auth test suite cleanup
* fix redis store tests
* add changelog entry
---------
Co-authored-by: Jan Larwig <jan@larwig.com >
2024-07-18 22:41:02 +02:00
211c605875
docs: additional notes about available claims for HeaderValue ( #2674 )
...
* docs: additional notes on HeaderValue
* docs: add code comments
* fix missing preferred_username
* regenerate docs
* add changelog entry
---------
Co-authored-by: afsu <saf@zjuici.com >
Co-authored-by: Jan Larwig <jan@larwig.com >
2024-07-18 22:31:19 +02:00
a22668eb8c
docs: make clear that any access token expiry dates are ignored ( #2644 )
...
* docs: make clear that any access token expiry dates are ignored
* clarify why access-token expiration cannot be validated
---------
Co-authored-by: Jan Larwig <jan@larwig.com >
2024-07-18 22:11:40 +02:00
3045392c17
feat: Replace default Go user-agent with oauth2-proxy and version ( #2570 )
...
* feat: Replace default Go user-agent with oauth2-proxy and version
* Add to CHANGELOG
* Make userAgentTransport configurable and composable
* Use correct naming convention for DefaultHTTPClient
* Move version to own package and use named arguments
* Update version path in Makefile
* Fix import path in Makefile
* Change importpath in dist.sh
* Minor style issues
2024-07-14 21:09:17 +01:00
45ec12bcae
Merge pull request #2700 from oauth2-proxy/renovate/docker-compose
2024-07-14 22:06:03 +02:00
8a6a3ef3a4
chore(deps): update docker-compose
2024-07-14 20:00:56 +00:00
9e23b57038
Merge pull request #2705 from oauth2-proxy/renovate/npm
2024-07-14 22:00:18 +02:00
4122e64dbc
chore(deps): update dependency @easyops-cn/docusaurus-search-local to v0.44.3
2024-07-14 19:56:28 +00:00
45fe2dcfd1
fix: docs link in SECURITY.md
2024-07-14 21:55:47 +02:00
9f64c67d65
Update SECURITY.md
2024-07-07 18:29:14 -03:00
6c0d1c5672
chore(deps): update helm release oauth2-proxy to v7.7.8
2024-07-01 21:57:05 +02:00
8dfb7e9b26
docs: update README and fix code some commentary typos ( #2608 )
...
* Update overview.md
see: fc701bfd6a/pkg/apis/options/options.go (L123)
* docs(code-commentary): typo
- fixed typo
---------
Co-authored-by: Jan Larwig <jan@larwig.com >
2024-06-24 22:15:24 +02:00
3460cd4c74
chore(deps): update dependency codeclimate/test-reporter to v1
...
Merge pull request #2564 from oauth2-proxy/renovate/codeclimate-test-reporter-1.x
2024-06-23 19:59:21 +02:00
70057d3056
strip v off of version for generating the correct download url
2024-06-23 19:54:01 +02:00
72ee8c8146
fix test reporter flags
2024-06-23 19:42:33 +02:00
ece8145bd4
Merge branch 'master' into renovate/codeclimate-test-reporter-1.x
2024-06-23 19:06:41 +02:00
94aa62eece
chore(deps): update helm release oauth2-proxy to v7
...
Merge pull request #2565 from oauth2-proxy/renovate/major-helmv3
2024-06-23 19:06:21 +02:00