Skip to content

Commit d4ed368

Browse files
Merge pull request #3 from Keyfactor/readme
Update keyfactor-starter-workflow.yml
2 parents c22968b + 7b63f6b commit d4ed368

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
release_version: ${{ needs.call-create-github-release-workflow.outputs.release_version }}
1313
release_url: ${{ needs.call-create-github-release-workflow.outputs.release_url }}
14-
release_dir: DataPower/bin/Release # TODO: set build output directory to upload as a release, relative to checkout workspace
14+
release_dir: DataPower/bin/Debug # TODO: set build output directory to upload as a release, relative to checkout workspace
1515
secrets:
1616
token: ${{ secrets.PRIVATE_PACKAGE_ACCESS }}
1717

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Basic |Requires Store Password |Determines if a store password is required when
3737
Basic |Supports Entry Password |Determined if an individual entry within a store can have a password. This must be unchecked.
3838
Advanced |Store Path Type| Determines how the user will enter the store path when setting up the cert store. Freeform
3939
Advanced |Supports Custom Alias |Determines if an individual entry within a store can have a custom Alias. Optional (if left blank, alias will be a GUID)
40-
Advanced |Private Key Handling |Determines how the orchestrator deals with private keys. Required
40+
Advanced |Private Key Handling |Determines how the orchestrator deals with private keys. Optional
4141
Advanced |PFX Password Style |Determines password style for the PFX Password. Default
4242
Custom Fields|Inventory Page Size|Name:InventoryPageSize Display Name:Inventory Page Size Type:String Default Value:100 Required:True. This determines the page size during the inventory calls. (100 should be fine)
4343
Custom Fields|Public Cert Store Name|Name:PublicCertStoreName Display Name:Public Cert Store Name:String Default Value:pubcert Required:True. This probably will remain pubcert unless someone changed the default name in DataPower.

images/CertStoreType-Advanced.gif

531 Bytes
Loading

readme_source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Basic |Requires Store Password |Determines if a store password is required when
2121
Basic |Supports Entry Password |Determined if an individual entry within a store can have a password. This must be unchecked.
2222
Advanced |Store Path Type| Determines how the user will enter the store path when setting up the cert store. Freeform
2323
Advanced |Supports Custom Alias |Determines if an individual entry within a store can have a custom Alias. Optional (if left blank, alias will be a GUID)
24-
Advanced |Private Key Handling |Determines how the orchestrator deals with private keys. Required
24+
Advanced |Private Key Handling |Determines how the orchestrator deals with private keys. Optional
2525
Advanced |PFX Password Style |Determines password style for the PFX Password. Default
2626
Custom Fields|Inventory Page Size|Name:InventoryPageSize Display Name:Inventory Page Size Type:String Default Value:100 Required:True. This determines the page size during the inventory calls. (100 should be fine)
2727
Custom Fields|Public Cert Store Name|Name:PublicCertStoreName Display Name:Public Cert Store Name:String Default Value:pubcert Required:True. This probably will remain pubcert unless someone changed the default name in DataPower.

0 commit comments

Comments
 (0)