LP2017941 Generate Redis passwords at build time
authorBill Erickson <berickxx@gmail.com>
Mon, 1 May 2023 15:01:51 +0000 (11:01 -0400)
committerBill Erickson <berickxx@gmail.com>
Fri, 12 May 2023 14:52:43 +0000 (10:52 -0400)
commit3997099a89251460a99e8c3ef525f40f8fb722d6
treed2d46c0967435170e4bea0a76626c84e62ccdfc6
parent7e9ed8e0d0b0621678d159ea3d7b1074a6f83804
LP2017941 Generate Redis passwords at build time

Generate passwords as UUIDs at build time.  Apply a password the the
Redis 'default' account for security.

Make Perl %connections cache per-Client, not global.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
.gitignore
README
bin/opensrf-perl.pl.in
configure.ac
examples/redis-accounts.example.txt [deleted file]
examples/redis-accounts.example.txt.in [new file with mode: 0644]
src/perl/lib/OpenSRF/Transport/Redis/Client.pm