Alexej Disterhoft

Results 6 comments of Alexej Disterhoft

~~Looking into fixing those failing tests - they work locally, so will need to retest on CICD.~~ Fixed the failing test. I forgot to make use of the mock lookPath...

Since this PR is already 3 years old and probably long forgotten by the original author, I've reworked this in a new one #2563. Maybe that one fits the bill...

Hey @derekleegh. Have you tried the [`lookup`](https://developer.hashicorp.com/terraform/language/functions/lookup) function? Something like ```hcl lookup(jsondecode(data.sops_file.demo-secret.raw), var.secret_position, {}) ``` should work.

Any chance to get this PR reopened and merged? We're facing an issue as we need to update the `service-account-issuer` argument for the kube apiserver of a rke-based cluster without...

I can add some more context here, all of the commands run with notation v2.0.0-alpha.1 (redacted possibly sensitive information): ```console $ docker push europe-west3-docker.pkg.dev///notation-test:signed The push refers to repository [europe-west3-docker.pkg.dev///notation-test]...

Hey @FeynmanZhou - unfortunately, not in a way that allows us to continue with notation. While we could use an older release of notation to sign images (v1.1.2 does work),...