Rob Clarke

Results 7 comments of Rob Clarke

We seem to get this quite often using source-controller version v0.21.0 (I believe the source-controller is the controller that manages chart artefacts) , and recycling the source-controller always fixes it....

We would also like this feature so that we can remove the edit pipeline permission from contributors and hence force the creation/management of pipelines to be via teraform.

Using Azure Devops repos also fails when behind a corporate proxy using the libgit2 implementation. Is the expectation that the libgit2 implementation would utilise an HTTPS_PROXY env value or should...

I ended up forking and adding the required code to specify a proxy to use when using libgit2 via a new proxy field added to the GitRepository resource schema. Works...

I can replicate this issue using an Azure Active Directory Group as well. It seems that neither origin_id or descriptor is the correct format for the create request. Using the...

The code is taken from here: https://github.com/aws-samples/amazon-transcribe-live-call-analytics/blob/develop/lca-websocket-transcriber-stack/source/app/src/lca.ts I don't think anything is different to that code in terms of interaction with Transcribe. Sorry no, no real patterns seem to show...

I've added that middleware but all it captures is the initial API call to set up the AWS Transcribe session - not the subsequent transmission of audio data to the...