diff --git a/core/authelia.yml b/core/authelia.yml index e99c0f2..eb3cc86 100644 --- a/core/authelia.yml +++ b/core/authelia.yml @@ -154,7 +154,12 @@ access_control: rules: ## Rules applied to everyone - domain: '*.{{ with nomadVar "nomad/jobs" }}{{ .base_hostname }}{{ end }}' + networks: + - internal policy: one_factor + + - domain: '*.{{ with nomadVar "nomad/jobs" }}{{ .base_hostname }}{{ end }}' + policy: two_factor - domain: # TODO: Drive these from Nomad variables