Tom Proctor

Results 14 issues of Tom Proctor

Closes https://github.com/hashicorp/vault-csi-provider/issues/167 These config options were added in [1.1.0](https://github.com/hashicorp/vault-csi-provider/blob/main/CHANGELOG.md#110-april-26th-2022) but never added to the docs site.

pr/no-changelog
backport/1.11.x

The Secrets Store CSI driver supports [sending a token](https://github.com/kubernetes-sigs/secrets-store-csi-driver/commit/7ac887a55786306157ad308c751dc1c1fc064fdf) as part of the mount request as of [1.1.0](https://github.com/kubernetes-sigs/secrets-store-csi-driver/releases/tag/v1.1.0) ([relevant issue with rollout timeline](https://github.com/kubernetes-sigs/secrets-store-csi-driver/issues/585)), which is based on this [feature](https://kubernetes-csi.github.io/docs/token-requests.html) from...

**Describe the solution you'd like** Following up as requested from today's community meeting, it would be nice to be able to run providers as a non-root user. To the best...

kind/feature

This builds on #24472 to support reloading database plugins across multiple mounts. The next stage will be to implement a new root-namespace-only endpoint that allows reloading plugins across multiple namespaces,...

core/plugin
hashicorp-contributed-pr

### Description Adds 2 new resources for managing external plugins; `vault_plugin` and `vault_plugin_pinned_version`. Relates #1975 Closes #214 ### Checklist - [x] Added [CHANGELOG](https://github.com/hashicorp/terraform-provider-vault/blob/master/CHANGELOG.md) entry (only for user-facing changes) - [x]...

documentation
size/XL

`go get github.com/tailscale/mkctr@main` Pulls in changes to support a local target that only pushes a single-platform image to the machine's local image store. Fixes tailscale/mkctr#18

### What are you trying to do? Understand which version combinations of the operator, proxies, helm chart, and kubernetes are tested and supported. ### How should we solve this? More...

T4 Docs
needs-triage
fr

Don't skip installing egress forwarding rules for IPv6, and set headless services ipFamilyPolicy to PreferDualStack to optionally enable both IP families when possible. Note that even with PreferDualStack set, testing...

Deploys tsrecorder images to the cluster for use with kubectl exec session recording. S3 storage is not yet implemented. Example CR: ```yaml apiVersion: tailscale.com/v1alpha1 kind: TSRecorder metadata: name: rec spec:...

### What are you trying to do? When setting up kubectl exec session recording, the [tsrecorder](https://hub.docker.com/r/tailscale/tsrecorder) image needs to be deployed somewhere to send the recordings to. Kubernetes is a...

kubernetes
needs-triage
fr