Bug 1741611

Summary: Subscription-manager can not detect when running in a container when running via podman as non-root
Product: Red Hat Enterprise Linux 7 Reporter: Chris Snyder <csnyder>
Component: subscription-managerAssignee: candlepin-bugs
Status: CLOSED WONTFIX QA Contact: Red Hat subscription-manager QE Team <rhsm-qe>
Severity: unspecified Docs Contact:
Priority: medium    
Version: 7.8CC: dwalsh, erinn.looneytriggs, redakkan, wpoteat
Target Milestone: rcKeywords: Triaged
Target Release: ---   
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: 2021-03-15 07:38:26 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Chris Snyder 2019-08-15 14:59:31 UTC
Description of problem:

When using subscription-manager from inside a rhel container using podman as a non-root user (on the container host), subscription-manager is unable to detect it is running inside a container.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. podman run -it --rm registry.redhat.io/rhel7:latest /bin/bash
# Now inside the container
2. subscription-manager status
+-------------------------------------------+
   System Status Details
+-------------------------------------------+
Overall Status: Unknown

System Purpose Status: Unknown

# ^^ We should have been informed subman is not enabled in containers

Actual results:

Subman operates as if it is not running in a container


Expected results:
After running any subman command I expect we'll see:
"""
subscription-manager is disabled when running inside a container. Please refer to your host system for subscription management.
"""


Additional info:
If you start podman as root (in the first step above) subman behaves as expected in the container

I believe this is caused by podman not being able to fully populate /run/secrets/rhsm due to permissions on the host.

Comment 3 Daniel Walsh 2020-01-09 20:16:19 UTC
You could check if their is an environment variable CONTAINER 

$ podman run fedora printenv container
oci

We set that on all of the container engines.

There is also a /run/.containerenv
file

$ podman run fedora ls /run/.containerenv
/run/.containerenv

Comment 7 RHEL Program Management 2021-03-15 07:38:26 UTC
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release.  Therefore, it is being closed.  If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened.