Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 2063328

Summary: MCO template output directories created with wrong mode causing render failure in unprivileged container environments
Product: OpenShift Container Platform Reporter: OpenShift BugZilla Robot <openshift-bugzilla-robot>
Component: Machine Config OperatorAssignee: Dan Mace <dmace>
Machine Config Operator sub component: Machine Config Operator QA Contact: Rio Liu <rioliu>
Status: CLOSED WONTFIX Docs Contact:
Severity: medium    
Priority: unspecified CC: aos-bugs, kgarriso, mkrejci
Version: 4.11   
Target Milestone: ---   
Target Release: 4.8.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-03-17 13:35:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2063327    
Bug Blocks: 2063329    

Description OpenShift BugZilla Robot 2022-03-11 19:35:15 UTC
+++ This bug was initially created as a clone of Bug #2063327 +++

+++ This bug was initially created as a clone of Bug #2063326 +++

+++ This bug was initially created as a clone of Bug #2063324 +++

Description of problem:

While integrating with HyperShift which executes MCO binaries in unprivileged containers, I discovered the MCO template execution is creating a parent output directory with mode 0655, which causes rendering to fail because subdirectories and files can't be created within that parent due to the missing executable bit for the owner.

Version-Release number of MCO (Machine Config Operator) (if applicable): 4.11

Platform (AWS, VSphere, Metal, etc.): All

Are you certain that the root cause of the issue being reported is the MCO (Machine Config Operator)?
(Y/N/Not sure): Yes

Steps to Reproduce:

Run `machine-config-operator bootstrap ... --dest-dir=/output`.

Actual results:

Resulting destination directory has mode `drw-r-xr-x`.

Expected results:

Destination directory should have mode `drwxr-xr-x`.

Comment 1 Kirsten Garrison 2022-03-14 19:58:02 UTC
*** Bug 2063816 has been marked as a duplicate of this bug. ***

Comment 2 Dan Mace 2022-03-17 13:35:20 UTC
We don't need a 4.8 backport after all.