authelia/internal
James Elliott 622bf42ed4
fix(configuration): secret permission errors panic (#5141)
This fixes an issue where attempting to load secrets the process does not  have read permissions for would cause panics as well as the bit size check of the OpenID Connect 1.0 private key can potentially panic on malformed private keys. This was caused by us returning values on errors instead of nil's.

Fixes #5138

Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2023-04-08 16:02:34 +10:00
..
authentication feat(server): customizable authz endpoints (#4296) 2023-01-25 20:36:40 +11:00
authorization feat(server): customizable authz endpoints (#4296) 2023-01-25 20:36:40 +11:00
commands fix(commands): internal services not cleaned up properly (#4966) 2023-02-20 16:37:22 +11:00
configuration fix(configuration): secret permission errors panic (#5141) 2023-04-08 16:02:34 +10:00
duo feat(server): customizable authz endpoints (#4296) 2023-01-25 20:36:40 +11:00
handlers feat(handlers): authz authrequest authelia url (#5181) 2023-04-08 14:48:55 +10:00
logging fix(logging): injected time format inconsistent (#5004) 2023-02-28 20:40:04 +11:00
metrics feat(server): customizable authz endpoints (#4296) 2023-01-25 20:36:40 +11:00
middlewares feat(handlers): authz authrequest authelia url (#5181) 2023-04-08 14:48:55 +10:00
mocks feat(oidc): pushed authorization requests (#4546) 2023-03-06 14:58:50 +11:00
model fix(storage): postgresql webauthn tbl invalid aaguid constraint (#5183) 2023-04-08 11:36:34 +10:00
notification build(deps): update module github.com/wneessen/go-mail to v0.3.9 (#5086) 2023-03-19 06:50:17 +10:00
ntp fix(ntp): version 4 encoded incorrectly (#4773) 2023-01-17 22:54:17 +11:00
oidc feat(handlers): authz authrequest authelia url (#5181) 2023-04-08 14:48:55 +10:00
random docs: fix rfc references and fix misc issues (#4879) 2023-02-05 18:11:30 +11:00
regulation feat(server): customizable authz endpoints (#4296) 2023-01-25 20:36:40 +11:00
server refactor: adjust openapi (#5192) 2023-04-08 15:25:19 +10:00
session feat(server): customizable authz endpoints (#4296) 2023-01-25 20:36:40 +11:00
storage fix(storage): postgresql webauthn tbl invalid aaguid constraint (#5183) 2023-04-08 11:36:34 +10:00
suites feat(handlers): authz authrequest authelia url (#5181) 2023-04-08 14:48:55 +10:00
templates feat(handlers): authz authrequest authelia url (#5181) 2023-04-08 14:48:55 +10:00
totp feat(totp): secret customization (#2681) 2022-04-08 09:01:01 +10:00
utils fix(configuration): secret permission errors panic (#5141) 2023-04-08 16:02:34 +10:00