Actions
Story #5949
closedAs a user, I have an authentication backend that does not auto-create from RemoteUsers when using RemoteUserAuth
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Documentation, Katello
Sprint:
Sprint 65
Quarter:
Description
when using cert auth as specified here: https://docs.pulpproject.org/installation/authentication.html#webserver-auth-with-reverse-proxy
users are automatically created when using any valid certificate. we would like to disable this auto-creation and only allow certs with 'admin' (or any already created users), but its not clear exactly how to do that.
Updated by daviddavis almost 5 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 64
- Tags Documentation added
Per triage
Updated by bmbouter almost 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
Updated by bmbouter almost 5 years ago
- Tracker changed from Issue to Story
- Subject changed from document how to prevent auto-creation of users when using cert auth to As a user, I have an authentication backend that does not auto-create from RemoteUsers when using RemoteUserAuth
- % Done set to 0
Updated by bmbouter almost 5 years ago
- Status changed from ASSIGNED to POST
PR available at: https://github.com/pulp/pulpcore/pull/515/
Added by bmbouter almost 5 years ago
Updated by bmbouter almost 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|6469b935ac3ae89dd9e9a9df9c9e10447a39d310.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by ggainey over 4 years ago
- Tags Katello added
- Tags deleted (
Katello-P2)
Actions
Remove Remote Auth by Default
This PR comes with a few changes:
https://pulp.plan.io/issues/5949 closes #5949