-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
6 changed files
with
124 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Keyfactor Bootstrap Workflow | ||
|
||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
types: [opened, closed, synchronize, edited, reopened] | ||
push: | ||
create: | ||
branches: | ||
- 'release-*.*' | ||
|
||
jobs: | ||
call-starter-workflow: | ||
uses: keyfactor/actions/.github/workflows/starter.yml@v2 | ||
secrets: | ||
token: ${{ secrets.V2BUILDTOKEN}} | ||
APPROVE_README_PUSH: ${{ secrets.APPROVE_README_PUSH}} | ||
gpg_key: ${{ secrets.KF_GPG_PRIVATE_KEY }} | ||
gpg_pass: ${{ secrets.KF_GPG_PASSPHRASE }} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
1.0.8 | ||
* Inventory Fix "did not find ending '-'" | ||
|
||
1.0.7 | ||
* Initial Version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,77 @@ | ||
{ | ||
"$schema": "https://keyfactor.github.io/integration-manifest-schema.json", | ||
"integration_type": "orchestrator", | ||
"name": "Remote GCP Apigee", | ||
"status": "production", | ||
"link_github": true, | ||
"description": "Apigee is a Google Cloud Platform (GCP) software product for developing and managing APIs. The remote GCP Apigee Orchestrator allows for the remote management of Apigee certificate stores. Inventory and Management functions are supported. The Orchestrator performs operations utilizing the Apigee REST API.", | ||
"about": { | ||
"orchestrator": { | ||
"win": { | ||
"supportsCreateStore": true, | ||
"supportsDiscovery": false, | ||
"supportsManagementAdd": true, | ||
"supportsManagementRemove": true, | ||
"supportsReenrollment": false, | ||
"supportsInventory": true, | ||
"platformSupport": "Unused" | ||
}, | ||
"linux": { | ||
"supportsCreateStore": false, | ||
"supportsDiscovery": false, | ||
"supportsManagementAdd": false, | ||
"supportsManagementRemove": false, | ||
"supportsReenrollment": false, | ||
"supportsInventory": false, | ||
"platformSupport": "Unused" | ||
} | ||
} | ||
} | ||
"$schema": "https://keyfactor.github.io/integration-manifest-schema.json", | ||
"integration_type": "orchestrator", | ||
"name": "Remote GCP Apigee", | ||
"status": "production", | ||
"link_github": true, | ||
"update_catalog": true, | ||
"support_level": "kf-supported", | ||
"release_dir": "GcpApigee/bin/Release/netcoreapp3.1", | ||
"description": "Apigee is a Google Cloud Platform (GCP) software product for developing and managing APIs. The remote GCP Apigee Orchestrator allows for the remote management of Apigee certificate stores. Inventory and Management functions are supported. The Orchestrator performs operations utilizing the Apigee REST API.", | ||
"about": { | ||
"orchestrator": { | ||
"keyfactor_platform_version": "9.1.0", | ||
"UOFramework": "10.1", | ||
"win": { | ||
"supportsCreateStore": true, | ||
"supportsDiscovery": false, | ||
"supportsManagementAdd": true, | ||
"supportsManagementRemove": true, | ||
"supportsReenrollment": false, | ||
"supportsInventory": true, | ||
"platformSupport": "Unused" | ||
}, | ||
"linux": { | ||
"supportsCreateStore": false, | ||
"supportsDiscovery": false, | ||
"supportsManagementAdd": false, | ||
"supportsManagementRemove": false, | ||
"supportsReenrollment": false, | ||
"supportsInventory": false, | ||
"platformSupport": "Unused" | ||
}, | ||
"Name": "Google Cloud Proivder Apigee", | ||
"ShortName": "GcpApigee", | ||
"Capability": "GcpApigee", | ||
"LocalStore": false, | ||
"SupportedOperations": { | ||
"Add": true, | ||
"Create": true, | ||
"Discovery": false, | ||
"Enrollment": false, | ||
"Remove": true | ||
}, | ||
"Properties": [ | ||
{ | ||
"Name": "isTrustStore", | ||
"DisplayName": "Is Trust Store?", | ||
"Type": "Bool", | ||
"DependsOn": null, | ||
"DefaultValue": "false", | ||
"Required": true | ||
}, | ||
{ | ||
"Name": "jsonKey", | ||
"DisplayName": "Json Key File", | ||
"Type": "Secret", | ||
"DependsOn": null, | ||
"DefaultValue": null, | ||
"Required": true | ||
} | ||
], | ||
"EntryParameters": [], | ||
"PasswordOptions": { | ||
"EntrySupported": false, | ||
"StoreRequired": false, | ||
"Style": "Default" | ||
}, | ||
"PrivateKeyAllowed": "Optional", | ||
"JobProperties": [], | ||
"ServerRequired": false, | ||
"PowerShell": false, | ||
"BlueprintAllowed": true, | ||
"CustomAliasAllowed": "Required", | ||
"InventoryEndpoint": "/AnyInventory/Update" | ||
} | ||
} | ||
} |