VSCode SailPoint IIQ Development Accelerator Setup

Which IIQ version are you inquiring about?

8.4p1

Hello,

I am new to SailPoint and am trying to set up the SailPoint IIQ Development Accelerator plugin for VSCode and could use some assistance.
I have access to the IIQ server and have installed the plugin but am unsure how to connect to IIQ via VSCode and start using the plugin.

Any direction would be appreciated.

Thanks,
Jesse

see if this helps as there are instructions on how to setup the extension

Hello,

Where are the instructions located?
I only see a brief introduction into the commands and settings available within the extension.

Some of the settings make reference of various tokens, such as the %IIQ_SERVERS% and %%ECLIPSE_URL%%, but I am not sure of their meaning.

Thanks,
Jesse

some of these settings are optional or plugin tries to detect some of the configuration from %%ECLIPSE_URL%% token of your your-target-environment .target. Properties.

For IIQ_SERVERS, see this

  • If you have a mulitple server environment you can put the servers in %%IIQ_SERVERS%% token (servers separated by commas) in your your-target-environment.target.properties file like this: %%IIQ_SERVERS%%=http://server1:8080/identityiq,http://server2:8080/identityiq In this case when you reload your logging config, it will be reloaded on all the servers specified in the token.

Reference

sailpoint-iiq-dev-accelerator/README.md at master · lispercat/sailpoint-iiq-dev-accelerator · GitHub

Which settings do I need to set so that the plugin can become functional?

@MrJesslk1 I had previously configured Eclipse integration with SailPoint IdentityIQ, and during that setup, the plugins were automatically included in Eclipse. I believe that setting up the integration correctly should automatically bring in the required plugins. If anyone needs it, I’m happy to share the setup documentation for Eclipse integration with SailPoint IdentityIQ.