-
Notifications
You must be signed in to change notification settings - Fork 143
Add log in style #37
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 log in style #37
Conversation
@rhamilto cool! you can make a test deployment using oauth-proxy/contrib/sidecar.yaml , just change the oauth-proxy spec to point to your test docker repo/image. This will not show the custom login though, to see that you would also need to add -htpasswd-file=/path/to/htpasswdfile to the oauth-proxy args and a configMap with the htpasswd contents. |
Thanks, @mrogers950. Given my lack of familiarity with this repo, is it possible you or someone else could test my changes? I'm having a hard time deciphering how to do so. |
@rhamilto Sure, I tested your changes and the design looks as it should (including the htpasswd login box). One gripe is maybe the login boxes should be closer together when they are both displayed. |
Fantastic. Thanks, @mrogers950! Both log in boxes should not be displayed, so we've got a bug. I see the issue. Let me fix. |
@rhamilto The previous template shows both boxes. I think we want to keep that behavior as you can log in with either an OpenShift login or directly with the htpasswd contents when configured as such. |
Spacing bug addressed. Thanks, @mrogers950! |
@mrogers950 need anything else or is this good to merge? |
@rhamilto perfect, thanks! |
Need to test to ensure it works as expected. @jwforres suggested @enj
may be able to instruct me on how to do so.
screenshots of the straight html
