stephanediondev / elasticsearch-admin

Web administration for Elasticsearch (2.x to 8.x): cluster, nodes, indices, shards, index templates, repositories, snapshots ...
https://stephanediondev.github.io/elasticsearch-admin/
MIT License
90 stars 10 forks source link

Impossible to login in http #41

Closed stephanediondev closed 2 years ago

stephanediondev commented 2 years ago

With session.cookie_secure=auto the session cookie is always secure even in http

https://github.com/symfony/symfony/issues/44521

stephanediondev commented 2 years ago

The issue is solved with Symfony 6.0.2, unfortunately now there is a big issue with unit tests :(