plumb creds from webapp to initremote
Avoids abusing setting environment variables, which was always a hack and won't work on windows.
This commit is contained in:
parent
b2fae4b78f
commit
fa24ba2520
24 changed files with 96 additions and 92 deletions
|
@ -47,7 +47,7 @@ unknownNameError prefix = do
|
|||
|
||||
perform :: RemoteType -> UUID -> R.RemoteConfig -> CommandPerform
|
||||
perform t u c = do
|
||||
(c', u') <- R.setup t (Just u) c
|
||||
(c', u') <- R.setup t (Just u) Nothing c
|
||||
next $ cleanup u' c'
|
||||
|
||||
cleanup :: UUID -> R.RemoteConfig -> CommandCleanup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue