From 34400bd9159b7fdfc172290f040fcf2f738260de Mon Sep 17 00:00:00 2001 From: Keyfactor Date: Fri, 25 Oct 2024 13:28:54 +0000 Subject: [PATCH 1/4] Update generated docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8dcdde..01c08d7 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,8 @@ Before installing the Remote File Universal Orchestrator extension, we recommend |---|---| |echo|Used to append a newline and terminate all commands sent.| |find|Used by Discovery jobs to locate potential certificate stores on the file system.| -|cp|Used by Inventory and Management Add/Remove jobs to copy the certificate store file to a temporary file (only when an alternate download folder has been configured).| +|cp|Used by Inventory and Management Add/Remove/Create jobs to determine if certificate store file exists.| +|ls|Used by Management Add/Remove jobs to copy the certificate store file to a temporary file (only when an alternate download folder has been configured).| |chown|Used by the Inventory and Management Add/Remove jobs to set the permissions on the temporary file (only when an alternate download folder has been configured).| |tee|Used by Management Add/Remove jobs to copy the temporary uploaded certificate file to the certificate store file (only when an alternate upload folder has been configured).| |rm|Used by Inventory and Management Add/Remove jobs to remove temporary files (only when an alternate upload/download folder has been configured).| From 9aac38565935f4de67d1cd537efc19400e636110 Mon Sep 17 00:00:00 2001 From: Macey Dobrowsky <11599974+doebrowsk@users.noreply.github.com> Date: Tue, 29 Oct 2024 13:56:36 -0400 Subject: [PATCH 2/4] use dual build action release candidate --- .github/workflows/keyfactor-starter-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/keyfactor-starter-workflow.yml b/.github/workflows/keyfactor-starter-workflow.yml index 64919a4..3987aa3 100644 --- a/.github/workflows/keyfactor-starter-workflow.yml +++ b/.github/workflows/keyfactor-starter-workflow.yml @@ -11,7 +11,7 @@ on: jobs: call-starter-workflow: - uses: keyfactor/actions/.github/workflows/starter.yml@v3 + uses: keyfactor/actions/.github/workflows/starter.yml@3.1.1-rc.0 secrets: token: ${{ secrets.V2BUILDTOKEN}} APPROVE_README_PUSH: ${{ secrets.APPROVE_README_PUSH}} From a0e1b39071959cdd7ac6adef0f141bb87324ca53 Mon Sep 17 00:00:00 2001 From: Macey Dobrowsky <11599974+doebrowsk@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:08:56 -0400 Subject: [PATCH 3/4] add release_project property to integration-manifest.json --- integration-manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integration-manifest.json b/integration-manifest.json index 56638ce..986b2ad 100644 --- a/integration-manifest.json +++ b/integration-manifest.json @@ -6,6 +6,7 @@ "link_github": true, "update_catalog": true, "support_level": "kf-supported", + "release_project": "RemoteFile/RemoteFile.csproj", "release_dir": "RemoteFile/bin/Release", "description": "The Remote File Orchestrator allows for the remote management of file-based certificate stores. Discovery, Inventory, and Management functions are supported. The orchestrator performs operations by first converting the certificate store into a BouncyCastle PKCS12Store.", "about": { @@ -539,4 +540,4 @@ ] } } -} \ No newline at end of file +} From 6a4b01859bbb85d96d8b6f3f6fa104575b495798 Mon Sep 17 00:00:00 2001 From: Macey Dobrowsky <11599974+doebrowsk@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:36:47 -0400 Subject: [PATCH 4/4] target completed 3.1.1 workflow --- .github/workflows/keyfactor-starter-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/keyfactor-starter-workflow.yml b/.github/workflows/keyfactor-starter-workflow.yml index 3987aa3..0093d2c 100644 --- a/.github/workflows/keyfactor-starter-workflow.yml +++ b/.github/workflows/keyfactor-starter-workflow.yml @@ -11,7 +11,7 @@ on: jobs: call-starter-workflow: - uses: keyfactor/actions/.github/workflows/starter.yml@3.1.1-rc.0 + uses: keyfactor/actions/.github/workflows/starter.yml@3.1.1 secrets: token: ${{ secrets.V2BUILDTOKEN}} APPROVE_README_PUSH: ${{ secrets.APPROVE_README_PUSH}}