Konstantin
Konstantin
Fiber support would be great. Is anyone working on this?
Here it's ``` - name: DRONE_STASH_GIT_PASSWORD value: "password" - name: DRONE_STASH_GIT_USERNAME value: "user" - name: DRONE_HOST value: https://woodpecker.example.com - name: DRONE_STASH value: "true" - name: DRONE_STASH_CONSUMER_KEY value: "key" - name:...
@laszlocph any suggestions?
Would be cool to actually plug it in as an external rbac system
Yeah, for example: serviceA -> OPA -> serviceB serviceA adds x-request-id header this header would be exposed as reqId in opa info log and passed down to serviceB as x-request-id...
> Ah. So concretely, you're expecting the header to be sent along with `http.send` calls to remote services. Yeah
@srenatus it would be also beneficial to add reqId to logs
@dkoukoul can you share how do you convert proto to openapiv3, please? Thanks!
Thanks @jeffsawatzky, I figure that out. Btw, does this generator is capable of generating security requirements? I used to use grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation with openapi v2. Thanks!