-
Notifications
You must be signed in to change notification settings - Fork 27
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
problem New-SafeguardAccessRequest #453
Comments
I believe you are hitting the same issue that is reported here |
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? |
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?
The text was updated successfully, but these errors were encountered: