Mention the credential expiry date option in the instructions to create Azure
authorWard Vandewege <wvandewege@veritasgenetics.com>
Thu, 11 Apr 2019 19:33:03 +0000 (15:33 -0400)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Thu, 11 Apr 2019 19:33:03 +0000 (15:33 -0400)
credentials for Node Manager.

No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

doc/install/install-nodemanager.html.textile.liquid

index defec2589e82a3f32266f39e500c54401ee57683..770527da1fe4096af877a67363ee4d6e369a0a7d 100644 (file)
@@ -556,7 +556,7 @@ subscription_id = 00000000-0000-0000-0000-000000000000
 # https://azure.microsoft.com/en-us/documentation/articles/resource-group-authenticate-service-principal/
 # and updated for v2 of the Azure cli tool.
 #
-# az ad app create --display-name "Node Manager" --homepage "https://arvados.org" --identifier-uris "https://<Your_Application_Uri>" --password <Your_Password>
+# az ad app create --display-name "Node Manager" --homepage "https://arvados.org" --identifier-uris "https://<Your_Application_Uri>" --password <Your_Password> --end-date <Desired_credential_expiry_date>
 # az ad sp create "<Application_Id>"
 # az role assignment create --assignee "<Application_Id>" --role Owner --resource-group "<Your_Azure_Arvados_Resource_Group>"
 #