You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This role creates mount points during execution, but does not offer the option to define the ownership or permissions for those mount points.
Is this lack of functionality a deliberate design decision, a worthwhile RFE, or a bad idea? I have discussed this with a colleague who thought it reasonable.
My example use case is the deployment of OpenShift Local (aka CodeReady Containers) as a regular user. It requires a large volume of data to be available at ~/.crc. It would be reasonable to create this mount point with ownership and appropriate permissions for .
Your feedback would be appreciated, and I may be able to contribute to the codebase if this is deemed worthwhile.
The text was updated successfully, but these errors were encountered:
benblasco
changed the title
RFE/Design question: Should the role support setting ownershiip/perms of mount point
RFE/Design question: Should the role support setting ownership/permissions of mount point
Jun 5, 2022
Hello @benblasco,
Though I'm not a contributer of this role I like your RFE pretty much.
IMHO it's not uncommon to run applications and services as a non-root user. Still these apps/services need to read/write data. When the role is capable of creating a mount point it seems perfectly reasonable to me that it's capabel of setting ownership and permissions as well.
This role creates mount points during execution, but does not offer the option to define the ownership or permissions for those mount points.
Is this lack of functionality a deliberate design decision, a worthwhile RFE, or a bad idea? I have discussed this with a colleague who thought it reasonable.
My example use case is the deployment of OpenShift Local (aka CodeReady Containers) as a regular user. It requires a large volume of data to be available at ~/.crc. It would be reasonable to create this mount point with ownership and appropriate permissions for .
Your feedback would be appreciated, and I may be able to contribute to the codebase if this is deemed worthwhile.
The text was updated successfully, but these errors were encountered: