Skip to content

Commit f067a6b

Browse files
authored
Add readme token (#8)
* Add token for readme builds * Update generated README
1 parent bc063e6 commit f067a6b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/keyfactor-starter-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: [workflow_dispatch, push, pull_request]
44
jobs:
55
call-create-github-release-workflow:
66
uses: Keyfactor/actions/.github/workflows/github-release.yml@main
7+
78
get-manifest-properties:
89
runs-on: windows-latest
910
outputs:
@@ -30,6 +31,8 @@ jobs:
3031
call-generate-readme-workflow:
3132
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
3233
uses: Keyfactor/actions/.github/workflows/generate-readme.yml@main
34+
secrets:
35+
token: ${{ secrets.APPROVE_README_PUSH }}
3336

3437
call-update-catalog-workflow:
3538
needs: get-manifest-properties

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ A10 vThunder AnyAgent allows an organization to inventory and deploy certificate
66

77
## About the Keyfactor Universal Orchestrator Capability
88

9-
This repository contains a Universal Orchestrator Extension which is a plugin to the Keyfactor Universal Orchestrator. Within the Keyfactor Platform, Orchestrators are used to manage “certificate stores” — collections of certificates and roots of trust that are found within and used by various applications.
9+
This repository contains a Universal Orchestrator Capability which is a plugin to the Keyfactor Universal Orchestrator. Within the Keyfactor Platform, Orchestrators are used to manage “certificate stores” — collections of certificates and roots of trust that are found within and used by various applications.
1010

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

1313
The Universal Orchestrator is the successor to the Windows Orchestrator. This Capability plugin only works with the Universal Orchestrator and does not work with the Windows Orchestrator.
1414

15-
---
1615

1716

1817
## Support for a10vThunder
@@ -24,9 +23,15 @@ ___
2423

2524

2625

26+
---
27+
28+
29+
2730

2831
## Platform Specific Notes
2932

33+
The minimum version of the Universal Orchestrator Framework needed to run this version of the extension is
34+
3035
The Keyfactor Universal Orchestrator may be installed on either Windows or Linux based platforms. The certificate operations supported by a capability may vary based what platform the capability is installed on. The table below indicates what capabilities are supported based on which platform the encompassing Universal Orchestrator is running.
3136
| Operation | Win | Linux |
3237
|-----|-----|------|
@@ -41,6 +46,7 @@ The Keyfactor Universal Orchestrator may be installed on either Windows or Linux
4146

4247
---
4348

49+
4450
**A10 Networks vThunder Orchestrator**
4551

4652
**Overview**

0 commit comments

Comments
 (0)