3c20d31a13
adjust for release
2023-11-07 10:18:49 +01:00
14a1cb8ea3
fix
2023-11-07 10:06:15 +01:00
506fdc56ad
changes
2023-11-07 10:02:31 +01:00
2ddbb8576f
documentation
2023-11-07 09:59:46 +01:00
86894f72ed
add ci script
2023-11-07 09:08:20 +01:00
Thom Seddon
c4317b7503
Allow to be run without middleware + improve request reading consistency ( #217 )
...
Prior to this change, the request URI was only ever read from the
X-Forwarded-Uri header which was only set when the container was
accessed via the forwardauth middleware. As such, it was necessary
to apply the treafik-forward-auth middleware to the treafik-forward-auth
container when running auth host mode.
This is a quirk, unnecessary complexity and is a frequent source of
configuration issues.
2021-06-24 21:45:28 +01:00
em0lar / Leo
4ffb6593d5
Add GitHub Actions workflow for creating binaries for releases ( #184 ) ( #199 )
...
* Add GitHub Actions workflow for creating binaries for releases
* Add sentence about binary files to README
* Cleanup + nicer way querying GitHub API
2021-02-01 20:28:00 +00:00
hesstobi
6c6f75e80d
Make listen port configurable ( #230 )
...
Co-authored-by: Tobias Hess <tobias.hess@energiekoppler.com>
2021-02-01 20:10:50 +00:00
Thom Seddon
8be8244b13
Switch to Github Actions for CI ( #219 )
2021-01-03 13:44:40 +00:00
Thom Seddon
f96a3fb332
Remove double brackets typo in readme ( #218 )
2020-12-10 21:39:49 +00:00
Thom Seddon
04f5499f0b
Allow override of domains and whitelist in rules ( #169 )
...
Co-authored-by: Mathieu Cantin <mcantin@petalmd.com>
Co-authored-by: Pete Shaw <lozlow@users.noreply.github.com>
2020-09-23 14:50:15 +01:00
Ricardo Sousa
1743537438
Fix simple-separate-pod url path ( #148 )
...
There is a missing slash in the `kubernetes/simple-separate-pod` example link, leading to a 404. This change fixes that url in the README.md file.
2020-07-17 14:14:27 +01:00
Thom Seddon
9e5994b959
Add Generic OAuth Provider ( #138 )
2020-06-29 21:04:42 +01:00
Thom Seddon
2937b04fdb
Add support for resource indicator to OIDC provider ( #131 )
2020-06-11 12:24:51 +01:00
Thom Seddon
fb8b216481
Optionally match emails against *either* whitelist or domains when both are provided ( #106 )
...
The previous behaviour would ignore domains if the whitelist parameter was provided, however if both parameters are provided then matching either is more likely the intent.
2020-06-03 14:11:59 +01:00
Thom Seddon
8b3a950162
Add logout endpoint ( #107 )
...
Add logout endpoint that clears the auth cookie + optional "logout-redirect" config option, to which, when set, the user will be redirected.
2020-06-03 14:00:47 +01:00
Thom Seddon
655eddeaf9
Add note on using auth host mode with selective auth
2020-05-26 14:55:23 +01:00
Thom Seddon
c63fd738d6
Rename selective auth + fix selective auth examples ( #130 )
2020-05-26 14:47:14 +01:00
Thom Seddon
8902cf8735
Use Traefik v2 in README examples and links + use consistent images in examples
2020-05-23 16:42:18 +01:00
Thom Seddon
f802a366de
Add note on avoiding rules that might break redirect flow
...
Tracked in #101
2020-05-07 15:28:00 +01:00
Thom Seddon
07f9587bc1
Modify references from Universal Authentication to Global Authentication
2020-05-07 15:22:48 +01:00
Thom Seddon
9abf5645b7
Add kubernetes examples + better document methods of applying authentication
...
Closes #33
2020-04-24 14:22:29 +01:00
Thom Seddon
3a66191314
Document ARM releases on docker hub
...
This is now confirmed to be working so fixes #38
2020-04-23 14:35:06 +01:00
Thom Seddon
3652a0b244
Add OIDC docs + examples
2020-02-10 17:09:09 +00:00
Thom Seddon
a99330e6b2
Fix typos
2019-09-30 10:44:46 +01:00
Sandro
5a676f3068
Fix rules argument ( #71 )
2019-09-20 16:28:11 +01:00
Thom Seddon
2c148d3a23
Add releases info to README
2019-06-10 12:19:53 +01:00
Thom Seddon
e7b567bc92
Fix typos. Inspired by #43
2019-05-13 11:27:31 +01:00
Thom Seddon
6f3ac5efe5
pre-release logging + docs improvements and fixes
2019-05-07 12:05:47 +01:00
Thom Seddon
b0e4b6333d
Use updated go-flags version for env-namespace support
...
+ fix docs
2019-05-07 10:39:29 +01:00
Thom Seddon
dd13f42ddf
Update README + examples for v2
2019-04-24 10:09:35 +01:00
Thom Seddon
db31b09a72
Add report card to README
2019-01-22 13:12:25 +00:00
Thom Seddon
b3b31e2193
Refactor logging
...
Fixes #18
2019-01-22 12:46:58 +00:00
Thom Seddon
6ccd1c6dfc
Add documentation for X-Forwarded-User
2018-12-10 12:48:45 +00:00
Thom Seddon
4c1874b786
add auth host example + update examples
2018-11-06 14:45:56 +00:00
Thom Seddon
dcf4f6574d
remove direct mode + add example development compose
2018-11-06 14:17:40 +00:00
Thom Seddon
1832672f5e
Modify whitelist implementation + expand docs
...
Closes #4
2018-11-06 14:02:18 +00:00
Jasper Lammens
eaad0a9054
Allow a whitelist of email addresses
2018-11-06 14:02:18 +00:00
Thomas Vaillant
c897bc8387
Add -prompt flag
...
Space separated list of OpenID prompt options (https://developers.google.com/identity/protocols/OpenIDConnect#prompt )
2018-11-05 16:43:30 +01:00
Thom Seddon
d230572879
Add auth host feature
...
Allow central host for use as base for redirect_uri
Closes #3
2018-10-29 17:42:13 +00:00
Thom Seddon
4653ed45e3
Add travis badge
2018-07-18 14:03:01 +01:00
Thom Seddon
55e8b3064c
clarify multi-domain support
2018-06-26 14:48:39 +01:00
Thom Seddon
5b46b7a0aa
initial commit
2018-06-26 12:28:47 +01:00