John Reese

Results 93 comments of John Reese

Adding onto this, I'm unable to get OnRequest() to print out the URL when using TransparentEndPoint's

I honestly just swapped out the Explicit for the Transparent from the given example as a desperation attempt to resolve #59. Based on your comment, I'll assume it's just a...

I'm glad this issue so recent, as I have the same question. In @bampakoa's case, I don't believe you'd need to instantiate the Hero class. If you had an Interface,...

As a POC in our repo I just did this: 1.16/kubernetes-1.16.rego 1.17/kubernetes-1.16.rego 1.17/kubernetes-1.17.rego ... all/ That way when you do Conftest -p 1.17, every version below it gets tested as...

If I'm understanding correctly, I don't think you could do just the deprecations for that release. If I have a bundle containing some Kubernetes manifests, and I want to deploy...

That's how I currently have it in our repository and it seems to be working. Technically, when you generate the `.rego` you could just dump the previous versions in the...

I dont think we'd personally use it. Our intent is just to: - Conftest pull - Conftest test bundle.yaml -p some_kubernetes_version - Go forth and fix all the things Not...

Given that these policies shouldn't change once created, we'll most likely stick with the folder structure approach. Having to run a docker container to lint the manifests for every PR...

Stumbled upon this as well. It's a little confusing that the PR API responds with fields like `artifactId` and `codeReviewId` but neither are used in policy evals for the PR....

I think the ability to add labels and annotations make sense. Is this your immediate use case? Is there anything else you're wanting to be able to alter in the...