Maks3w
Maks3w
You have the HTTP method OPTIONS for query about available actions.
Yes of course. (Disclaimer, my reasons are totally subjective and does not represent a truth). Following reasons are related to container based deployment and not for Lambda Runtimes (Original bref...
One additional note: I'm not arguing if `bref/php-xx-xxx` images should inherit from PHP images. Probably it never happen because for `Lambda Runtimes` is more important to rely on the Amazon...
Another note: On 4th of february (6 days ago) new minor versions were released for every supported PHP version but `Bref` images still based on the previous minor versions
I'm glad to help if you see feasible. About the specific extensions I'm not sure what extensions do you mean. For the basic functionality, message interchange between AWS and Docker...
Take a look of https://github.com/fabfuel/ecs-deploy/pull/84
Could you take a look to #87?
Have you checked if `fred_ldap: ~` is present in your firewall config? In theory the user can't log in because there is no way to check the password since the...
Try turning on > ``` > bindRequiresDn: true > ``` In the driver section in the config That should to do a new search for the entity
Ok. Well, your use case is a bit adhoc. The best option is configure your LDAP for avoid user binding if the user is in certain groups. Does not have...