Adding entries into RDM using a script on linux?

Adding entries into RDM using a script on linux?

avatar

Is it possible to add entries into RDM using a script on linux?

I have 2 requirements, on is just username, password and the other hostname, username, password. Both should go into a specific folder (and be later visible for our Windows users). I did find the Powershell instructions, but nothing on using the commandline or a shell script.

PS: I am running RDM 2020.3.1.0 fine on Ubuntu 20.04 Mate.

All Comments (3)

avatar

Hi,

It's currently not possible to add entries using a script on Linux.
The PowerShell module currently only works on Windows.
There is, however, a PowerShell core version in development.

Why data source would you be scripting against?

Jonathan Lafontaine

avatar

The passwords are generated using a script and are used by Ansible for various deployments.

Can you suggest a cross-platform password-store which can be used as an intermediate data source (write to it on Linux and read from it on Windows) to import the content into RDM using PowerShell?

avatar

Hi,

Any of our shared (or enterprise) data sources should work in that scenario.

Jonathan Lafontaine