Katello / katello-client-bootstrap

Bootstrap Script for migrating systems to Foreman & Katello
GNU General Public License v2.0
52 stars 63 forks source link

subscription-manager proxy entries are not persistent in rhsm.conf #325

Open snagoor opened 4 years ago

snagoor commented 4 years ago

Example:

Client <----> Proxy <----> Capsule.

In this situation, passing in the RHSM proxy options, --proxy=PROXY_URL , --proxyuser=PROXY_USER and --proxypassword=PROXY_PASSWORD are not persistent after the host is registered.

Proxy settings are mandatory in this case as any subscription-manager requests must go through a proxy, as direct communication with the capsule isn't allowed.

snagoor commented 4 years ago

PR opened for this https://github.com/Katello/katello-client-bootstrap/pull/326