authelia/internal/commands
James Elliott 6276883f04
refactor(configuration): utilize time duration decode hook (#2938)
This enhances the existing time.Duration parser to allow multiple units, and implements a decode hook which can be used by koanf to decode string/integers into time.Durations as applicable.
2022-03-02 17:40:26 +11:00
..
acl.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
build-info.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
certificates.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
completion.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
configuration.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
const.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
hash.go feat: add config flag to hash-password tool (#2047) 2021-09-16 10:20:42 +10:00
helpers.go refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
helpers_test.go feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
root.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
rsa.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
storage.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
storage_run.go refactor: directly return error where sufficient (#2855) 2022-02-10 09:07:53 +11:00
validate.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00