authelia/internal/suites
Amir Zarrinkafsh a02fb1438e Add Traefik2 suite and refactor Traefik suite (#562)
* Update Traefik 1.x to v1.7.20 for integration tests

* Add suite for Traefik 2.x

* Refactor Traefik2 suite to utilise Docker labels

* Move Traefik2 middleware definition to a file based provider

* Expose Traefik2 dashboard
The API/Dashboard can be reached at https://traefik.example.com:8080/

* Move Traefik frontend/backend definitions to Docker labels

* Move Traefik2 router/service definitions to Docker labels

* Normalise all Traefik configuration via labels and commands
When the the middleware issue with Traefik 2.x (#476) is resolved this means all Traefik related configuration can be self-contained within the respective docker-compose.yml files.

* Define ports for Authelia frontend/backend services

* Adjust Traefik2 suite to new dev workflow

* Normalise all Traefik2 middlewares via labels

* Fix typo in middleware and comment labels specifying Traefik version
2020-01-19 11:06:37 +01:00
..
BypassAll Add Traefik2 suite and refactor Traefik suite (#562) 2020-01-19 11:06:37 +01:00
Docker Add Traefik2 suite and refactor Traefik suite (#562) 2020-01-19 11:06:37 +01:00
DuoPush Add Traefik2 suite and refactor Traefik suite (#562) 2020-01-19 11:06:37 +01:00
HAProxy Add Traefik2 suite and refactor Traefik suite (#562) 2020-01-19 11:06:37 +01:00
HighAvailability Add Traefik2 suite and refactor Traefik suite (#562) 2020-01-19 11:06:37 +01:00
LDAP Add Traefik2 suite and refactor Traefik suite (#562) 2020-01-19 11:06:37 +01:00
Mariadb Add Traefik2 suite and refactor Traefik suite (#562) 2020-01-19 11:06:37 +01:00
NetworkACL Add Traefik2 suite and refactor Traefik suite (#562) 2020-01-19 11:06:37 +01:00
Postgres Add Traefik2 suite and refactor Traefik suite (#562) 2020-01-19 11:06:37 +01:00
ShortTimeouts Add Traefik2 suite and refactor Traefik suite (#562) 2020-01-19 11:06:37 +01:00
Standalone Add Traefik2 suite and refactor Traefik suite (#562) 2020-01-19 11:06:37 +01:00
Traefik Add Traefik2 suite and refactor Traefik suite (#562) 2020-01-19 11:06:37 +01:00
Traefik2 Add Traefik2 suite and refactor Traefik suite (#562) 2020-01-19 11:06:37 +01:00
README.md Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
action_2fa_methods.go Fix DuoPush suite and do some clean up. 2019-12-05 11:05:24 +01:00
action_http.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
action_login.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
action_logout.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
action_mail.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
action_register.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
action_reset_password.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
action_totp.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
action_visit.go Encode URL set to rd parameter. (#559) 2020-01-19 01:57:42 +11:00
constants.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
docker.go Build docker image upfront in CI and use it in integration tests. (#555) 2020-01-17 20:46:51 +01:00
duo.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
environment.go Rename org from clems4ever to authelia 2019-12-24 13:14:52 +11:00
http.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
kubernetes.go Rename org from clems4ever to authelia 2019-12-24 13:14:52 +11:00
registry.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
scenario_available_methods_test.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
scenario_backend_protection_test.go Allow administrator to provide a Google Analytics tracking ID. 2019-12-08 14:31:48 +01:00
scenario_bypass_policy_test.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
scenario_custom_headers_test.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
scenario_inactivity_test.go Disable inactivity timeout when user checked remember me. 2020-01-18 00:12:36 +01:00
scenario_one_factor_test.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
scenario_redirection_check_test.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
scenario_redirection_url_test.go Encode URL set to rd parameter. (#559) 2020-01-19 01:57:42 +11:00
scenario_regulation_test.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
scenario_reset_password_test.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
scenario_two_factor_test.go Allow administrator to provide a Google Analytics tracking ID. 2019-12-08 14:31:48 +01:00
scenario_user_preferences_test.go Fix DuoPush suite and do some clean up. 2019-12-05 11:05:24 +01:00
suite_bypass_all.go Build docker image upfront in CI and use it in integration tests. (#555) 2020-01-17 20:46:51 +01:00
suite_bypass_all_test.go Be able to run scenarii in isolation for each suite. 2019-12-06 07:11:54 +01:00
suite_docker.go Build docker image upfront in CI and use it in integration tests. (#555) 2020-01-17 20:46:51 +01:00
suite_docker_test.go Be able to run scenarii in isolation for each suite. 2019-12-06 07:11:54 +01:00
suite_duo_push.go Build docker image upfront in CI and use it in integration tests. (#555) 2020-01-17 20:46:51 +01:00
suite_duo_push_test.go Be able to run scenarii in isolation for each suite. 2019-12-06 07:11:54 +01:00
suite_haproxy.go Build docker image upfront in CI and use it in integration tests. (#555) 2020-01-17 20:46:51 +01:00
suite_haproxy_test.go Create a suite for HAProxy 2020-01-10 11:41:01 +01:00
suite_high_availability.go Build docker image upfront in CI and use it in integration tests. (#555) 2020-01-17 20:46:51 +01:00
suite_high_availability_test.go Fix HighAvailability suite randomness. 2019-12-08 16:41:28 +01:00
suite_kubernetes.go Build docker image upfront in CI and use it in integration tests. (#555) 2020-01-17 20:46:51 +01:00
suite_kubernetes_test.go Encode URL set to rd parameter. (#559) 2020-01-19 01:57:42 +11:00
suite_ldap.go Build docker image upfront in CI and use it in integration tests. (#555) 2020-01-17 20:46:51 +01:00
suite_ldap_test.go Be able to run scenarii in isolation for each suite. 2019-12-06 07:11:54 +01:00
suite_mariadb.go Build docker image upfront in CI and use it in integration tests. (#555) 2020-01-17 20:46:51 +01:00
suite_mariadb_test.go Be able to run scenarii in isolation for each suite. 2019-12-06 07:11:54 +01:00
suite_network_acl.go Build docker image upfront in CI and use it in integration tests. (#555) 2020-01-17 20:46:51 +01:00
suite_network_acl_test.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
suite_postgres.go Build docker image upfront in CI and use it in integration tests. (#555) 2020-01-17 20:46:51 +01:00
suite_postgres_test.go Be able to run scenarii in isolation for each suite. 2019-12-06 07:11:54 +01:00
suite_short_timeouts.go Build docker image upfront in CI and use it in integration tests. (#555) 2020-01-17 20:46:51 +01:00
suite_short_timeouts_test.go Be able to run scenarii in isolation for each suite. 2019-12-06 07:11:54 +01:00
suite_standalone.go Build docker image upfront in CI and use it in integration tests. (#555) 2020-01-17 20:46:51 +01:00
suite_standalone_test.go Encode URL set to rd parameter. (#559) 2020-01-19 01:57:42 +11:00
suite_traefik.go Build docker image upfront in CI and use it in integration tests. (#555) 2020-01-17 20:46:51 +01:00
suite_traefik2.go Add Traefik2 suite and refactor Traefik suite (#562) 2020-01-19 11:06:37 +01:00
suite_traefik2_test.go Add Traefik2 suite and refactor Traefik suite (#562) 2020-01-19 11:06:37 +01:00
suite_traefik_test.go Encode URL set to rd parameter. (#559) 2020-01-19 01:57:42 +11:00
suites.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
verify_body_contains.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
verify_is_first_factor_page.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
verify_is_home.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
verify_is_second_factor_page.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
verify_mail.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
verify_notification.go Rewrite and fix remaining suites in Go. 2019-12-05 11:05:24 +01:00
verify_secret_authorized.go Fix and parallelize integration tests. 2019-12-05 11:05:24 +01:00
verify_url_is.go Fix HighAvailability suite randomness. 2019-12-08 16:41:28 +01:00
webdriver.go Add --ignore-certificate-errors flag to chromium-browser command in integration tests. 2020-01-18 00:12:36 +01:00

README.md

Authelia Suites

A suite is a kind of virtual environment for Authelia. Please read the related documentation here to get more details.