
Table of Contents
-
About this extension
-
Getting Started
- Usage
- Release Notes
-
Contributing
- License
About this extension
This extension is not developed, maintained or supported by SailPoint.
It is a community effort to help manage Non-Employee Risk Management from Visual Studio Code.
The SailPoint Non-Employee Risk Management extension makes it easy to:
- View, edit users and add them to roles
- View roles users and add users
(back to top)
Getting Started
Installation
Go to the extension menu or press Ctrl
+Shift
+X
and look for the extension "Non-Employee Risk Management". Click on the button Install
.
The VSIX can be installed from the extension menu. Press Ctrl
+Shift
+X
and in the menu, click Install from VSIX...
.
Add new tenant
The extension supports several tenants.
Open the Command Palette with Ctrl+Shift+P
(Windows or Linux) or Cmd+Shift+P
(macOS) to find the command "NERM: Add tenant..." or simply click ➕ in the "NERM TENANTS" view.
You will asked for:
- A friendly name
- The API URL, e.g.
https://mycompany.mynonemployee.com/api
- An API Key (Go to Admin, under Sytem, go to Api)
(back to top)
Usage

Release Notes
0.0.3
- Fixed packaging issue that did not include webview
0.0.2
- Updated documentation
- Better management of cache/state
0.0.1
Initial internal release
- Add or remove tenant
- Add or remove folder
- View users, edit, add or remove role
- View roles, add or remove members
(back to top)
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
)
- Commit your Changes (
git commit -m 'Add some AmazingFeature'
)
- Push to the Branch (
git push origin feature/AmazingFeature
)
- Open a Pull Request
(back to top)
Top contributors:
License
Distributed under the MIT License. See LICENSE.txt
for more information.
(back to top)