You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add in a vector of username and password? I have tested with the gce_vm with template = "rstudio" and the following did not work as expected.
________________________________
From: kevinwang <[email protected]>
Sent: Sunday, July 7, 2019 1:09 AM
To: cloudyr/googleComputeEngineR
Cc: Mark; Assign
Subject: Re: [cloudyr/googleComputeEngineR] Adding multiple users using `gce_rstudio_adduser` (#142)
Assigned #142<#142> to @MarkEdmondson1234<https://github.com/MarkEdmondson1234>.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub<#142?email_source=notifications&email_token=AAYCPLDJZH4NILQZCALAENDP6EQ2VA5CNFSM4H6UNKLKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOSLP3VOA#event-2464135864>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAYCPLDUCE2CZDENKH6UJJLP6EQ2VANCNFSM4H6UNKLA>.
Is it possible to add in a vector of username and password? I have tested with the
gce_vm
withtemplate = "rstudio"
and the following did not work as expected.gce_rstudio_adduser(instance = vm, username = c("user1", "user2"), password = c("user1", "user2"))
My installation version is
cloudyr/googleComputeEngineR@b58de2e
The text was updated successfully, but these errors were encountered: