Frequently Asked Questions
open-appsec Docker SWAG integration is currently in "beta".
Question: How can I upgrade from an existing Docker SWAG deployment to using Docker SWAG integrated with open-appsec?
Keeping your existing Docker SWAG configuration when deploying Docker SWAG with open-appsec is simple and straightforward:
Here are the recommended steps:
Create a new folder for the Docker SWAG with open-appsec deployment so that you can keep the original one as backup.
Copy your existing SWAG configuration into ./swag-config within that new folder. The docker-compose.yaml file by default mounts the config from the folder
./swag-config
on the docker host as a volume into/config
inside theswag-attachment
container.Make sure to copy over/configure all parameters which you had adjusted in the docker-compose.yaml file of your existing Docker SWA deployment also within the docker-compose.yaml file for the Docker SWAG with open-appsec deployment (e.g. env variables URL, VALIDATION, ...)
Last updated