When using the OSCAL Editor in the all-in-one Docker environment, saving any changes causes the file permissions to change to -rw-r--r--, making it so that the user within Docker is the only user with write permissions.
Implementation Notes
I'm assuming that this is an issue with the "save" feature of the REST service itself, but it could very well be an issue with Docker configuration.
When using the OSCAL Editor in the all-in-one Docker environment, saving any changes causes the file permissions to change to
-rw-r--r--, making it so that the user within Docker is the only user with write permissions.Implementation Notes
I'm assuming that this is an issue with the "save" feature of the REST service itself, but it could very well be an issue with Docker configuration.