username in json file not in clear text

29 views
Skip to first unread message

mezam

unread,
Jan 7, 2023, 4:48:16 PM1/7/23
to rundeck-discuss
Hello, let's say I have the following resource.json file:

"madmartigan.local": { 
                                            "tags": "mycity,server", 
                                            "winrm-port":  5985,
                                            "winrm-authtype":  "ntlm",
                                            "osFamily": "windows", 
                                            "username": "greg", 
                                            "winrm-password-storage-path":  "keys/project/SLN-Tasks/admPw",
                                            "osVersion": "10.10.3", 
                                            "winrm-shell":  "powershell", 
                                            "hostname": "madmartigan.local", 
                                            "nodename": "madmartigan.local", 
                                            "osName": "Mac OS X" 
  } 
is it possible to have the username encrypted the same way the password is? Like:

"username":  "keys/project/SLN-Tasks/admSrv",

I've tried but it does not work. It only works with username in clear text. Is it by design?
Many thanks

rac...@rundeck.com

unread,
Jan 9, 2023, 7:39:53 AM1/9/23
to rundeck-discuss
Hi Mezam,

Right now the username must be defined in clear text. You can suggest it here.

Regards.

mezam

unread,
Jan 9, 2023, 9:42:25 AM1/9/23
to rundeck-discuss
Hi Reiner, many thanks!
Reply all
Reply to author
Forward
0 new messages