-
I am having an issue using Import-BetaSpConfig from the powershell PSSailpoint library, getting this error : "{ “messages”: [ { “localeOrigin”: “DEFAULT”, “text”: “No files were supplied for import.”,…
-
Hi,
In NewAPIClient (client.go) you are appending "/v3" etc to the BaseURL. This ultimately leads to the URL being built as /v3/v3/ because in another place you are also appending the API version t…
-
False positive error: I am using the environmental variable configurations, not from config.yaml.
I am using configuration from the below variables:
$env:SAIL_BASE_URL = "https://{tenant}-dev.…
-
While API request / response logging in non-prod environments is undesirable it can be very helpful when exploring / developing.
$DebugPreference = 'Continue'
:
$Search = @{
indices = @('iden…
-
Hey! Love the tool and continue to leverage it. Wanted to submit a feature request to have support for https://vscode.dev/
-
Not that the samples don't work or aren't good as is. However when extending them the exception handling fail if the search exception result isn't in json format.
```
} catch {
Write-Host $_
…
-
Not sure if this is related to the plugin but using the @and, @or etc. Beanshell operators in rules, forms and workflows causes syntax highlighting errors in vscode.
Is there any way to fix these e…
-
The extension is "naively" replacing all `&&` by `&&`.
For workflows, && can be used for conditions. However, they must not be replaced in order to be a valid XML.
-
Hi,
First of all, thanks for this amazing extension for vscode.
I'm really bored of Eclipse ui with his mem usage and the extension is no more supported by Sailpoint (confirmed by them, they will…
-
When using the "get object" command, a file with a random identifier is created in the temp folder.
It often results on the same steps:
1. Copy path of the target folder
2. Go to file "temp" file a…