-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Hello team!
So I made this custom script to handle IBM Guardium as a custom platform, as you know there are multiple types of accounts in Guardium and I managed to write a script for most of them, however the I got stuck at an account which during resetting its password we are required to pass the credentials of another third account that is also managed by SafeGuard and under the same asset, as far as I know we can only pass the credentials of the Functional account or the account itself, but how can we pass the credential of another third account that is managed by the same asset and it has the same name across all assets that will be having Guardium as a platform.
Bellow is the command we use to during the reset module, but we need to replace the "AccountUserName" with the other account, and so for "AccountPassword".
{ "Send": { "ConnectionObjectName": "ConnectSsh", "Buffer": "set guiuser %AccountUserName% password %AccountPassword%" ,"ContainsSecret": true } },
Thanks!