Adds note about secret value

* For future traveler, this literally ate up an entire day of debugging, so hopefully it helped you! 💃
This commit is contained in:
petems 2019-02-13 00:54:27 +00:00
parent e036462adf
commit 7fdb488ba4
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ $ consul agent -retry-join "provider=azure tag_name=... tag_value=... tenant_id=
- `provider` (required) - the name of the provider ("azure" in this case). - `provider` (required) - the name of the provider ("azure" in this case).
- `tenant_id` (required) - the tenant to join machines in. - `tenant_id` (required) - the tenant to join machines in.
- `client_id` (required) - the client to authenticate with. - `client_id` (required) - the client to authenticate with.
- `secret_access_key` (required) - the secret client key. - `secret_access_key` (required) - the secret client key. **NOTE** This value often may have an equals sign in it's value, especially if generated from the Azure Portal, so is important to wrap in single quotes eg. `secret_acccess_key='fpOfcHQJAQBczjAxiVpeyLmX1M0M0KPBST+GU2GvEN4='`
Use these configuration parameters when using tags: Use these configuration parameters when using tags:
- `tag_name` - the name of the tag to auto-join on. - `tag_name` - the name of the tag to auto-join on.