Skip to content

Commit

Permalink
Merge pull request #9 from Keyfactor/update-branch-workflow
Browse files Browse the repository at this point in the history
Update branch workflow
  • Loading branch information
fiddlermikey authored Jul 12, 2022
2 parents a798617 + 3e287b0 commit e0d1c9e
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 306 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/keyfactor-extension-generate-readme.yml

This file was deleted.

110 changes: 0 additions & 110 deletions .github/workflows/keyfactor-extension-prerelease.yml

This file was deleted.

124 changes: 0 additions & 124 deletions .github/workflows/keyfactor-extension-release.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/keyfactor-extension-update-catalog.yml

This file was deleted.

26 changes: 26 additions & 0 deletions .github/workflows/keyfactor-starter-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Starter Workflow
on: [workflow_dispatch, push, pull_request]

jobs:
call-create-github-release-workflow:
uses: Keyfactor/actions/.github/workflows/github-release.yml@main

call-dotnet-build-and-release-workflow:
needs: [call-create-github-release-workflow]
uses: Keyfactor/actions/.github/workflows/dotnet-build-and-release.yml@main
with:
release_version: ${{ needs.call-create-github-release-workflow.outputs.release_version }}
release_url: ${{ needs.call-create-github-release-workflow.outputs.release_url }}
release_dir: AnyAgent/bin/Release # build output directory to upload as a release, relative to checkout workspace
secrets:
token: ${{ secrets.PRIVATE_PACKAGE_ACCESS }}

call-generate-readme-workflow:
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
uses: Keyfactor/actions/.github/workflows/generate-readme.yml@main

call-update-catalog-workflow:
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
uses: Keyfactor/actions/.github/workflows/update-catalog.yml@main
secrets:
token: ${{ secrets.SDK_SYNC_PAT }}
24 changes: 20 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
# IBM Datapower
## Windows-orchestrator
# IBM Datapower

The IBM DataPower Orchestrator allows for the management of certificates in the IBM Datapower platform. Inventory and Management functions are supported.

<!-- add integration specific information below -->
***
#### Integration status: Pilot - Ready for use in test environments. Not for use in production.

## About the Keyfactor Windows Orchestrator AnyAgent

This repository contains a Windows Orchestrator AnyAgent, which is a plugin to the Keyfactor Windows Orchestrator. Within the Keyfactor Platform, Orchestrators are used to manage “certificate stores” &mdash; collections of certificates and roots of trust that are found within and used by various applications.

The Windows Orchestrator is part of the Keyfactor software distribution and is available via the Keyfactor customer portal. For general instructions on installing AnyAgents, see the “Keyfactor Command Orchestrator Installation and Configuration Guide” section of the Keyfactor documentation. For configuration details of this specific AnyAgent, see below in this readme.

Note that in Keyfactor Version 9, the Windows Orchestrator have been replaced by the Universal Orchestrator. While this AnyAgent continues to work with the Windows Orchestrator, and the Windows Orchestrator is supported alongside the Universal Orchestrator talking to Keyfactor version 9, AnyAgent plugins cannot be used with the Universal Orchestrator.

---




---

***

**1) Create the new Certificate store Type for the New DataPower AnyAgent**

Expand Down Expand Up @@ -96,3 +111,4 @@ Navigate to Certificate Locations => Certificate Stores within Keyfactor Command

### License
[Apache](https://apache.org/licenses/LICENSE-2.0)

8 changes: 1 addition & 7 deletions README.md.tpl → readme_source.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# {{ name }}
## {{ integration_type | capitalize }}

{{ description }}

<!-- add integration specific information below -->
***
***

**1) Create the new Certificate store Type for the New DataPower AnyAgent**

Expand Down

0 comments on commit e0d1c9e

Please sign in to comment.