Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add REMOTE_USER support #174

Merged
merged 1 commit into from
Jun 12, 2019
Merged

Conversation

bmbouter
Copy link
Member

This adds REMOTE_USER support which is enabled by default. For
reverse proxy deployments, a new setting is introduced controlling
which WSGI environment var contains the trusted authenticated
username.

A new authentication section is added which contains docs on the
default authentication, how to customize or disable them, and how to
install custom authentication.

https://pulp.plan.io/issues/3808
closes #3808

This adds REMOTE_USER support which is enabled by default. For
reverse proxy deployments, a new setting is introduced controlling
which WSGI environment var contains the trusted authenticated
username.

A new authentication section is added which contains docs on the
default authentication, how to customize or disable them, and how to
install custom authentication.

https://pulp.plan.io/issues/3808
closes pulp#3808
@codecov
Copy link

codecov bot commented Jun 12, 2019

Codecov Report

Merging #174 into master will increase coverage by 0.06%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #174      +/-   ##
==========================================
+ Coverage   67.48%   67.54%   +0.06%     
==========================================
  Files          64       65       +1     
  Lines        3072     3078       +6     
==========================================
+ Hits         2073     2079       +6     
  Misses        999      999
Impacted Files Coverage Δ
pulpcore/app/settings.py 97.87% <100%> (+0.09%) ⬆️
pulpcore/app/middleware.py 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 159a6bb...4cd8479. Read the comment docs.

@bmbouter bmbouter merged commit c6d106a into pulp:master Jun 12, 2019
@bmbouter bmbouter deleted the add-remote-user-support branch June 12, 2019 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants