Skip to content
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

Remove old client_resource api #468

Merged
merged 7 commits into from
Jun 15, 2016
Merged

Conversation

bobbyrullo
Copy link
Contributor

Also remove dexctl api_driver
fixes #467

Bobby Rullo added 6 commits June 15, 2016 11:42
The only thing using this AFAIK is dexctl in api_driver mode, which
no-one uses - it's a sort of weird API which requires a client to create
other clients, and gives all clients the ability to list all other
clients. So we are removing it.
...and dependent code.
API Driver is dead: This API turns out to not be super useful, requiring
an existing client to create other clients is weird.

Long live API Driver? Let's use Dynamic Client API and the bootstrap API
to create a better API Driver! LONG LIVE API DRIVER.
@ericchiang
Copy link
Contributor

Looks like a flake. Retesting.

@ericchiang
Copy link
Contributor

Never mind. The tests are indeed failing on go 1.5.4.

go 1.5.4 accepts just about anything as a URL, so instead just trigger
with blank URL
@ericchiang
Copy link
Contributor

lgtm

@bobbyrullo
Copy link
Contributor Author

w00t thanks

@bobbyrullo bobbyrullo merged commit ce72146 into dexidp:master Jun 15, 2016
@ericchiang
Copy link
Contributor

Delete all the code!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prep Work for native clients.
2 participants