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
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".
There is currently not a way to access the password of any other managed accounts in a custom platform script. This would require an enhancement or new platform to be added to Safeguard.
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!
The text was updated successfully, but these errors were encountered: