Franke Telgenhof

Results 4 issues of Franke Telgenhof

I have the following ActivityMethod: ```java void logProcessStart(ProcessIdentifiers pids, ProcessStep processStep, T startMessage, String endpoint); ``` I will call this ActivityMethod from a Workflow with an instance of the following...

### Jenkins and plugins versions report Environment ```text Jenkins: 2.361.1 OS: Linux - 5.4.0-1085-aws --- Office-365-Connector:4.17.0 Parameterized-Remote-Trigger:3.1.6.1 ace-editor:1.1 active-directory:2.25.1 ansible:1.1 ansicolor:1.0.1 ant:475.vf34069fef73c antisamy-markup-formatter:2.7 apache-httpcomponents-client-4-api:4.5.13-1.0 authentication-tokens:1.4 aws-credentials:191.vcb_f183ce58b_9 aws-java-sdk:1.12.215-343.v953e693f0e86 aws-java-sdk-cloudformation:1.12.215-343.v953e693f0e86 aws-java-sdk-codebuild:1.12.215-343.v953e693f0e86 aws-java-sdk-ec2:1.12.215-343.v953e693f0e86...

bug

I am using the aws4-axios interceptor to be able to call cache invalidation in API Gateway from a lambda. I have the following configuration: ```typescript const interceptor = aws4Interceptor({ options:...

See issue https://github.com/jamesmbourne/aws4-axios/issues/1763. Haven't been able to reproduce the issue the tests in this project but I managed to test the fix in the node_module of my own project. You...