Mathieu Benoit
Mathieu Benoit
Hi @bdun1013, out of curiosity, now that https://github.com/open-policy-agent/cert-controller/pull/55 is implemented, what are the next steps here? Also, is the planned implementation you mentioned earlier in this thread close to what...
Just heads up that the errors `creating root cert pool` and `one of verifier or root certs is required` are now fixed in `main` branch (#26). You need to build...
Update accordingly the docker-compose.yaml file: https://github.com/mathieu-benoit/RedHatOpenShiftAndMicrosoftAzureWorkshop/commit/a34fd5ecffc9d4dcffa179d18ccdc2f0e62c96fb
Just generated a bunch of Renovate PRs.
In the meantime, like discussed with @astromechza, we could add a custom provisioner to support this: ```yaml - uri: template://static-service type: service outputs: | name: ```
This below is working: ```yaml - uri: template://service-provisioners/static-service type: service init: | name: {{ splitList "." .Id | last }} outputs: | {{ $w := (index .WorkloadServices .Init.name) }} name:...
I think this `service` is to make sure we are compatible with Humanitec's behavior. As far as I understand it, it's doing "nothing", just echoing the name of the resource...
Supported in the community provisioners: https://github.com/[score-spec/community-provisioners](https://github.com/score-spec/community-provisioners), closing.
JFYI, I started this https://github.com/score-spec/sample-score-app/pull/43, to get a reproducible setup with Devcontainer/Codespace, but I'm stuck with just installing `podman` on the base image. If someone wants to help, please let...
Yeah, that's for sure that `curl`, `wget`, `cp`, `rsync` or `oras` can be used. And offloading the auth part outside `score-compose init` is indeed preferable too: using existing tools outside...