Dhi Aurrahman

Results 7 issues of Dhi Aurrahman

Currently, on Windows, we only check the binary suffix to infer whether a file is executable or not (`strings.HasSuffix(f.Name(), ".exe")`). We can have a more sophisticated check for this if...

enhancement
good first issue

This makes sure we can do `make compose`, and optionally build the binary (also the image) of `auth_server` (by feeding the `--build` flag: `COMPOSE_ARGS=--build make compose`). Signed-off-by: Dhi Aurrahman

size/L
do-not-merge/work-in-progress

This updates jwt_verify_lib to [e5d6cf7067495b0868787e1fd1e75cef3242a840](https://github.com/google/jwt_verify_lib/commit/e5d6cf7067495b0868787e1fd1e75cef3242a840). Signed-off-by: Dhi Aurrahman

size/XS

Currently, zipkin APIs are represented as: 1. v1, http-json, through https://github.com/openzipkin/zipkin-api/blob/master/zipkin-api.yaml 2. v2, http-json, through https://github.com/openzipkin/zipkin-api/blob/master/zipkin2-api.yaml and also we have http-proto with messages defined in https://github.com/openzipkin/zipkin-api/blob/master/zipkin.proto To make it seamless...

Hi, are you aware there is a similar implementation of [statik/fs](https://github.com/rakyll/statik/tree/master/fs) but in C++? Thanks!

**Describe the feature request** Currently, when [outputPayloadToHeader](https://istio.io/latest/docs/reference/config/security/jwt/#JWTRule-output_payload_to_header) is specified in the [JWTRule](https://istio.io/latest/docs/reference/config/security/jwt/#JWTRule) config there is no way to force padding the (base64) forwarded value. It is controlled by: [pad_forward_payload_header](https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/jwt_authn/v3/config.proto#envoy-v3-api-field-extensions-filters-http-jwt-authn-v3-jwtprovider-pad-forward-payload-header) on...

kind/enhancement
area/networking
area/user experience

Hi! Thanks for this, I like the code base so far, so clean! Nice. If it is possible, could you tell us your view on how you will approach "async...