Skip to content

Commit 81f09c6

Browse files
authored
Merge 079fb15 into d6b1d71
2 parents d6b1d71 + 079fb15 commit 81f09c6

29 files changed

+433
-365
lines changed

.github/workflows/keyfactor-bootstrap-workflow.yml renamed to .github/workflows/keyfactor-starter-workflow.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Keyfactor Bootstrap Workflow
1+
name: Keyfactor Bootstrap Workflow
22

33
on:
44
workflow_dispatch:
@@ -11,9 +11,10 @@ on:
1111

1212
jobs:
1313
call-starter-workflow:
14-
uses: keyfactor/actions/.github/workflows/starter.yml@v2
14+
uses: keyfactor/actions/.github/workflows/starter.yml@3.1.2
1515
secrets:
1616
token: ${{ secrets.V2BUILDTOKEN}}
1717
APPROVE_README_PUSH: ${{ secrets.APPROVE_README_PUSH}}
1818
gpg_key: ${{ secrets.KF_GPG_PRIVATE_KEY }}
1919
gpg_pass: ${{ secrets.KF_GPG_PASSPHRASE }}
20+
scan_token: ${{ secrets.SAST_TOKEN }}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.2.0
2+
* Add entry parameter for ACM tags
3+
* Modify to produce .net6/8 dual builds
4+
* Modify README to use doctool
5+
16
2.1.0
27
* Allow EC2 default credentials to also run the Assume Role command
38
* Add sts:ExtenalId parameter option to Assume Role calls (not applicable when using OAuth)

Images/CertStore-1.gif

-15.4 KB
Binary file not shown.

Images/CertStore-IAM.gif

-79.1 KB
Binary file not shown.

Images/CertStore2.gif

-21.2 KB
Binary file not shown.

Images/CertStoreCredentials.gif

-18.9 KB
Binary file not shown.

Images/CertStoreType-Advanced.gif

-14.9 KB
Binary file not shown.

Images/CertStoreType-Basic-IAM.gif

-93.3 KB
Binary file not shown.

Images/CertStoreType-Basic-Okta.gif

-17.7 KB
Binary file not shown.
-123 KB
Binary file not shown.

0 commit comments

Comments
 (0)