Merge pull request #437 from chris-rock/patch-1

add links to issues in roadmap
This commit is contained in:
Ed Rooth 2016-05-10 16:09:45 +02:00
commit b29deb736b

View file

@ -6,26 +6,26 @@ These are the roadmap items for the dex team over the 0.4 release cycle (in no p
Start work on groups. Start work on groups.
* Add groups (#175) * Add groups ([#175](https://github.com/coreos/dex/issues/175))
## Refresh tokens ## Refresh tokens
Finish work on refresh token revocation. Finish work on refresh token revocation.
* API endpoints for revoking refresh tokens (#261) * API endpoints for revoking refresh tokens ([#261](https://github.com/coreos/dex/issues/261))
## dexctl rework ## dexctl rework
Deprecating dexctls --db-url flag. Achieve feature parity between existing commands and the bootstrapping API, then have all dexctl actions go through that. Deprecating dexctls --db-url flag. Achieve feature parity between existing commands and the bootstrapping API, then have all dexctl actions go through that.
* Overarching issue of deprecating --db-url flag (#298) * Overarching issue of deprecating --db-url flag ([#298](https://github.com/coreos/dex/issues/298))
* Add client registration to bootstrapping API (#326) * Add client registration to bootstrapping API ([#326](https://github.com/coreos/dex/issues/326))
* Set connector configs through bootstrapping API (#360) * Set connector configs through bootstrapping API ([#360](https://github.com/coreos/dex/issues/360))
## Further server side cleanups ## Further server side cleanups
Establish idioms for handling HTTP requests, create a storage interface for backends, and continue to improve --no-db mode. Establish idioms for handling HTTP requests, create a storage interface for backends, and continue to improve --no-db mode.
* Improve server code and storage interfaces (#278) * Improve server code and storage interfaces ([#278](https://github.com/coreos/dex/issues/278))
* Fix client secrets encoding in --no-db mode (#337) * Fix client secrets encoding in --no-db mode ([#337](https://github.com/coreos/dex/issues/337))
* Easier specification of passwords in --no-db mode (#340) * Easier specification of passwords in --no-db mode ([#340](https://github.com/coreos/dex/issues/340))