Skip to content

Commit

Permalink
autogen(docs): update milestone document
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 21, 2020
1 parent 48ebb50 commit 5848da5
Showing 1 changed file with 32 additions and 3 deletions.
35 changes: 32 additions & 3 deletions docs/docs/milestones.md
Expand Up @@ -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))
Expand All @@ -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

Expand All @@ -30,22 +34,47 @@ 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

* [x] TLS Termination 'X-Forwarded-Proto' ([oathkeeper#95](https://github.com/ory/oathkeeper/issues/95))
* [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)
* [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))

0 comments on commit 5848da5

Please sign in to comment.