André Menneken

Results 10 issues of André Menneken

It should be possible to protect the discovery and api definition endpoints (e.g. with OAuth2) because they might contain sensitive domain information.

The current Hystrix Dashboard resources are not up-to-date with the included jar dependency. There were changes that broke the view.

bug

Fixes #100

This is a reduced example of a [configuration file](https://zappr.readthedocs.io/en/latest/setup) for Zappr. If you have questions you can reach us * in our [Gitter channel](https://gitter.im/zalando/zappr) * on [Twitter](https://twitter.com/zalando_zappr) These are the...

To avoid UNSECURED_PUBLIC_ENDPOINT violations.

The realm that is used to get an OAuth2 access token (e.g. for pulling the docker image form pierone) should be configurable (on AMI build time), similar to the token...

enhancement

...especially for the authorization logic, which is really complex: ``` clojure (defn require-write-authorization "If user is employee, check that is in correct team. If user is service, check that it...

Currently the s1st parser serializes json responses with automatically: https://github.com/zalando/swagger1st/blob/183cba7e30e62da6a23df9078e7062830885d72e/src/io/sarnowski/swagger1st/parser.clj#L344 Unfortunately this happens only if the content type matches "application/json" exactly. In other words * "application/problem+json" * "application/json; charset=UTF-8" *...

**The context** I'd like to get the metric values for `grpc.server.processing.duration` and distinguish different status codes, e.g. OK, NOT_FOUND, INVALID_ARGUMENT, UNKNOWN **The bug** If my gRPC service is called three...

bug
feedback required

## Description This is a small improvement of the `readProperty` method: I replaced the unchecked cast with some more robust ones that don't rely on a specific implementation of `java.util.Map`....