Project

General

Profile

Actions

Bug #7252

closed

katello-disconnected does not function behind a http proxy

Added by Partha Aji over 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Web UI
Target version:
Difficulty:
easy
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1040112
There are various places in the katello-disconnected codebase that do not properly include configuration options to support running behind an http proxy.

This means that anyone using katello-disconnected to sync and setup content will not be able to utilize the tool until this bug is resolved.

We need the following:

1) Configuration options for the 'katello-disconnected setup' command. It will need:

  1. katello-disconnected setup --help
    Usage: setup [--option VALUE]
    --host PULP_HOSTNAME Pulp host (default "localhost")
    ...
    --proxy-url=PROXY_URL
    --proxy-port=PROXY_PORT
    --proxy-user=PROXY_USER
    HTTP Proxy user (proxy username, if auth is required)
    --proxy-pass=PROXY_PASS
    HTTP Proxy pass (proxy password, if auth is required)

2) Update any network access calls to pass in the configuration options

Actions #1

Updated by Eric Helms over 9 years ago

  • Target version set to 55
  • Difficulty set to easy
  • Triaged changed from No to Yes
Actions #2

Updated by Eric Helms over 9 years ago

  • Target version changed from 55 to 56
Actions #3

Updated by Eric Helms over 9 years ago

  • Status changed from New to Closed
  • translation missing: en.field_release set to 13
Actions

Also available in: Atom PDF