X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3aaefcb3c76ff470b475d950398d01255e87712a..refs/heads/20489-iam-policy-fix:/doc/architecture/federation.html.textile.liquid diff --git a/doc/architecture/federation.html.textile.liquid b/doc/architecture/federation.html.textile.liquid index 7512828430..698e355da6 100644 --- a/doc/architecture/federation.html.textile.liquid +++ b/doc/architecture/federation.html.textile.liquid @@ -20,9 +20,9 @@ h2(#cluster_id). Cluster identifiers Clusters are identified by a five-digit alphanumeric id (numbers and lowercase letters). There are 36 ^5^ = 60466176 possible cluster identifiers. -* For automated tests purposes, use "z****" +* For automated test purposes, use "z****" * For experimental/local-only/private clusters that won't ever be visible on the public Internet, use "x****" -* For long-lived clusters, we recommend reserving a cluster id. Contact "info@curii.com":mailto:info@curii.com +* For long-lived clusters, we recommend reserving a cluster id. Contact "info@curii.com":mailto:info@curii.com for more information. Cluster identifiers are mapped API server hosts one of two ways: @@ -36,14 +36,14 @@ Clusters: clsr1: RemoteClusters: clsr2: - Host: api.cluster2.com + Host: api.cluster2.example Proxy: true clsr3: - Host: api.cluster3.com + Host: api.cluster3.example Proxy: true -In this example, the cluster @clsr1@ is configured to contact @api.cluster2.com@ for requests involving @clsr2@ and @api.cluster3.com@ for requests involving @clsr3@. +In this example, the cluster @clsr1@ is configured to contact @api.cluster2.example@ for requests involving @clsr2@ and @api.cluster3.example@ for requests involving @clsr3@. h2(#identity). Identity