Skip to content

Commit

Permalink
chore(store-types): Update store_types.json
Browse files Browse the repository at this point in the history
Signed-off-by: spbsoluble <[email protected]>
  • Loading branch information
spbsoluble committed Jan 30, 2025
1 parent e84b8c0 commit eb0d2d7
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
### CLI

- `auth`: When using `oauth` pass empty list for `scopes` if no scopes are provided, rather than default scope `openid`
- `auth`: Output env and config file errors when both are encountered rather than just config file errors.

## Chores

- `store-types`: Update embedded `store-type` definitions to latest.

# v1.6.0

Expand Down
38 changes: 36 additions & 2 deletions store_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,34 @@
"BlueprintAllowed": true,
"CustomAliasAllowed": "Optional"
},
{
"Name": "Airlock Application Firewall Certificate",
"ShortName": "AirlockWAF",
"Capability": "AirlockWAF",
"LocalStore": false,
"SupportedOperations": {
"Add": false,
"Create": false,
"Discovery": true,
"Enrollment": false,
"Remove": false
},
"Properties": [],
"EntryParameters": [],
"PasswordOptions": {
"EntrySupported": false,
"StoreRequired": true,
"Style": "Default"
},
"StorePathType": "",
"StorePathValue": "",
"PrivateKeyAllowed": "Required",
"JobProperties": [],
"ServerRequired": true,
"PowerShell": false,
"BlueprintAllowed": false,
"CustomAliasAllowed": "Allowed"
},
{
"Name": "Akamai Certificate Provisioning Service",
"ShortName": "Akamai",
Expand Down Expand Up @@ -2680,10 +2708,16 @@
"PasswordOptions": {
"Style": "Default",
"EntrySupported": false,
"StoreRequired": true
"StoreRequired": true,
"StorePassword": {
"Description": "Your Imperva API id and API key concatenated with a comma (,}. For example: 12345,12345678-1234-1234-1234-123456789ABC. Please refer to the [Imperva documentation](https://docs.imperva.com/bundle/cloud-application-security/page/settings/api-keys.htm#:~:text=In%20the%20Cloud%20Security%20Console%20top%20menu%20bar%2C%20click%20Account,to%20create%20a%20new%20key.) as to how to create an API id and key.",
"IsPAMEligible": true
}
},
"Properties": [],
"EntryParameters": []
"EntryParameters": [],
"ClientMachineDescription": "The URL that will be used as the base URL for Imperva endpoint calls. Should be https://my.imperva.com",
"StorePathDescription": "Your Imperva account id. Please refer to the [Imperva documentation](https://docs.imperva.com/howto/bd68301b) as to how to find your Imperva account id."
},
{
"Name": "K8SCert",
Expand Down

0 comments on commit eb0d2d7

Please sign in to comment.