Use predetermined uids and gids for user local accounts
Open
kind/enhancement
sys/core
- Dominant language
- Java
- Stars
- 163
- Forks
- 65
- Avg merge
- 11h 46m
- Merged PRs (30d)
- 29
Description
**Background**
During linux run initialization an owner local account is created with default uid and gid. The same goes for user accounts synchronisation featured in #2197. Such approach doesn't work well with shared file systems because user uid and gid is usually random.
**Approach**
In order to improve an overall support of shared file systems Cloud Pipeline user uid and gid should be predetermined. This can be achieved by using some Cloud Pipeline user id to local account uid mapping algorithm.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.