Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using a third account as variable #33

Open
AbdulrahmanSafwat opened this issue May 20, 2021 · 1 comment
Open

Using a third account as variable #33

AbdulrahmanSafwat opened this issue May 20, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@AbdulrahmanSafwat
Copy link

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!

@MichaelThompson
Copy link

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.

@petrsnd petrsnd added the enhancement New feature or request label Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants