You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the pull request #229 the Encryption mechanism is added for storing and retrieving API keys, but in documentation for quick start - this variable is missed in the list that user should specify. It can cause problems when developer building up the platform, specify the length of the secret key (32 symbols)
Steps to reproduce
Follow quickstart guide, run platform via docker-compose up
Expected behaviour
properly running container xes-platform
Actual behaviour
The PROXEUS_ENCRYPTION_SECRET_KEY variable is not set. Defaulting to a blank string.
Container xes-platform is not up
xes-platform | 2022/02/18 14:32:52 Unable to start Proxeus.
Solution
should be set as default value in docker-compose + updated doc for Quick start
Run the following command in the directory containing your docker-compose.yml file (Linux and OSX):
export PROXEUS_ENCRYPTION_SECRET_KEY?=PleAsE_chAnGe_me_32_Characters++
The text was updated successfully, but these errors were encountered:
Subject of the issue
in the pull request #229 the Encryption mechanism is added for storing and retrieving API keys, but in documentation for quick start - this variable is missed in the list that user should specify. It can cause problems when developer building up the platform, specify the length of the secret key (32 symbols)
Steps to reproduce
Follow quickstart guide, run platform via docker-compose up
Expected behaviour
properly running container xes-platform
Actual behaviour
The PROXEUS_ENCRYPTION_SECRET_KEY variable is not set. Defaulting to a blank string.
Container xes-platform is not up
xes-platform | 2022/02/18 14:32:52 Unable to start Proxeus.
Solution
should be set as default value in docker-compose + updated doc for Quick start
add this valiable in the list of export:
The text was updated successfully, but these errors were encountered: