Skip to content

Commit d774852

Browse files
authored
Merge 82c334e into 2e046be
2 parents 2e046be + 82c334e commit d774852

File tree

50 files changed

+4412
-1983
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+4412
-1983
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,17 @@ 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@v4
15+
with:
16+
command_token_url: ${{ vars.COMMAND_TOKEN_URL }}
17+
command_hostname: ${{ vars.COMMAND_HOSTNAME }}
18+
command_base_api_path: ${{ vars.COMMAND_API_PATH }}
1519
secrets:
1620
token: ${{ secrets.V2BUILDTOKEN}}
17-
APPROVE_README_PUSH: ${{ secrets.APPROVE_README_PUSH}}
1821
gpg_key: ${{ secrets.KF_GPG_PRIVATE_KEY }}
1922
gpg_pass: ${{ secrets.KF_GPG_PASSPHRASE }}
23+
scan_token: ${{ secrets.SAST_TOKEN }}
24+
entra_username: ${{ secrets.DOCTOOL_ENTRA_USERNAME }}
25+
entra_password: ${{ secrets.DOCTOOL_ENTRA_PASSWD }}
26+
command_client_id: ${{ secrets.COMMAND_CLIENT_ID }}
27+
command_client_secret: ${{ secrets.COMMAND_CLIENT_SECRET }}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1+
# 1.2.2
2+
3+
## Bug Fixes
4+
- fix(storetypes): `K8SJKS` and `K8SPKCS12` storetypes using a separate `k8s` secret for store password does not crash
5+
on missing or invalid secret field name.
6+
- fix(storetypes): `K8SJKS` where JKS files created using Keytool v20+ will be recognized as JKS files.
7+
- fix(storetypes): `K8SJKS` and `K8SPKCS12` store/buddy passwords ending with a `\n` character will be trimmed to not include the newline.
8+
9+
## Chores:
10+
- chore(docs): Update documentation format
11+
- chore(deps): Bump `BouncyCastle.Cryptography` to `v2.6.2`.
12+
113
# 1.2.1
14+
15+
## Bug Fixes
216
- fix(management): `K8SNS` management jobs handle `storepath` parsed length is less than expected.
317

418
# 1.2.0

README.md

Lines changed: 1612 additions & 831 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)