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/
GNU General Public License v3.0
185 stars 137 forks source link

Avoid running as root #367

Open PapaToemmsn opened 7 months ago

PapaToemmsn commented 7 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 7 months ago

Please go ahead with a PR