diff --git a/docs/docs/milestones.md b/docs/docs/milestones.md index 09c715c3a..22c7c359a 100644 --- a/docs/docs/milestones.md +++ b/docs/docs/milestones.md @@ -9,6 +9,8 @@ title: Milestones and Roadmap ### [Bug](https://github.com/ory/oathkeeper/labels/bug) +Something is not working. + #### Issues * [ ] Integrate with Traefik, Nginx, Ambassador, Envoy ([oathkeeper#263](https://github.com/ory/oathkeeper/issues/263)) @@ -17,7 +19,9 @@ title: Milestones and Roadmap * [ ] Timeout in oauth2_client_credentials when using self-signed certificates ([oathkeeper#368](https://github.com/ory/oathkeeper/issues/368)) * [ ] oauth2_introspection not parsing single string aud valie ([oathkeeper#491](https://github.com/ory/oathkeeper/issues/491)) -### [Enhancement](https://github.com/ory/oathkeeper/labels/enhancement) +### [Feat](https://github.com/ory/oathkeeper/labels/feat) + +New feature or request. #### Issues @@ -30,17 +34,34 @@ title: Milestones and Roadmap * [ ] refactor: refactor decisions API and add traefik (#486) ([oathkeeper#487](https://github.com/ory/oathkeeper/pull/487)) - [@hackerman](https://github.com/aeneasr) +### [Help wanted](https://github.com/ory/oathkeeper/labels/help%20wanted) + +We are looking for help on this one. + +#### Issues + +* [ ] Implement GRPC response handler in Decisions API ([oathkeeper#134](https://github.com/ory/oathkeeper/issues/134)) +* [ ] Integrate with Traefik, Nginx, Ambassador, Envoy ([oathkeeper#263](https://github.com/ory/oathkeeper/issues/263)) +* [ ] Rule mutator template changes not reloaded after file update ([oathkeeper#272](https://github.com/ory/oathkeeper/issues/272)) +* [ ] Pass query parameters to the hydrator ([oathkeeper#339](https://github.com/ory/oathkeeper/issues/339)) +* [ ] Log specified http request headers ([oathkeeper#361](https://github.com/ory/oathkeeper/issues/361)) +* [ ] Oathkeeper behind ssl terminating balancer ([oathkeeper#153](https://github.com/ory/oathkeeper/issues/153)) + ## [v1.0.0](https://github.com/ory/oathkeeper/milestone/2) *This milestone does not have a description.* ### [Bug](https://github.com/ory/oathkeeper/labels/bug) +Something is not working. + #### Issues * [x] Adopt new Keto SDK ([oathkeeper#172](https://github.com/ory/oathkeeper/issues/172)) -### [Enhancement](https://github.com/ory/oathkeeper/labels/enhancement) +### [Feat](https://github.com/ory/oathkeeper/labels/feat) + +New feature or request. #### Issues @@ -48,4 +69,12 @@ title: Milestones and Roadmap * [x] Provide an endpoint that allows to fetch configuration information ([oathkeeper#131](https://github.com/ory/oathkeeper/issues/131)) - [@hackerman](https://github.com/aeneasr), [@Patrik](https://github.com/zepatrik) * [x] Adopt new Keto SDK ([oathkeeper#172](https://github.com/ory/oathkeeper/issues/172)) * [x] Add file watcher for config file ([oathkeeper#215](https://github.com/ory/oathkeeper/issues/215)) - [@hackerman](https://github.com/aeneasr) -* [x] Add file watcher for access rules ([oathkeeper#216](https://github.com/ory/oathkeeper/issues/216)) - [@hackerman](https://github.com/aeneasr) \ No newline at end of file +* [x] Add file watcher for access rules ([oathkeeper#216](https://github.com/ory/oathkeeper/issues/216)) - [@hackerman](https://github.com/aeneasr) + +### [Rfc](https://github.com/ory/oathkeeper/labels/rfc) + +A request for comments to discuss and share ideas. + +#### Issues + +* [x] Customizable on unauthenticated, forbidden, route not found, and other error handlers ([oathkeeper#284](https://github.com/ory/oathkeeper/issues/284)) \ No newline at end of file