Results 8 issues of Theron Voran

Set List types to be ignored in docs/api/config.yaml and ran `make gen-api-ref-docs`. Just thinking this could make the API reference docs more clear as to which resources can be created....

### Description Adds documentation for enabling instant updates with Vault Enterprise and VSO, to go along with the implementation in https://github.com/hashicorp/vault-secrets-operator/pull/771 Associated RFC: https://go.hashi.co/rfc/vlt-320 PR preview links: - https://vault-8x7udm5jp-hashicorp.vercel.app/vault/docs/platform/k8s/vso/sources/vault#features -...

pr/no-changelog
pr/no-milestone
hashicorp-contributed-pr
backport/1.17.x

### Description Updates the docs for the vault-helm [v0.28.1 release](https://github.com/hashicorp/vault-helm/releases/tag/v0.28.1), along with the new [chart values options](https://github.com/hashicorp/vault-helm/compare/v0.28.0...v0.28.1#diff-8377b3e3740a3fcd9f682e5fb55425f2fdbece1791854b9e5013e7f1a5e60e7e). Preview links: * https://vault-asewh7hur-hashicorp.vercel.app/vault/docs/platform/k8s/helm * https://vault-asewh7hur-hashicorp.vercel.app/vault/docs/configuration/service-registration/kubernetes * https://vault-asewh7hur-hashicorp.vercel.app/vault/docs/platform/k8s/injector/annotations#vault-hashicorp-com-agent-image * https://vault-asewh7hur-hashicorp.vercel.app/vault/docs/platform/k8s/helm/configuration#tlsconfig ### TODO only...

pr/no-changelog
pr/no-milestone
hashicorp-contributed-pr
backport/1.17.x

Add Vault client callback handler to re-reconcile when a Vault client token is rotated. Also adds VaultClientMeta to the status, and sync reasons similar to VaultDynamicSecret.

### Description Experimenting with upgrading the docker pkg to v26 ### TODO only if you're a HashiCorp employee - [ ] **Labels:** If this PR is the CE portion of...

do-not-merge
pr/no-changelog
pr/no-milestone
hashicorp-contributed-pr

Caches HVS dynamic secrets (values and TTL/expiration info) for each HCPVaultSecretsApp in a k8s secret in the operator's namespace. This way dynamic secrets aren't fetched from the HVS API before...

### Description Updates vault/sdk (and vault) to use docker v27.2.1. Steps: ``` pushd sdk go get github.com/hashicorp/go-secure-stdlib/plugincontainer@latest go mod tidy popd go get github.com/ory/dockertest@latest \ github.com/moby/sys/user@latest \ github.com/docker/[email protected] \ github.com/hashicorp/[email protected]...

pr/no-milestone
hashicorp-contributed-pr

More unit tests for getShadowSecretData(), storeShadowSecretData(), StoreImmutableSecret(), DeleteSecret(), HashString() as a follow-up to #939