diff --git a/content/manuals/ai/sandboxes/security/credentials.md b/content/manuals/ai/sandboxes/security/credentials.md index 740e3495a6..9c1dbae38f 100644 --- a/content/manuals/ai/sandboxes/security/credentials.md +++ b/content/manuals/ai/sandboxes/security/credentials.md @@ -232,6 +232,11 @@ $ sbx secret set-custom -g \ --value ``` +A `--host` value can also use wildcards, with the same syntax as +[network rules](../governance/concepts.md#network-rules): `*` matches a +single label (`*.example.com` covers `api.example.com`) and `**` matches any +number (`**.example.com` covers `api.example.com` and `v2.api.example.com`). + > [!WARNING] > Passing the secret as `--value ` records it in your shell history > and exposes it to other processes running as your user. Avoid pasting