Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
@@ -1,4 +1,4 @@
name: Keyfactor Bootstrap Workflow
name: Keyfactor Bootstrap Workflow

on:
workflow_dispatch:
Expand All @@ -11,10 +11,18 @@ on:

jobs:
call-starter-workflow:
uses: keyfactor/actions/.github/workflows/starter.yml@3.1.2
uses: keyfactor/actions/.github/workflows/starter.yml@screenshots
with:
command_token_url: ${{ vars.DOCTOOL_COMMAND_TOKEN_URL }}
command_hostname: ${{ vars.DOCTOOL_COMMAND_HOSTNAME }}
command_base_api_path: ${{ vars.DOCTOOL_COMMAND_BASE_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.DOCTOOL_COMMAND_CLIENT_ID }}
command_client_secret: ${{ secrets.DOCTOOL_COMMAND_CLIENT_SECRET }}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.1.1
- Bug fix to prevent API key logging

v1.1.0
- Modified build to produce .net6 and .net8 compatible versions
- Updated README documentation to use doctool
Expand Down
2 changes: 1 addition & 1 deletion Imperva/PAMUtilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ internal class PAMUtilities
{
internal static string ResolvePAMField(IPAMSecretResolver resolver, ILogger logger, string name, string key)
{
logger.LogDebug($"Attempting to resolve PAM eligible field {name} with key {key}");
logger.LogDebug($"Attempting to resolve PAM eligible field {name}");
return resolver.Resolve(key);
}
}
Expand Down
260 changes: 145 additions & 115 deletions README.md

Large diffs are not rendered by default.

Binary file modified docsource/images/Imperva-advanced-store-type-dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docsource/images/Imperva-basic-store-type-dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docsource/images/Imperva-custom-fields-store-type-dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading