1
0
Fork 0
mirror of https://github.com/Luzifer/nginx-sso.git synced 2024-10-18 07:34:22 +00:00
Commit graph

135 commits

Author SHA1 Message Date
562c1b7fdd
prepare release v0.27.2 2023-10-14 23:38:34 +02:00
ceeda27935
Update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-10-14 23:37:15 +02:00
58021f2cfe
prepare release v0.27.1 2023-07-29 17:02:53 +02:00
4fca15fa21
[#79] Fix Docker image broken by user change
- Properly check file existence (`-f`, not `-d`)
- Create and chown the data directory in case no mount is present

closes #79

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-07-29 17:02:01 +02:00
1cd016d4e0
prepare release v0.27.0 2023-07-29 14:22:19 +02:00
32245e25e9
Update go-oidc
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-07-29 14:03:14 +02:00
c60f01d4a9
[#78] Allow for sprig templating in configuration file
This enables to move secrets from the configuration file into the
environment and source them through Go templating with `env` template
function

closes #78

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-07-29 13:58:50 +02:00
ad7c1dd693
Move Docker image to use non-root user
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-07-29 13:44:05 +02:00
6eb40a044a
[ci] Switch to Github Actions
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-07-29 13:43:49 +02:00
2986da43bc
Add support for K8s ingress-nginx "rd" URL parameter
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-07-28 20:39:03 +02:00
b515730dcf
Rewrite ACL logic
in order to

- allow explicity deny for anon access
- allow multiple rule-sets to apply to the same request

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-07-28 20:15:21 +02:00
42a10a75b0
Update to Go 1.20, update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-07-28 16:35:06 +02:00
ef64b715cf
Fix: Do not copy folder into folder
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-21 01:18:49 +01:00
5c77feeefa
prepare release v0.26.0 2022-12-21 01:12:06 +01:00
89a1a2e565
Fix: Compiler refuses to convert 0x0 to string
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-21 01:06:02 +01:00
9a5aa86b1b
[ci] Fix missing utils
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-21 01:01:31 +01:00
f7685d6502
Add health-endpoint, fix copy on empty dir
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-21 00:59:57 +01:00
cae187e39c
[#65] Provide Dockerfile for arm64v8 architecture (#66) 2021-11-22 00:28:22 +01:00
8738d621fe
Update dumb-init
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-06-30 00:41:17 +02:00
0efe62db0e
Switch Dockerfile to readonly modules and recent alpine
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-06-30 00:35:58 +02:00
f9118beb79
Remove vendored libraries
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-06-30 00:35:34 +02:00
e28a06726a
prepare release v0.25.0 2020-06-22 14:22:07 +02:00
68780426b5
[#62] Add support for multiple domain requirements (#63) 2020-06-22 14:18:36 +02:00
Paul TREHIOU
5e40728ec3
Add cookie auth key environment variable (#59) 2020-04-09 16:08:14 +02:00
827cc380d0
prepare release v0.24.1 2020-04-08 01:14:58 +02:00
4a72836925
Lint: Fix some minor linter errors
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-04-08 01:14:35 +02:00
Paul TREHIOU
f9d9c025dd
Fix: Config loading after CookieStore init (#58)
* fix config loading after CookieStore init

* refactor according to suggestions

* fix module init on SIGHUP
2020-04-08 01:11:48 +02:00
df6201acb8
prepare release v0.24.0 2020-01-13 22:40:43 +01:00
6d0d520ffd
[#50] Handle all 4xx errors as "user not found" (#52)
* [#50] Handle all 4xx errors as "user not found"

to ensure broad acceptance of OIDC providers

Signed-off-by: Knut Ahlers <knut@ahlers.me>

* Fix: Error is reported earlier with Go default error

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-01-13 21:39:55 +00:00
3e9a00944f
prepare release v0.23.0 2019-12-28 14:12:51 +01:00
c0886ce964
Allow to configure anonymous access (#48)
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-12-28 13:12:18 +00:00
21aee74144
prepare release v0.22.0 2019-11-03 18:57:57 +01:00
af97f59477
Fix: Broken HTML tag
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-11-03 18:55:32 +01:00
12a38ee1c8
Update vendoring
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-11-03 18:51:13 +01:00
3d0fb11afa
Switch to Go1.12+ vendoring
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-11-03 18:50:44 +01:00
07b98e0a57
Fix: Handle Unauthorized as no user found instead of generic error
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-11-03 18:43:22 +01:00
e83dc6a124
prepare release v0.21.5 2019-06-29 12:57:45 +02:00
09cf06c905
[#41] Set default cookie values in all providers (#45)
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-06-29 12:40:39 +02:00
b84a79ed21
prepare release v0.21.4 2019-06-15 00:18:36 +02:00
Maximilian Gaß
1e9446d2e6 Prefer simple authenticator over LDAP (#42)
Allows to have local accounts that always work, even if there are LDAP
problems
2019-06-15 00:17:16 +02:00
07f10142d1
prepare release v0.21.3 2019-05-14 00:01:02 +02:00
c511e08ab7
Fix: Even with offline access no refresh token is present
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-05-13 22:43:14 +02:00
9bd8af70e5
prepare release v0.21.2 2019-05-13 21:24:48 +02:00
93d242c404
Fix: Google not returning refresh tokens
which then causes logins with duration of more than 60m to time out and
not be able to refresh as of the missing refresh token. The "offline"
access type should ensure the token always contains a refresh token and
the user can be active for longer than 60m.

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-05-13 21:23:14 +02:00
bc006367fe
prepare release v0.21.1 2019-04-26 19:44:58 +02:00
8af1eeaa4c
Fix: Use cookie for redirects after oAuth flow
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-04-26 19:44:22 +02:00
72187c5f64
prepare release v0.21.0 2019-04-23 00:51:59 +02:00
b8c89a5e0f
Vendor new dependencies for OIDC
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-04-23 00:50:32 +02:00
2b15b34bb4
Fix: Only overwrite default if config is non-empty
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-04-23 00:50:32 +02:00
6575bc553d
[#35] Implement OpenID Connect auth provider
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-04-23 00:50:32 +02:00