Commit Graph

16 Commits

Author SHA1 Message Date
Westly Wright 816a2c23b5
Fix cancel in saml-auth to cancel editing
rancher/rancher#25477
2020-02-19 14:56:08 -07:00
Westly Wright 43849eaca4
Add shibboleth auth with ldap search
rancher/rancher#24957
2020-02-05 15:11:24 -07:00
Westly Wright 5f572f3674
Upgrade Ember to 3.12
Remove ember object and use regular object instead

Found durning upgrade to 3.12, I'm not sure why we'd even need to declare an
ember object for this return anyway.

Get the current cluster's id from scope servervice

Found durning upgrade to 3.12, not sure how this ever worked as I looked on live
and it was failing but the system didn't explode on 3.8. In 3.12
transistion.params is undefined and the whole system explodes. We were never
passing the queryparams so they wouldn't have come through. I changed this so we
fetched the current cluster id from the scope service and everything seems to
work correctly.

Ensure that accordion items only try to expand once during the init

Found durning upgrade to 3.12, expanded was being double rendered.

lint fix

test fixes

lint
2019-10-02 13:33:15 -07:00
n313893254 b4d5371875 Remove PUT request on disabling auth
https://github.com/rancher/rancher/issues/21803
2019-07-31 18:12:08 +08:00
Eric Tokatlian dfac8fb538 Adds google auth 2019-07-03 11:18:33 -07:00
Westly Wright 02078b4e42
Missing cancel action for authentication mixin
fixed double quotes
Added `SamlAuth` to proxies map so we can use ngrok and saml auth locally
2019-04-11 10:18:48 -07:00
Westly Wright 4cc64f25f6
Reset editing on route exit for all auth providers
rancher/rancher#15845
2018-09-27 16:31:30 -07:00
Vincent Fiduccia 93f922b92d
eslint --fix 2018-07-20 11:47:19 -07:00
Vincent Fiduccia 0686d4840d
Revert part of eslint fix 2018-07-16 17:50:16 -07:00
Vincent Fiduccia ae62fbedaf
if ! else 2018-07-16 12:56:58 -07:00
Westly Wright e845748688
more lint fixes 2018-07-13 10:36:56 -07:00
Westly Wright f99ed17f2b
Refactor GH auth page 2018-07-13 10:15:37 -07:00
Westly Wright 877ed1f522
More lint files changes (see lib) 2018-07-11 14:06:27 -07:00
Westly Wright c65c329731
Clear apids on disable and only add me if user list is empty 2018-07-05 11:36:53 -07:00
Westly Wright 865df74d32
update isEnabled check
rancher/rancher#14339
2018-07-03 13:28:17 -07:00
Westly Wright 676b6b3b14
Reset access level on disabled auth providerName
rancher/rancher#14346
2018-07-03 10:42:03 -07:00