OpenAS2 / OpenAs2App

OpenAS2 is a java-based implementation of the EDIINT AS2 standard. It is intended to be used as a server. It is extremely configurable and supports a wide variety of signing and encryption algorithms.
https://sourceforge.net/projects/openas2/
BSD 2-Clause "Simplified" License
177 stars 132 forks source link

Avoid running as root #367

Open PapaToemmsn opened 2 months ago

PapaToemmsn commented 2 months ago

The openas2 application is running as root inside the container which is not a good idea as openas2 is likely to be exposed to the internet.

Thus running as a normal user would be good.

I have already done a setup and verified it's working so I could create a PR.

uhurusurfa commented 2 months ago

Please go ahead with a PR