Skip to content

Commit f38c05c

Browse files
nphilbrookboruszak
andauthored
Consul Docs: Azure auto-join MSI clarification (#1346)
* Add note about MSI and client IDs * Style suggestions from @boruszak Co-authored-by: Jeff Boruszak <[email protected]>
1 parent 9509701 commit f38c05c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ Variables can also be provided by environmental variables:
191191
- `ARM_CLIENT_ID` for client
192192
- `ARM_CLIENT_SECRET` for secret access key
193193

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).
195+
194196
Use these configuration parameters when using tags:
195197

196198
- `tag_name` - the name of the tag to auto-join on.

0 commit comments

Comments
 (0)