Axway-API-Management-Plus / apigw-maven-plugin

Maven plugin for Axway API Gateway/Manager development and deployment.
Apache License 2.0
11 stars 9 forks source link

how to Pass secret key file when creating docker image #59

Closed Sathis closed 2 years ago

Sathis commented 2 years ago

I have encrypted value in my policies. I have placed gateway.crypt.json along with gateway.config.json and gateway-cert.json.

we create the docker image by running the python script "build_gw_image.py" . Is there any option to pass secret key file with which these encrypted values can be decrypted. I can see these option are there only when you create fed file directly using the command buildfed.sh as given in this link buildfed.sh