Skip to content

Commit 3d51c9d

Browse files
nphilbrookboruszak
andauthored
Apply suggestion from @boruszak
Co-authored-by: Jeff Boruszak <[email protected]>
1 parent 42bc6be commit 3d51c9d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

content/consul/v1.22.x/content/docs/deploy/server/cloud-auto-join.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,7 @@ Variables can also be provided by environmental variables:
191191
- `ARM_CLIENT_ID` for client
192192
- `ARM_CLIENT_SECRET` for secret access key
193193

194-
<Note>
195-
196-
If any of the tentant, client, or client_secret arguments are omitted, then Consul will fall back to Managed Service Identities (see below) and
197-
any client_id that _was_ specified will be ignored for the purposes of MSI. To pass a specific client_id to MSI (for example,
198-
to use a User-Managed identity on a VM that also has a System-Managed identity, you must use the environment variable `AZURE_CLIENT_ID` (reference the [Azure autorest package documentation](https://github.com/Azure/go-autorest/blob/autorest/v0.11.29/autorest/azure/auth/auth.go#L43)
199-
200-
</Note>
194+
If you omit any of the `TENANT`, `CLIENT`, or `CLIENT_SECRET` arguments, then Consul defaults to Managed Service Identities instead. Any client identification that was specified is ignored for the purposes of MSI. To pass client identity to MSI, you must use the `AZURE_CLIENT_ID` environment variable. For more information, refer to the [Azure autorest package documentation](https://github.com/Azure/go-autorest/blob/autorest/v0.11.29/autorest/azure/auth/auth.go#L43).
201195

202196
Use these configuration parameters when using tags:
203197

0 commit comments

Comments
 (0)