Skip to content

Commit

Permalink
📦preparation of 0.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
yannick-beot-sp committed Feb 28, 2024
1 parent 7506d0c commit b0fa769
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This changelog is following the recommended format by [keepachangelog](https://k

## [Unreleased]

## [0.0.29] - 2024-02-28

### Added

- Export/Import workflows (cf. [#57](https://github.com/yannick-beot-sp/vscode-sailpoint-identitynow/issues/57))
Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The extension allows you to manage rules and upload the script to a new or exist

Export and Import workflows automatically:

- Remove the properties "created", "creator", "modified", "modifiedBy", and "owner"
- Remove the properties `created`, `creator`, `modified`, `modifiedBy`, and `owner`
- Nullify any value that starts with `$.secrets.`

The extension allows you to test the workflow:
Expand Down Expand Up @@ -212,8 +212,8 @@ The following table provides the expected column for the CSV to import Roles:
There are 3 kind of attributes:

- **Identity Attribute**: the format is `identity.{attribute name}`. Ex: `identity.cloudLifecycleState`, `identity.type`, etc.
- **Account Attribute**: the format is `{source name}.attribute.{attribute name}`. If the source name constains space, the source name must be put between quotes or double-quotes
- **Entitlements**: the format is `{source name}.entitlement.{attribute name}`. If the source name constains space, the source name must be put between quotes or double-quotes
- **Account Attribute**: the format is `{source name}.attribute.{attribute name}`. If the source name contains space, the source name must be put between quotes or double-quotes
- **Entitlements**: the format is `{source name}.entitlement.{attribute name}`. If the source name contains space, the source name must be put between quotes or double-quotes

##### Attribute operators

Expand Down Expand Up @@ -282,7 +282,7 @@ The extension supports the following settings:
- `vscode-sailpoint-identitynow.treeView.pagination`: Define the number of roles and access profiles that are displayed in the tree view
- Default value: 100

The pattern defined above use the following tokens:
The patterns defined above use the following tokens:

- `%u`: User Home Dir
- `%w`: Workspace folder
Expand All @@ -300,6 +300,8 @@ The pattern defined above use the following tokens:

## Release Notes

### 0.0.29

- Display warning if file is too big (cf. [#66](https://github.com/yannick-beot-sp/vscode-sailpoint-identitynow/issues/66))
- Export/Import workflows (cf. [#57](https://github.com/yannick-beot-sp/vscode-sailpoint-identitynow/issues/57))
- Edit Public Identities Config
Expand Down Expand Up @@ -458,7 +460,7 @@ Fixed:

### 0.0.4

Fix regexp for PAT secret
- Fix regexp for PAT secret

### 0.0.3

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-sailpoint-identitynow",
"displayName": "SailPoint IdentityNow",
"description": "Customize SailPoint IdentityNow",
"version": "0.0.28",
"version": "0.0.29",
"publisher": "yannick-beot-sp",
"icon": "resources/idn.png",
"bugs": {
Expand Down

0 comments on commit b0fa769

Please sign in to comment.