Joel Speed
|
a17c48810f
|
Merge pull request #548 from oauth2-proxy/move-logging-options
Separate logging options out of main options structure
|
2020-05-31 14:15:18 +01:00 |
|
Joel Speed
|
94e31f8b65
|
Ensure exclude-logging-paths is consistent with other options
|
2020-05-31 14:09:28 +01:00 |
|
Joel Speed
|
f7c88f53d1
|
Update changelog for logging options move
|
2020-05-31 14:09:24 +01:00 |
|
Joel Speed
|
bbc4eee17e
|
Create Logging FlagSet and Default
|
2020-05-31 14:08:00 +01:00 |
|
Joel Speed
|
3cbac6122d
|
Move configuration of logger to separate file
|
2020-05-31 14:08:00 +01:00 |
|
Joel Speed
|
3afcadae76
|
Move logging options to a struct
|
2020-05-31 14:08:00 +01:00 |
|
 Joel SpeedandHenry Jenkins
|
f7b28cb1d3
|
Improvements to Session State code (#536)
* Drop SessionStateJSON wrapper
* Use EncrpytInto/DecryptInto to reduce sessionstate
Co-authored-by: Henry Jenkins <henry@henryjenkins.name>
|
2020-05-30 08:53:38 +01:00 |
|
Joel Speed
|
11c8a983c8
|
Merge pull request #582 from oauth2-proxy/dependabot/bundler/docs/activesupport-6.0.3.1
Bump activesupport from 6.0.2.1 to 6.0.3.1 in /docs
|
2020-05-27 10:03:56 +01:00 |
|
Joel Speed
|
03a0e1a0e3
|
Merge pull request #414 from ti-mo/cookie-secret-cipher-xauthrequest
Always encrypt sessions regardless of configuration
|
2020-05-24 21:27:22 +01:00 |
|
 Joel SpeedandHenry Jenkins
|
810a9e9967
|
Rename cookie-domain config to cookie-domains (#559)
Co-authored-by: Henry Jenkins <henry@henryjenkins.name>
|
2020-05-24 20:19:56 +01:00 |
|
Joel Speed
|
a0085e9015
|
Add changelog entry for 489 (#572)
|
2020-05-23 18:49:09 +01:00 |
|
Joel Speed
|
236c7fa60e
|
Merge pull request #489 from oauth2-proxy/move-options
Move Options and Validation to packages
|
2020-05-23 15:59:29 +01:00 |
|
Joel Speed
|
cce2c680d8
|
Move RealClientIP code to IP packages
|
2020-05-23 15:17:41 +01:00 |
|
Joel Speed
|
c3f9cbeb3d
|
Remove Env tags from Cookie and Session Options
|
2020-05-21 22:43:42 +01:00 |
|
Joel Speed
|
189ed4de8f
|
Move FlagSet to Options package
|
2020-05-21 22:43:42 +01:00 |
|
Joel Speed
|
1fd4ebe546
|
Remove Env tags from Options
|
2020-05-21 22:43:42 +01:00 |
|
Joel Speed
|
44b27e0208
|
Move Options and Validation to package
|
2020-05-21 22:43:42 +01:00 |
|
Joel Speed
|
d0cfca4b73
|
Merge pull request #529 from oauth2-proxy/test-environment
Add local test environments for testing changes and new features
|
2020-05-12 16:19:27 +01:00 |
|
Joel Speed
|
2e37da4dc4
|
Update changelog for test environment addition
|
2020-05-12 16:07:17 +01:00 |
|
Joel Speed
|
afef9c7588
|
Add nginx test environment to demonstrate protecting multiple subdomains
|
2020-05-12 16:06:17 +01:00 |
|
Joel Speed
|
0ccfc73ab2
|
Add test environment docker-compose files
|
2020-05-12 16:06:16 +01:00 |
|
Joel Speed
|
4e3dd09cf2
|
Drop fallback to email when user is empty (#537)
|
2020-05-12 16:04:51 +01:00 |
|
Joel Speed
|
53d8e99f05
|
Remove Syscll as a maintainer (#540)
|
2020-05-10 11:51:15 +01:00 |
|
 Joel SpeedandHenry Jenkins
|
de280824de
|
Drop support for pre v3.1 cookies (#535)
Co-authored-by: Henry Jenkins <henry@henryjenkins.name>
|
2020-05-10 10:09:53 +01:00 |
|
Joel Speed
|
24cdfa68b6
|
Set up code coverage within Travis for Code Climate (#533)
* Set up code coverage within Travis for Code Climate
* Include CodeClimate badges on ReadMe
|
2020-05-10 07:29:37 +01:00 |
|
 Joel SpeedandHenry Jenkins
|
07df29db37
|
Drop configure script in favour of native Makefile env and checks (#515)
Co-authored-by: Henry Jenkins <henry@henryjenkins.name>
|
2020-05-09 16:07:46 +01:00 |
|
Joel Speed
|
8d3de2dc75
|
Tidy changelog and update releases to v5.1.1 (#526)
|
2020-05-06 19:00:12 +01:00 |
|
Joel Speed
|
0d5fa211df
|
Merge pull request from GHSA-j7px-6hwj-hpjg
|
2020-05-06 12:42:02 +01:00 |
|
Joel Speed
|
f7c050e7ba
|
Switch flags to PFlag to remove StringArray (#487)
|
2020-05-03 16:55:20 +01:00 |
|
Joel Speed
|
eae652d986
|
Merge pull request #484 from oauth2-proxy/cookie-options-rename
Replace configuration loading with Viper
|
2020-05-03 12:14:17 +01:00 |
|
Joel Speed
|
00fed1a31f
|
Return an error when unknown options are found in the config file
|
2020-04-29 20:00:16 +01:00 |
|
Joel Speed
|
c5be09ca48
|
Replace options loading with viper
|
2020-04-29 19:51:24 +01:00 |
|
Joel Speed
|
8749cbb424
|
Add Viper based config loader
|
2020-04-29 19:51:24 +01:00 |
|
Joel Speed
|
e49f8542bc
|
Rename Session Options to improve structure
|
2020-04-29 19:51:24 +01:00 |
|
Joel Speed
|
458710149c
|
Rename Cookie Options to remove extra 'Cookie'
|
2020-04-29 19:51:24 +01:00 |
|
Joel Speed
|
581475feec
|
Set-Basic-Auth should default to false
|
2020-04-13 14:57:24 +01:00 |
|
Joel Speed
|
fcd52e042e
|
Warn users when session cookies are split
|
2020-04-12 12:01:38 +01:00 |
|
Joel Speed
|
c02d560bf4
|
Merge pull request #432 from oauth2-proxy/update-deps
Update ruby dependencies for documentation
|
2020-03-29 17:41:58 +01:00 |
|
Joel Speed
|
c0fb7e81fc
|
Merge pull request #464 from oauth2-proxy/migration
Migrate to oauth2-proxy/oauth2-proxy
|
2020-03-29 16:32:39 +01:00 |
|
Joel Speed
|
f832eb1446
|
Update changelog and readme to reflect migration
|
2020-03-29 16:24:41 +01:00 |
|
Joel Speed
|
802754caad
|
Migrate to oauth2-proxy/oauth2-proxy
|
2020-03-29 15:40:10 +01:00 |
|
Joel Speed
|
4cdedc8f50
|
Merge pull request #463 from pusher/release-5.1.0
Update Changelog for Release 5.1.0
|
2020-03-29 13:41:30 +01:00 |
|
Joel Speed
|
9dcd8255bf
|
Update CHANGELOG for v5.1.0 release
|
2020-03-29 13:19:38 +01:00 |
|
Joel Speed
|
8d69d55de4
|
Update Go and GolangCI-Lint
|
2020-03-29 13:17:54 +01:00 |
|
Joel Speed
|
e3fb25efe6
|
Merge pull request #434 from jordancrawfordnz/pass-user-headers-prefer-email
Support the PreferEmailToUser option on PassUserHeaders
|
2020-03-08 15:31:34 +00:00 |
|
Joel Speed
|
666d4c3db1
|
Merge pull request #430 from pusher/stale-action
Add GitHub Action to tidy stale issues
|
2020-03-02 10:34:51 +00:00 |
|
Joel Speed
|
85891a2261
|
Add GitHub Action to tidy stale issues
|
2020-03-01 15:59:52 +00:00 |
|
Joel Speed
|
79a0759c10
|
Merge pull request #358 from pusher/JoelSpeed-codeowners
Add @JoelSpeed to CODEOWNERS
|
2020-01-23 14:25:28 +00:00 |
|
Joel Speed
|
cfc2daa220
|
Merge pull request #361 from nawa/fix-linting
Fix linting error about const
|
2020-01-22 12:18:01 +00:00 |
|
Joel Speed
|
14db073807
|
Add JoelSpeed to CODEOWNERS
|
2020-01-20 19:39:31 +00:00 |
|
Joel Speed
|
5f86ea5c75
|
Merge pull request #357 from pusher/dependabot/bundler/docs/rubyzip-2.0.0
Bump rubyzip from 1.2.2 to 2.0.0 in /docs
|
2020-01-20 19:34:46 +00:00 |
|
Joel Speed
|
ec72ee8bf1
|
Merge pull request #339 from clubhouse/pgroudas/add-samesite-cookie-options
Add SameSite cookie configuration value for session cookie
|
2020-01-20 19:24:23 +00:00 |
|
Joel Speed
|
17d9961cb9
|
Merge branch 'master' into pgroudas/add-samesite-cookie-options
|
2020-01-20 19:21:51 +00:00 |
|
Joel Speed
|
038ee169bd
|
Merge pull request #280 from kamaln7/kamal/whitelist-redirects-with-ports
Allow redirects to whitelisted hosts with ports
|
2020-01-15 14:44:10 +00:00 |
|
Joel Speed
|
7663565cd3
|
Merge pull request #332 from pusher/fix-changelog
Fix changelog entry release
|
2019-12-17 13:35:35 +00:00 |
|
Joel Speed
|
effe1e0bdb
|
Fix changelog entry release
|
2019-12-17 12:17:05 +00:00 |
|
Joel Speed
|
bb55b13242
|
Merge pull request #179 from Ramblurr/nextcloud-provider
Add nextcloud provider
|
2019-12-17 11:58:46 +00:00 |
|
Joel Speed
|
3a8b33a017
|
Merge branch 'master' into nextcloud-provider
|
2019-12-17 11:56:43 +00:00 |
|
Joel Speed
|
1fb6fb8173
|
Merge pull request #326 from thought-machine/release-notes
Add notes on how to create a release
|
2019-12-17 10:45:47 +00:00 |
|
Joel Speed
|
68abf7b2d8
|
Merge pull request #265 from cgroschupp/feat/static-upstream
Add upstream with static response
|
2019-11-19 15:01:44 +00:00 |
|
Joel Speed
|
5c9a0f8308
|
Fixup Changelog entries (#312)
|
2019-11-15 04:02:09 -08:00 |
|
Joel Speed
|
9fdb8acec6
|
Merge pull request #274 from toshi-miura/ap-gh-pagination-with-lastpage
Added pagination support for /user/teams github api with link header .
|
2019-11-14 14:26:02 +00:00 |
|
Joel Speed
|
6326660699
|
Merge branch 'master' into ap-gh-pagination-with-lastpage
|
2019-11-14 14:21:45 +00:00 |
|
Joel Speed
|
9f920b0fc1
|
Merge pull request #309 from lleszczu/customCaForRedis
Add support for Redis with custom CA.
|
2019-11-12 16:30:32 +00:00 |
|
Joel Speed
|
004b74332b
|
Merge pull request #304 from pusher/logos
Add new Logo! 🎉
|
2019-10-30 12:02:51 +00:00 |
|
Joel Speed
|
0df5a77c53
|
Update changlog
|
2019-10-30 10:25:51 +00:00 |
|
Joel Speed
|
bb8b6c0d51
|
Add logo to ReadMe
|
2019-10-30 10:04:41 +00:00 |
|
Joel Speed
|
acb0d3ab79
|
Add logo to docs site
|
2019-10-30 10:04:29 +00:00 |
|
Joel Speed
|
14601093c4
|
Add logos to docs folder
|
2019-10-30 09:57:24 +00:00 |
|
Joel Speed
|
572654a27b
|
Merge pull request #297 from syscll/docs-configuration-grammar
fix bad grammar in upstreams configuration docs
|
2019-10-26 15:05:54 +01:00 |
|
Joel Speed
|
6b8d2bdcc3
|
Merge pull request #285 from jmickey/Issue#259-RedirectToHTTPS
Redirect to HTTPS
|
2019-10-22 14:46:42 +01:00 |
|
Joel Speed
|
535f6b8e63
|
Merge branch 'master' into ap-gh-pagination-with-lastpage
|
2019-10-21 10:21:10 +01:00 |
|
Joel Speed
|
86977f7c7f
|
Merge pull request #258 from leyshon/feature/azure-idtoken
Add IDToken for Azure provider
|
2019-10-17 20:49:08 +01:00 |
|
Joel Speed
|
eb1d64a666
|
Merge branch 'master' into ap-gh-pagination-with-lastpage
|
2019-10-11 12:02:31 +01:00 |
|
Joel Speed
|
1afaf46656
|
Merge pull request #276 from sosiska/patch-1
Some code improvements
|
2019-10-09 17:41:36 +01:00 |
|
Joel Speed
|
63da5c64db
|
Merge pull request #275 from syscll/debian-buster
docker: build from debian buster
|
2019-10-08 11:22:36 +01:00 |
|
Joel Speed
|
ac10bc04ed
|
Merge pull request #272 from pusher/fix-links
Fix permalinks for configuration and sessions
|
2019-10-03 17:19:37 +01:00 |
|
Joel Speed
|
b515b90b34
|
Fix permalinks for configuration and sessions
|
2019-10-03 11:10:06 +01:00 |
|
Joel Speed
|
49f1320be6
|
Merge pull request #269 from YenTheFirst/escape-k8s-auth-signin
Escape original request URI in sample kubernetes ingress configuration
|
2019-10-02 09:33:54 +01:00 |
|
Joel Speed
|
721d28bd4f
|
Merge pull request #248 from VidAngel/support-x-auth-request-redirect
More fully support X-Auth-Request-Redirect header
|
2019-09-30 17:53:26 +01:00 |
|
Joel Speed
|
ac0d010371
|
Merge branch 'master' into support-x-auth-request-redirect
|
2019-09-30 17:21:05 +01:00 |
|
Joel Speed
|
44cdcc79c3
|
Merge pull request #227 from Ofinka/keycloak-provider
Add keycloak provider
|
2019-09-25 21:39:11 +01:00 |
|
Joel Speed
|
6683e35008
|
Merge pull request #250 from pusher/dependabot/bundler/docs/nokogiri-1.10.4
Bump nokogiri from 1.10.1 to 1.10.4 in /docs
|
2019-08-21 11:09:48 +01:00 |
|
Joel Speed
|
d00c14a2a7
|
Merge pull request #247 from pusher/release-v4.0.0
Update changelog for v4.0.0 release
|
2019-08-16 15:19:32 +01:00 |
|
Joel Speed
|
44ea6920a7
|
Update changelog for v4.0.0 release
|
2019-08-16 15:06:53 +01:00 |
|
Joel Speed
|
a165928458
|
Merge pull request #226 from continusec/makeheadersettingdeterministic
Made setting of proxied headers deterministic based on configuration alone
|
2019-08-16 14:41:14 +01:00 |
|
Joel Speed
|
c4559ea372
|
Merge pull request #241 from thought-machine/fix-docs-links
Fix links in docs
|
2019-08-15 12:07:37 +01:00 |
|
Joel Speed
|
7e3ad6b215
|
Merge branch 'master' into docFormat
|
2019-08-14 11:12:54 +01:00 |
|
Joel Speed
|
b167744b0a
|
Merge pull request #145 from rtluckie/feature/add_oidc_userinfo_support
Add OIDC support for UserInfo Endpoint Email Verification
|
2019-08-13 15:35:51 +01:00 |
|
Joel Speed
|
a91cce7ab9
|
Merge pull request #238 from thought-machine/fix-typo
Fix typos in changelog
|
2019-08-07 19:36:03 +01:00 |
|
Joel Speed
|
a882788efb
|
Merge branch 'master' into fix-changelog-typos
|
2019-08-05 11:17:28 +01:00 |
|
Joel Speed
|
88a7f9f483
|
Merge pull request #233 from steakunderscore/remove-dep
Remove dep from Travis CI & pre-install modules
|
2019-08-05 09:44:16 +01:00 |
|
Joel Speed
|
3f219bd85c
|
Merge pull request #225 from pusher/fix-codeowners
Fix CODEOWNERS file
|
2019-07-24 09:37:15 +01:00 |
|
Joel Speed
|
23309adc7c
|
Fix CODEOWNERS file
|
2019-07-24 09:21:08 +01:00 |
|
Joel Speed
|
6c4aca957e
|
Merge pull request #223 from pusher/maintainers
Add MAINTAINERS and update CODEOWNERS
|
2019-07-23 16:45:32 +01:00 |
|
Joel Speed
|
e48d28d1b9
|
Add MAINTAINERS and update CODEOWNERS
|
2019-07-23 16:20:45 +01:00 |
|
Joel Speed
|
8635391543
|
Merge pull request #178 from kskewes/pinglog
Add silence-ping-logging flag
|
2019-07-19 11:30:31 +01:00 |
|
Joel Speed
|
2c104c4e7d
|
Merge pull request #211 from steakunderscore/go-mod
Switch from dep to go modules
|
2019-07-17 10:21:09 +01:00 |
|
Joel Speed
|
7bf00b7f4a
|
Merge pull request #213 from pusher/fix-tls-flags
Correct TLS Flags broken in #186
|
2019-07-17 10:10:18 +01:00 |
|
Joel Speed
|
7b1132df13
|
Fix tls-*-file docs
|
2019-07-17 09:58:11 +01:00 |
|