diff options
| author | Amir Zarrinkafsh <nightah@me.com> | 2021-01-04 21:55:23 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-04 21:55:23 +1100 |
| commit | 9ca0e940da2e0eaa6f90290b344eeccc24c7806f (patch) | |
| tree | ddfe80b033ff3290db2c95c5d1c625222d8b01d1 /internal/configuration/schema/const.go | |
| parent | 29a900226d8ac85fa04e11af022a9561dae9e652 (diff) | |
[FEATURE] Validate ACLs and add network groups (#1568)
* adds validation to ACL's
* adds a new networks section that can be used as aliases in other sections (currently access_control)
Diffstat (limited to 'internal/configuration/schema/const.go')
| -rw-r--r-- | internal/configuration/schema/const.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/configuration/schema/const.go b/internal/configuration/schema/const.go index 013390c00..ea9b88229 100644 --- a/internal/configuration/schema/const.go +++ b/internal/configuration/schema/const.go @@ -4,8 +4,6 @@ import ( "time" ) -const denyPolicy = "deny" - const argon2id = "argon2id" // ProfileRefreshDisabled represents a value for refresh_interval that disables the check entirely. |
