Skip to content

Commit fafcd95

Browse files
Fix annotations.mdx (#29674)
* Fix annotations.mdx Changed `/vault/docs/agent-and-proxy/autoauth/methods` for `/vault/docs/agent-and-proxy/autoauth` as `methods` doesn't have an index anymore. * Create changelog file * Delete changelog/29674.txt --------- Co-authored-by: Violet Hynes <[email protected]>
1 parent 2a14b1c commit fafcd95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/content/docs/platform/k8s/injector/annotations.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -273,14 +273,14 @@ etc.
273273
This annotation can be reused multiple times to configure multiple settings for the authentication
274274
method. Some authentication methods may require additional secrets and should be mounted via the
275275
`vault.hashicorp.com/agent-extra-secret` annotation. For a list of valid authentication configurations,
276-
see the Vault Agent [auto-auth documentation](/vault/docs/agent-and-proxy/autoauth/methods).
276+
see the Vault Agent [auto-auth documentation](/vault/docs/agent-and-proxy/autoauth).
277277

278278
- `vault.hashicorp.com/auth-path` - configures the authentication path for the Kubernetes
279279
auth method. Defaults to `auth/kubernetes`.
280280

281281
- `vault.hashicorp.com/auth-type` - configures the authentication type for Vault Agent.
282282
Defaults to `kubernetes`. For a list of valid authentication methods, see the Vault Agent
283-
[auto-auth documentation](/vault/docs/agent-and-proxy/autoauth/methods).
283+
[auto-auth documentation](/vault/docs/agent-and-proxy/autoauth).
284284

285285
- `vault.hashicorp.com/auth-min-backoff` - set the [min_backoff](/vault/docs/agent-and-proxy/autoauth#min_backoff) option in the auto-auth config. Requires Vault 1.11+.
286286

0 commit comments

Comments
 (0)