Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
d75e4dd
Merge pull request #57 from Keyfactor/release-1.2
spbsoluble Apr 2, 2025
7f87a02
chore(ci): Bump starter workflow to `v4`
spbsoluble Oct 9, 2025
eef6e25
chore(docs): Convert to doctool
spbsoluble Oct 9, 2025
0672028
fix(k8sjks): Bump `BouncyCastle.Cryptography` to `2.6.2` to fix JKS f…
spbsoluble Oct 9, 2025
28291f1
chore: cleanup
spbsoluble Oct 9, 2025
6f56bef
chore(k8spkcs12): Add verbose logging and cleanup
spbsoluble Oct 9, 2025
923969f
chore: cleanup
spbsoluble Oct 9, 2025
57f2a18
chore: formatting + cleanup
spbsoluble Oct 9, 2025
f422ee8
chore(client): Add verbose logging, formatting + cleanup
spbsoluble Oct 9, 2025
c07f6e0
fix(base): On store-types that support use `buddypass` throw `Invalid…
spbsoluble Oct 9, 2025
7c067e0
chore(tests): cleanup + formatting
spbsoluble Oct 9, 2025
82c334e
chore(docs): update CHANGELOG.md
spbsoluble Oct 9, 2025
fa12b7c
Update kubernetes-orchestrator-extension/Jobs/JobBase.cs
spbsoluble Jan 12, 2026
346f700
Update kubernetes-orchestrator-extension/StoreTypes/K8SPKCS12/Store.cs
spbsoluble Jan 12, 2026
a674c72
Update docsource/k8stlssecr.md
spbsoluble Jan 12, 2026
0c8b138
Update docsource/k8ssecret.md
spbsoluble Jan 12, 2026
14c0410
Update docsource/k8sns.md
spbsoluble Jan 12, 2026
fab98a6
Update docsource/content.md
spbsoluble Jan 12, 2026
2c099bb
Update kubernetes-orchestrator-extension/StoreTypes/K8SPKCS12/Store.cs
spbsoluble Jan 12, 2026
369f30c
Update kubernetes-orchestrator-extension/StoreTypes/K8SJKS/Store.cs
spbsoluble Jan 12, 2026
7e2903a
Update kubernetes-orchestrator-extension/Jobs/Management.cs
spbsoluble Jan 12, 2026
c3508ca
Update kubernetes-orchestrator-extension/Clients/KubeClient.cs
spbsoluble Jan 12, 2026
3917a1f
Update docsource/k8spkcs12.md
spbsoluble Jan 12, 2026
6e78526
Update generated docs
Jan 12, 2026
b5b1588
fix(management): `SeparateChain` property support added to `K8STLSSEC…
spbsoluble Jan 14, 2026
e85eb7e
chore(logs): Comment out insecure log lines
spbsoluble Jan 14, 2026
501f5dd
chore(docs): Update store_types.json with descriptions
spbsoluble Jan 14, 2026
d799d91
chore(docs): Remove `SeparateChain` from `K8SJKS` and `K8SPKCS12` sto…
spbsoluble Jan 14, 2026
b70f2b2
chore(deps): Bump all deps to latest
spbsoluble Jan 14, 2026
eb345c6
chore(docs): Update CHANGELOG.md
spbsoluble Jan 14, 2026
bc666de
Update generated docs
Jan 14, 2026
6ad4800
chore(docs): Update integration-manifest.json
spbsoluble Jan 15, 2026
41aaa1c
Update generated docs
Jan 15, 2026
002beca
chore(docs): Update screenshots
spbsoluble Jan 22, 2026
97a4da9
chore(docs): Regen docs
spbsoluble Jan 22, 2026
c8a38a4
Update generated docs
Jan 22, 2026
67039dd
fix(cli/store-type): When loading dashboard check for css class "dash…
spbsoluble Jan 22, 2026
9d53ef5
Update generated docs
Jan 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .github/workflows/keyfactor-starter-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,17 @@ on:

jobs:
call-starter-workflow:
uses: keyfactor/actions/.github/workflows/starter.yml@v2
uses: keyfactor/actions/.github/workflows/starter.yml@v4
with:
command_token_url: ${{ vars.COMMAND_TOKEN_URL }}
command_hostname: ${{ vars.COMMAND_HOSTNAME }}
command_base_api_path: ${{ vars.COMMAND_API_PATH }}
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 }}
entra_username: ${{ secrets.DOCTOOL_ENTRA_USERNAME }}
entra_password: ${{ secrets.DOCTOOL_ENTRA_PASSWD }}
command_client_id: ${{ secrets.COMMAND_CLIENT_ID }}
command_client_secret: ${{ secrets.COMMAND_CLIENT_SECRET }}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# 1.2.2

## Bug Fixes
- fix(storetypes): `K8SJKS` and `K8SPKCS12` storetypes using a separate `k8s` secret for store password does not crash
on missing or invalid secret field name.
- fix(storetypes): `K8SJKS` where JKS files created using Keytool v20+ will be recognized as JKS files.
- fix(storetypes): `K8SJKS` and `K8SPKCS12` store/buddy passwords ending with a `\n` character will be trimmed to not include the newline.
- fix(storetypes): All store-types now support `IncludeCertChain` parameter. This defaults to `true`.
- fix(storetypes): `K8STLSSECR` and `K8SSecret` support `SeparateChain` property. This defaults to `false`.

## Chores:
- chore(docs): Update documentation format
- chore(deps): Bump `BouncyCastle.Cryptography` to `v2.6.2`.

# 1.2.1

## Bug Fixes
- fix(management): `K8SNS` management jobs handle `storepath` parsed length is less than expected.

# 1.2.0
Expand Down
2,891 changes: 2,054 additions & 837 deletions README.md

Large diffs are not rendered by default.

Loading