Open
Description
During provision of Keycloak in the test environement client secret were set. At the moment these secrets are
hard-coded in provision.sh
.
These secrets were also reused in the docker compose file in .ci/docker/edgar/
.
Probably there is a way to generate these secrets which are UUID's automatically and random at start up.
Linux provides a tool uuidgen
which generates these UUID's.
The tool may probably be used to generate secrets beforehand and be reused in other files, without hardcoding them somewhere.
Perhaps this can be reused for other UUID's in the test environment too.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog