Open josema993 opened 1 year ago
I believe you are hitting the same issue that is reported here https://github.com/OneIdentity/safeguard-ps/issues/452 Does that sound right?
I believe you are hitting the same issue that is reported here #452 Does that sound right?
No. We use version 6.13.62645. And our problem is FullyQualifiedErrorId : Unable to find a requestable account matching 'machine'
Thanks :S
True. I will look into this to see what I can find.
What version of Safeguard are you running against? Is it version 6.13?
What version of Safeguard are you running against? Is it version 6.13?
We use
and the safeguard-ps version is: 6.13.62645
I have tested with safeguard-ps 6.13.6245 / spp 7.1 and can't duplicate this. Are you able to checkout the password for account "machine" from the UI?
With version 6.13.62645 we are having problems when creating a new access request
when execute the command:
$Appliance = "appliancename" $user = "user" $Password = "password" | ConvertTo-SecureString -AsPlainText -Force $accountName = "machine" $accountAsset = "machine.url.global" $sourceappliance = Connect-Safeguard $Appliance -Insecure -IdentityProvider ad1 -Username $user -Password $Password New-SafeguardAccessRequest -Appliance $Appliance -insecure -AccessToken $sourceappliance -AccountToUse $accountName -AssetToUse $accountAsset -AccessRequestType "SSH"
We get the following error:
Unable to find a requestable account matching 'machine' En C:\Users\jrodrige\Documents\WindowsPowerShell\Modules\safeguard-ps\6.13.62645\requests.psm1: 100 Carácter: 13
Can you help whit us problem?