Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not allow any user to read the generated SSL key/crt
We need to maintain the feature of being able to run the container as any user ID, so we cannot just leave the user to have read permissions for the generated key and certificate. However, there seems to be no use case for having the permissions for reading for other users. While being a different user inside a container might be not relevant anyway in the container case, let's rather be super cautious and remove the read permissions that are not needed.
- Loading branch information