paloalto-firewall-orchestrator v2.6.0: Configure Push Failure Behavior + Multiple Template Stacks#42
Open
irby wants to merge 33 commits into
Open
paloalto-firewall-orchestrator v2.6.0: Configure Push Failure Behavior + Multiple Template Stacks#42irby wants to merge 33 commits into
irby wants to merge 33 commits into
Conversation
Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com>
Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com>
Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com>
Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com>
Adds a longer timeout to checking for commit status
* feat(http): add a longer timeout for checking commit status Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com> * Update generated docs * feat: add logic to validate alias length. improve logging Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com> * Update generated docs * chore(actions): bump starter-workflow to v4 Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com> * Update generated docs * chore(docs): format CHANGELOG Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com> --------- Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com> Co-authored-by: Matthew H. Irby <matt.irby@keyfactor.com> Co-authored-by: Keyfactor <keyfactor@keyfactor.github.io>
Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com>
Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com>
…ayer Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com>
Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com>
… entrypoint Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com>
Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com>
Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com>
…vice-group-push-failures
Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com>
Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com>
…ice group / template stacks fail to commit Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com>
…ob status if panorama cannot push to target device Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com>
…ifferent store path templates, call out the timeout Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com>
Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com>
Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com>
Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com>
Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
2.6.0
Features:
PushFailureBehaviorstore property that controls the job result when Panorama failsto push to a device group, template, or template stack. Defaults to
Failure, which triggersa retry; set to
Warningto mark the job complete and log the failure instead. All configuredtargets are always attempted, even if one fails.
TemplateStackstore property now accepts a semicolon-delimited list, allowing a singlemanagement job to push to multiple template stacks.
Fixes:
Failurewhen committing the running configuration to Panorama fails.Previously this was reported as
Warning, which prevented Keyfactor from retrying the job.