authelia/internal/commands
James Elliott 16e44cb13e
feat(logging): reopen on sighup (#7140)
This implements a method to send Authelia a SIGHUP signal to indicate it should reload the configuration file. This can be used in two ways. If using an external logrotate service you can tell Authelia to reopen the file and create it if it doesn't exist. Secondly if you use the existing time date replacements this will create a brand new log file with the current time.

Closes #4964

Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Signed-off-by: Brynn Crowley <littlehill723@gmail.com>
Co-authored-by: Brynn Crowley <littlehill723@gmail.com>
2025-02-18 12:30:30 +00:00
..
acl.go fix(commands): acl check missing query (#7940) 2024-09-29 08:19:29 +10:00
build-info.go fix(commands): build-info too verbose (#7128) 2024-04-10 21:34:28 +10:00
config.go fix(commands): validate exit status (#7364) 2024-05-29 23:34:28 +10:00
const.go feat(logging): reopen on sighup (#7140) 2025-02-18 12:30:30 +00:00
context.go feat(logging): reopen on sighup (#7140) 2025-02-18 12:30:30 +00:00
crypto.go fix(commands): crypto rand file param missing (#8533) 2024-12-31 12:39:23 +00:00
crypto_hash.go refactor(oidc): misc improvements (#6775) 2024-03-06 17:25:42 +10:00
crypto_helper.go refactor(commands): pkcs8 by default (#5983) 2023-09-10 19:33:45 +10:00
errors.go refactor(commands): command context (#4539) 2022-12-22 11:21:29 +11:00
helpers.go docs: adjust references of webauthn (#5203) 2023-04-10 17:01:23 +10:00
helpers_test.go refactor(commands): command context (#4539) 2022-12-22 11:21:29 +11:00
root.go fix(commands): missing hash-password help topic (#7136) 2024-04-11 17:31:16 +10:00
services.go feat(logging): reopen on sighup (#7140) 2025-02-18 12:30:30 +00:00
services_test.go feat(logging): reopen on sighup (#7140) 2025-02-18 12:30:30 +00:00
storage.go refactor: yaml vs yml (#8527) 2024-12-29 14:48:26 +11:00
storage_run.go refactor: linting (#7863) 2024-09-20 11:11:53 +10:00
util.go fix(commands): crypto rand file param missing (#8533) 2024-12-31 12:39:23 +00:00
util_test.go fix(commands): storage cmd fail when implicit config absent (#5213) 2023-04-11 20:52:04 +10:00