Clement Michaud
40574bc8ec
Fix the bypass strategy.
...
Before this fix an anonymous user was not able to access a resource
that were configured with a bypass policy. This was due to a useless
check of the userid in the auth session. Moreover, in the case of an
anonymous user, we should not check the inactivity period since there
is no session.
Also refactor /verify endpoint for better testability and add tests
in a new suite.
2019-03-22 23:51:36 +01:00
Clement Michaud
76fa325f08
[BREAKING] Create a suite for kubernetes tests.
...
Authelia client uses hash router instead of browser router in order to work
with Kubernetes nginx-ingress-controller. This is also better for users having
old browsers.
This commit is breaking because it requires to change the configuration of the
proxy to include the # in the URL of the login portal.
2019-03-16 00:13:27 +01:00
Clement Michaud
f8a12b8482
Fix dead link in README of suites.
2019-03-04 00:02:45 +01:00
Clement Michaud
06aa9803bf
Update the documentation to include info about suites and authelia-scripts.
2019-03-03 11:40:32 +01:00
Clement Michaud
6ce0ae5d90
Remove description of suites and use suite name instead.
2019-03-03 11:39:41 +01:00
Clement Michaud
e8d7fe4111
Move users_database.yml files to dedicated suites.
2019-03-03 11:39:41 +01:00
Clement Michaud
4c0bb2ce7f
Rename some suites and add a README for each of them.
2019-03-03 11:39:41 +01:00
Clement Michaud
6d45692906
Create a specific suite for short timeouts to let humans use simple suite.
2019-03-03 11:39:41 +01:00
Clement Michaud
716ae9d378
Bump mocha to use forbidOnly and forbidPending options.
2019-03-03 11:39:40 +01:00
Clement Michaud
d82ebfab0e
Move dockerhub example in a suite.
2019-03-03 11:39:40 +01:00
Clement Michaud
8bf87b6b47
Rename minimal suite into simple.
2019-03-03 11:39:40 +01:00
Clement Michaud
a1c9bb6302
Improve authelia-scripts to add suites with Docker-based Authelia server.
2019-03-03 11:39:40 +01:00
Clement Michaud
38271e3335
Better integrate Docker related commands in authelia-scripts.
2019-03-03 11:39:40 +01:00
Clement Michaud
a56e5adc42
Create /tmp/authelia/db directory when starting minimal suite.
2019-03-03 11:39:40 +01:00
Clement Michaud
d2ae2524b7
Create database directory before running integration tests.
2019-03-03 11:39:40 +01:00
Clement Michaud
b3d381bfa7
Fix integration and unit tests.
2019-03-03 11:39:40 +01:00
Clement Michaud
5614bea827
Fix unit tests.
2019-03-03 11:39:40 +01:00
Clement Michaud
50d4ab1368
Finish migrating integration tests to mocha.
2019-03-03 11:39:40 +01:00
Clement Michaud
29e2799021
Use driver methods for minimal suite.
2019-03-03 11:39:40 +01:00
Clement Michaud
3702d6607d
Replace WaitRedirected assertion by VerifyUrlIs.
2019-03-03 11:39:40 +01:00
Clement Michaud
036d1a4f51
Replace SeeNotification by VerifyNotificationDisplayed assertion.
2019-03-03 11:39:40 +01:00
Clement Michaud
c487ed0a37
Migrate more tests to mocha.
2019-03-03 11:39:40 +01:00
Clement Michaud
7c2fd91271
Add basic authentication related tests.
2019-03-03 11:39:40 +01:00
Clement Michaud
595ee97182
Add test behavior VisitPageAndWaitUrlIs.
2019-03-03 11:39:40 +01:00
Clement Michaud
c579355c5b
Migrate more Cucumber tests into Mocha.
2019-03-03 11:39:40 +01:00
Clement Michaud
efceb66ffa
Migrate some tests to mocha.
2019-03-03 11:39:40 +01:00
Clement Michaud
c5af4498ab
Introduce the concept of suite in authelia-scripts.
2019-03-03 11:39:40 +01:00
Clement Michaud
e37cca5d45
Add config file in complete suite and remove useless files.
2019-03-03 11:39:40 +01:00
Clement Michaud
cc973c5df3
Rename e2e suites.
2019-03-03 11:39:40 +01:00
Clement Michaud
d3a790627e
Fix inactivity Ãe2e tests.
2019-03-03 11:39:40 +01:00
Clement Michaud
d2a547eca6
Fix e2e tests for complete configuration.
2019-03-03 11:39:40 +01:00
Clement Michaud
387187b152
Move minimal configuration into suites directory.
2019-03-03 11:39:40 +01:00