Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ab#61881 #31

Merged
merged 57 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
aa2f65c
Ab#57301 (#29)
leefine02 May 13, 2024
41de1cd
ab#61881
Aug 14, 2024
fe29494
ab#61881
Aug 19, 2024
aa11837
ab#61881
Aug 19, 2024
f873969
ab#61881
Aug 20, 2024
fa73227
ab#61881
Aug 23, 2024
3c7b414
ab#61881
Aug 23, 2024
a6c910c
ab#61881
Aug 25, 2024
5f8b05b
ab#61881
Aug 26, 2024
e657399
ab#61881
Aug 28, 2024
3a78c95
ab#61881
Aug 28, 2024
dce435a
Update generated README
Aug 28, 2024
e022c33
ab#61881
Sep 3, 2024
01defc1
Merge branch 'ab#61881' of https://github.com/Keyfactor/citrix-adc-or…
Sep 3, 2024
536502c
ab#61881
Sep 4, 2024
a96552e
ab#61881
Sep 6, 2024
adedcc7
ab#61881
Sep 16, 2024
9b49092
ab#61881
Sep 20, 2024
11d8fbc
ab#63856
Oct 3, 2024
ce1f2aa
ab#63856
Oct 3, 2024
5585f2e
ab#63856
Oct 7, 2024
19d39ff
ab#63856
Oct 9, 2024
8fd105a
ab#63856
Oct 10, 2024
56a39f7
ab#63856
Oct 14, 2024
30f155d
ab#63856
Oct 14, 2024
dae56ae
ab#63856
Oct 14, 2024
784c87d
ab#63856
Oct 14, 2024
1c4c811
ab#63856
Oct 14, 2024
e9e5c4d
ab#63856
Oct 14, 2024
b54c594
Update generated docs
Oct 14, 2024
c1eca6e
chore(doctool): Add Username/Password fields to integration manifest,…
m8rmclaren Oct 14, 2024
c621ec9
Update generated docs
Oct 14, 2024
4527698
ab#63856
Oct 15, 2024
c4c8d75
Merge branch 'ab#63856' of https://github.com/Keyfactor/citrix-adc-or…
Oct 15, 2024
674bb01
ab#61881
Oct 15, 2024
34469b4
ab#61881
Oct 15, 2024
d454013
Update generated docs
Oct 15, 2024
3eae98d
ab#61881
Oct 30, 2024
bca244d
Merge branch 'ab#61881' of https://github.com/Keyfactor/citrix-adc-or…
Oct 30, 2024
93a17e4
ab#61881
Oct 30, 2024
755f4ca
ab#61881
Oct 30, 2024
81617b9
ab#61881
Oct 30, 2024
5e6a00d
ab#61881
Oct 30, 2024
c4babbd
ab#61881
Oct 30, 2024
65ffb98
ab#61881
Nov 1, 2024
382e426
ab#61881
Nov 1, 2024
44dc231
ab#61881
Nov 1, 2024
912e819
ab#61881
Nov 5, 2024
b988b96
ab#61881
Nov 5, 2024
1eec65f
use restore-doctool RC build
doebrowsk Nov 5, 2024
9cefe53
Update generated docs
Nov 5, 2024
4f91ab2
ab#61881
Nov 5, 2024
7f4321a
ab#61881
Nov 5, 2024
d8020cc
Update generated docs
Nov 5, 2024
f1108d5
ab#61881
Nov 15, 2024
1fb07db
Merge branch 'ab#61881' of https://github.com/Keyfactor/citrix-adc-or…
Nov 15, 2024
8553b4c
Update generated docs
Nov 15, 2024
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
3 changes: 2 additions & 1 deletion .github/workflows/keyfactor-starter-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ on:

jobs:
call-starter-workflow:
uses: keyfactor/actions/.github/workflows/starter.yml@v2
uses: keyfactor/actions/.github/workflows/starter.yml@3.1.2-rc.0
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 }}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2.2.0
* Removed the ability to manage certificate/key file combinations uploaded but not yet installed on the Citrix ADC device. This was done due to issues centered around inconsistent naming of uploaded certificate and key files. From this release forward only installed certificate objects will be managed by this orchestrator extension.
* Modify process for renewing certificates to create new certificate/key files instead of deleting/re-adding existing so that no sub second outage occurs
* Modify process for linking certificates to existing issuing CA certificate to match all possible linkages
* Modify process for linking certificates to handle renewals of prior linked certificate when a new issuing certificate is used for the renewed certificate
* Modify README to use doctool

2.1.2
* Fix bug identifying private key entry when certificate and key file names differ

2.1.1
* Fix issue identifying whether inventoried certificate contains a private key.
* Renewing Unbound Certificates Causes The Job To Fail
Expand Down
Loading
Loading