Skip to content

Commit f4a76d6

Browse files
Merge pull request #269691 from dramasamy/wildcard
Updated the domain example
2 parents dbb2691 + 9e1676b commit f4a76d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/operator-nexus/quickstarts-tenant-workload-prerequisites.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,13 @@ To create an Operator Nexus virtual machine (VM) or Operator Nexus Kubernetes cl
189189

190190
While the cloud services network automatically enables access to essential platform endpoints, you need to add others, such as docker.io, if your application requires them. Configuring the cloud services network proxy is a crucial step in ensuring a successful connection to your desired endpoints. To achieve this, you can add the egress endpoints to the cloud services network during the initial creation or as an update, using the `--additional-egress-endpoints` parameter. While wildcards for the URL endpoints might seem convenient, it isn't recommended for security reasons. For example, if you want to configure the proxy to allow image pull from any repository hosted off docker.io, you can specify `.docker.io` as an endpoint.
191191

192-
The egress endpoints must comply with the domain name structures and hostname specifications outlined in RFC 1034, RFC 1035, and RFC 1123. Valid domain names include alphanumeric characters, hyphens (not at the start or end), and can have subdomains separated by dots. Here are a few examples to demonstrate compliant naming conventions for domain and hostnames.
192+
The egress endpoints must comply with the domain name structures and hostname specifications outlined in RFC 1034, RFC 1035, and RFC 1123. Valid domain names include alphanumeric characters, hyphens (not at the start or end), and can have subdomains separated by dots. The endpoints can be a single FQDN, or a subdomain (domain prefix with a `.`). Here are a few examples to demonstrate compliant naming conventions for domain and hostnames.
193193

194194
- `contoso.com`: The base domain, serving as a second-level domain under the .com top-level domain.
195195
- `sales.contoso.com`: A subdomain of contoso.com, serving as a third-level domain under the .com top-level domain.
196196
- `web-server-1.contoso.com`: A hostname for a specific web server, using hyphens to separate the words and the numeral.
197197
- `api.v1.contoso.com`: Incorporates two subdomains (`v1` and `api`) above the base domain contoso.com.
198+
- `.api.contoso.com`: A wildcard for any subdomain under `api.contoso.com`, covering multiple third-level domains.
198199

199200
### [Azure CLI](#tab/azure-cli)
200201

0 commit comments

Comments
 (0)