cfsnate

Results 10 comments of cfsnate

Yes, when installing using the binary, users get a popup window asking to Install or Cancel, See ss ![image](https://user-images.githubusercontent.com/72530590/192107399-ab2666a8-66b1-40e4-ab57-e5030ed37487.png)

To add on to this. I may be missing something but it appears the automatic action is to run the Plan + Apply template on commits. Is it possible to...

Awesome, yes this answers my second question regarding Plan + Apply. Will test with adding the approval, should work. The downside would be that the Team in step 150 would...

I got curl working in quite an annoying and fragile way. but it works. files taken from stock debian bullseye ``` FROM registry.k8s.io/git-sync/git-sync:v4.2.1 USER root ADD curl/binary/curl /usr/bin/curl RUN chmod...

Per auto-docs, that was my expectation but doesn't appear to work. Has anyone successfully done this?

So when running pr-agent as an AWS lambda function, it seems those configuration options are overridden by Lambda. You can't even set the AWS_ACCESS_KEY_ID and secret envs [AWS Credential Provider...