Skip to content

Using a third account as variable #33

@AbdulrahmanSafwat

Description

@AbdulrahmanSafwat

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions