Re: Shared Redis instance

2022-11-28 Thread Aurelien Bompard
> - You'll need to share the same redis password across several projects. Redis does have users and permissions, at least from a quick look at their docs: https://docs.redis.com/latest/rc/security/database-security/passwords-users-roles/ > - Since you'll use an emptyDir (in-memory storage), ever

Re: Rethinking fedora websites deployment

2022-11-28 Thread darknao
On 2022-11-28 01:32, Kevin Fenzi wrote: Some more I have thought on: E) a twist on A. We build and serve in openshift, but we stick cloudfront in front of it. This would solve the speed problems, but still would have the openshift down issue. I'm not familiar with Cloudfront, so I can't real

Re: Shared Redis instance

2022-11-28 Thread Kevin Fenzi
On Mon, Nov 28, 2022 at 10:49:28AM +0100, Aurelien Bompard wrote: > > - You'll need to share the same redis password across several projects. > > Redis does have users and permissions, at least from a quick look at > their docs: > https://docs.redis.com/latest/rc/security/database-security/passwo

Re: Rethinking fedora websites deployment

2022-11-28 Thread Kevin Fenzi
On Mon, Nov 28, 2022 at 02:24:14PM +0100, darknao wrote: > > > On 2022-11-28 01:32, Kevin Fenzi wrote: > > Some more I have thought on: > > > > E) a twist on A. We build and serve in openshift, but we stick > > cloudfront in front of it. This would solve the speed problems, but > > still would h