Closed
Description
Windows does not support fine grained linux style permission chmod
ing, causing perrmission issues like
File "D:\tmp\env\lib\site-packages\openeo\rest\auth\config.py", line 85, in _write
assert_private_file(self._path)
File "D:\tmp\env\lib\site-packages\openeo\rest\auth\config.py", line 30, in assert_private_file
p=path, a=mode, e=_PRIVATE_PERMS)
PermissionError: File C:\Users\john\AppData\Local\Temp\win-perms-test.json is readable by others: st_mode 100666 (expected permissions: 600).```