Open hterik opened 3 years ago
Considering this repo does not appear to be tracked anymore by the ACI team, I wonder what would be the proper method for relaying this request to the team?
One work-around is to use a regular Azure File Share, enable write mode on the volume mount and set the container to change the file permissions of the ssh key at startup. The ability to configure the file permission for folders/files mounted from an Azure File Share, would be another useful feature in this case (now they are always 777, from my understanding; #45 is asking something similar).
Any other work-arounds?
Trying to mount a private ssh key to a container using secret volume.
However the secret file is always mounted with mode 664. Which will cause SSH to reject the key with following error:
Trying to change the mode from within the container does not work since the volume mount is readonly:
Is there any way we can configure the chmod of the files mounted?