-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Add authentication options, add github and google oauth implementations #248
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
Conversation
|
For the osincli update, can you reword the commit title to match the other version bump commits (include the updated version) |
|
@smarterclayton reactions to comments complete |
|
LGTM [merge] |
|
Origin Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_openshift3/266/) (Image: devenv-fedora_288) |
|
[Test]ing while waiting on the merge queue |
|
Origin Test Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_openshift3/303/) |
secure endpoints behind token Conflicts: pkg/cmd/server/origin/auth.go WIP - handle the google oauth callback Conflicts: pkg/cmd/server/origin/auth.go
Refactor auth mux wiring Code review Remove custom String() functions, dump config in verbose logging only Move token auth failure logging into failure handler Validate state, redirect inside success handler, add success handler chain Code review 2: godoc, require error handlers and use consistently, fix closure bug
|
re[merge] |
|
Evaluated for origin up to 4dd2e0a |
Merged by openshift-bot
Merged by openshift-bot
Crash in the right place if the ClusterNetwork record can't be read
) * Add Poll method to broker clients so that we can move the polling logic to controller where it belongs away from the client. First cut just commiting so I can bring the branch up to date * add pollers and callbacks that should have all the necessary pieces for discussion * rebase and actually add the poller, fake_poller & exponential back off poller * fix compile errors * fix lint warning * fix typo, return correct types after rebase * add support for async deprovision * Generated file changes for adding AsyncOpInProgress status field * Change to use AsyncOpInProgress status field instead of Async Condition * use queues, refactor controller code that was being repeated in multiple places to a method * extract and make the getserviceclass... method specific to bindings * fix tests add coverage * add test for making sure that on async create, entry gets pushed into queue correctly * Add more tests, wire return code for poll last operation through so that we can handle 409 properly * move poll method inside reconcileinstance as per discussion * Add tests for pollinstance and bind failing during asynch op on a service instance * Add tests for polling deprovisioning with/without finalizers, small cleanups * remove last operation from the check sum, it will move to the status more than likely, and is not part of the reconciling
@smarterclayton review