Giter VIP home page Giter VIP logo

puppet-foreman_proxy_content's People

Contributors

adamruzicka avatar ares avatar bastelfreak avatar bbuckingham avatar beav avatar bkearney avatar cfouant avatar chris1984 avatar ehelms avatar ekohl avatar evgeni avatar ianballou avatar inecas avatar jeremylenz avatar jlsherrill avatar jturel avatar klaas- avatar laugmanuel avatar lzap avatar mccun934 avatar mmoll avatar parthaa avatar pdudley avatar sean797 avatar sjha4 avatar snagoor avatar stbenjam avatar synkd avatar timogoebel avatar wbclark avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

puppet-foreman_proxy_content's Issues

Support non-mirror deployments without Foreman

In 5718a34 initial support was added for Pulpcore as a mirror. There is also some code to allow running a Pulpcore as non-mirror without Foreman, but right now it's not possible to configure this:

# TODO: doesn't allow deploying a Pulp non-mirror without Foreman
$shared_with_foreman_vhost = !$pulpcore_mirror

The idea is that it could end up deploying just a content proxy without Foreman but still is a non-mirror. Essentially you could end up with foreman.example.com (with Katello, without Pulp) and pulp.example.com (primary content storage). Then you could also have mirror.location.example.com which would be a local mirror.

support client cert auth with pulp3

adding the following lines should allow for katello to use cert auth within pulp3:

<Location /pulp/api/v3>
  RequestHeader set REMOTE_USER "%{SSL_CLIENT_S_DN_CN}s" env=SSL_CLIENT_S_DN
</Location>

This was put within the 443 virtual host.

In addition, we should set this in /etc/pulp/settings.py:

REMOTE_USER_ENVIRON_NAME = 'HTTP_REMOTE_USER'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.