Olivier Pichon
Olivier Pichon
…tiple databases; allow support for defining sensitive env vars in files (eg Docker secrets) AWS CLI updated to v2; python removed; glibc added Added support for multiple databases (note POSTGRES_DATABASE...
- Install AWS CLI 2 (requires installing glibc) - Add support for _FILE env vars, so that sensitive values can be defined in files. This allows using Docker secrets in...
I can't find any documentaiton about this. Specifically I am wondering how and where the passport.initialize call should be made.
Added a `getItems` computed property. As a default, it returns the `items` prop. However, it allows greater latitude in extending the component that I believe was not possible previously. The...
Allow database password to be defined in a file via the `DATABASE_PASSWORD_FILE` environment variable. This adds support for Docker secrets in a Docker swarm. Typical use would be as follows...
Sorry, but I cannot get this to work. Terraform keeps spinning with this message: module.docker-swarm-mode.managers.digitalocean_droplet.manager.2: Still creating... (3m10s elapsed) module.docker-swarm-mode.managers.digitalocean_droplet.manager.1: Still creating... (3m20s elapsed) module.docker-swarm-mode.managers.digitalocean_droplet.manager.0: Still creating... (3m20s elapsed) The...
PropelParamConverter uses $this->router->getRouteCollection()->get($request->attributes->get('_route')) But the route will be the original route (without the locale prefix xx_RG), and such index does not exist in the i18n route collection. The route collection...