Derek Morgan
Derek Morgan
Hello everyone, We currently use OIDC auth for user-based interactions with Kubernetes (deployed via kops) and IAM auth for automated build deployments. Unfortunately, my team doesn't have any control over...
**What happened**: Occasionally, the aws-encryption-provider will fail its health check, resulting in the following logs in the associated kube-apiserver pod: ``` $ kubectl logs -n kube-system kube-apiserver -c healthcheck I0519...
### What feature do you want to see added? Is it possible to use this plugin to authenticate to Vault using a JWT? I've been looking at [the Jenkins oidc-provider...
Hello, is it possible to add a CA certificate to be used during func build steps? I’m working with a transparent proxy and builds using buildpacks fail when downloading versions...
Is it possible to specify the architecture, or build multiple architectures, using func? I'm using an ARM Mac with Podman and would like to also build amd64 images as well.
The [uv](https://astral.sh/blog/uv-unified-python-packaging) tool can now support managing Python installations and would be a good candidate for a provider similar to [pyenv-pants-provider](https://www.pantsbuild.org/2.21/reference/subsystems/pyenv-python-provider). Documentation for uv and how it can be used...
### Issue Description `docker run` commands result in an "unable to upgrade to tcp, received 409" error. `podman run` commands work fine. podman info: ``` host: arch: arm64 buildahVersion: 1.37.2...
**Describe the bug** Trying to package a multiarch Docker image fails with: ``` ERROR: docker exporter does not currently support exporting manifest lists ``` **Pants version** 2.21.0 **OS** MacOS **Docker...
**Is your feature request related to a problem? Please describe.** Terraform provided the ability to segment state for different deployments in [workspaces](https://developer.hashicorp.com/terraform/language/state/workspaces) that can be created or selected with `terraform...
**Is your feature request related to a problem? Please describe.** It would be helpful if there was an `experimental-destroy` target to go along with `experimental-deploy` for the Terraform backend. **Describe...