mluypaert
mluypaert
Agreed, but other users also can't access my SSH key files if they are in my home folder, that's not the point. My point is that by storing the key...
@xdhmoore I totally agree. (Open)SSH agents on other systems only temporarily store the key in memory, not permanently anywhere else (registry here). A config option for the windows openSSH agent...
> > > Has anyone found a way to disable this behaviour ? @NicoAdrian I countered this behavior by defining a task through the Windows task scheduler that triggers on...
> > > This is by design, if you would like to not have the keys registered, then you can create a cron job/scheduled task to clear them @maertendMSFT I'm...
> Not entirely sure but can this request not already be solved: > > ```yaml > Resources: > BucketEventConsumer: > Type: AWS::Serverless::Function > Properties: > Handler: BucketEventConsumer.main.lambda_handler > Runtime: python3.6...
> Hello, we're still seeing this warning. What could be the reason? > > ``` > - name: Configure AWS Credentials > uses: aws-actions/configure-aws-credentials@v1 > with: > aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID...
A common usecase for this (and the reason I'm requesting it) would be to enable the use of AWS-managed ECR repos for serverless applications being built and deployed to multiple...
Download all files as a zip by viewing the " code" tab and download all files as a zip by clicking the "Download zip" button (right below corner). This zip...
> We don't use any non-standard syntax in our modules. Jest doesn't support modules? > > Edit: see https://jestjs.io/docs/ecmascript-modules from the error Yea, so as indicated in the above jest...
> [@mluypaert](https://github.com/mluypaert) did you get it to work? I am running into this same issue you're describing No I didn't. I'm falling back on E2E testing through cypress for all...