Skip to content

Commit

Permalink
Merge 18db229 into eebae05
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaley authored Sep 27, 2024
2 parents eebae05 + 18db229 commit e2ea94d
Show file tree
Hide file tree
Showing 35 changed files with 2,805 additions and 422 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/keyfactor-bootstrap-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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@v3
secrets:
token: ${{ secrets.V2BUILDTOKEN}}
APPROVE_README_PUSH: ${{ secrets.APPROVE_README_PUSH}}
gpg_key: ${{ secrets.KF_GPG_PRIVATE_KEY }}
gpg_pass: ${{ secrets.KF_GPG_PASSPHRASE }}
scan_token: ${{ secrets.SAST_TOKEN }}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1.0.0
Inital Release. Support for Enroll, Sync, and Revocation.
27 changes: 0 additions & 27 deletions cagateway-template/APIProxy/ProductNameBaseCall.cs

This file was deleted.

12 changes: 0 additions & 12 deletions cagateway-template/Client/ProductNameClient.cs

This file was deleted.

13 changes: 0 additions & 13 deletions cagateway-template/Constants.cs

This file was deleted.

193 changes: 0 additions & 193 deletions cagateway-template/GatewayNameCAConnector.cs

This file was deleted.

36 changes: 0 additions & 36 deletions cagateway-template/Properties/AssemblyInfo.cs

This file was deleted.

15 changes: 0 additions & 15 deletions cagateway-template/app.config

This file was deleted.

Loading

0 comments on commit e2ea94d

Please sign in to comment.