Bug 1704856
Summary: | Unexpected (no-op) results when updating htpasswd | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | jolee |
Component: | apiserver-auth | Assignee: | Erica von Buelow <evb> |
Status: | CLOSED NOTABUG | QA Contact: | Chuan Yu <chuyu> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.1.0 | CC: | aos-bugs, chuffman, mkhan |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-04-30 18:07:31 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1664187 |
Description
jolee
2019-04-30 16:42:55 UTC
This is working as expected. User objects are only created when the user actually logs in. I only pursued this after failing to initially log in as one of the "extra" users. Not sure if additional review is needed. The key on the secret is incorrect. It must be htpasswd I updated the documentation to make this key name more obvious for the HTPasswd and LDAP IDPs. This was done under https://github.com/openshift/openshift-docs/pull/14621 . |