-
Notifications
You must be signed in to change notification settings - Fork 4
added logging for troubleshooting #68
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
base: release-3.1
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds debugging capabilities by introducing additional logging statements and updating a dependency to the latest version.
- Added trace-level logging for troubleshooting entry parameters in the Management job
- Updated IOrchestratorJobExtensions package from version 0.7.0 to 1.0.0
- Reorganized README documentation structure with improved formatting and additional PAM integration details
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
README.md | Restructured documentation with improved formatting, moved AKV description, added PAM integration section, and fixed spelling errors |
AzureKeyVault/Jobs/Management.cs | Added trace logging for job properties and refactored entry parameter parsing with improved error handling |
AzureKeyVault/AzureKeyVault.csproj | Updated IOrchestratorJobExtensions dependency to version 1.0.0 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
using Keyfactor.Orchestrators.Extensions.Interfaces; | ||
using System.Collections.Generic; | ||
using Newtonsoft.Json; | ||
using System.Security.AccessControl; |
Copilot
AI
Oct 15, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The System.Security.AccessControl
import is unused in this file. Consider removing it to keep imports clean.
using System.Security.AccessControl; |
Copilot uses AI. Check for mistakes.
The Azure Key Vault Universal Orchestrator extension If you have a support issue, please open a support ticket by either contacting your Keyfactor representative or via the Keyfactor Support Portal at https://support.keyfactor.com. | ||
> To report a problem or suggest a new feature, use the **[Issues](../../issues)** tab. If you want to contribute actual bug fixes or proposed enhancements, use the **[Pull requests](../../pulls)** tab. | ||
The Azure Key Vault Universal Orchestrator extension is supported by Keyfactor. If you require support for any issues or have feature request, please open a support ticket by either contacting your Keyfactor representative or via the Keyfactor Support Portal at https://support.keyfactor.com. |
Copilot
AI
Oct 15, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing article 'a' before 'feature request'.
The Azure Key Vault Universal Orchestrator extension is supported by Keyfactor. If you require support for any issues or have feature request, please open a support ticket by either contacting your Keyfactor representative or via the Keyfactor Support Portal at https://support.keyfactor.com. | |
The Azure Key Vault Universal Orchestrator extension is supported by Keyfactor. If you require support for any issues or have a feature request, please open a support ticket by either contacting your Keyfactor representative or via the Keyfactor Support Portal at https://support.keyfactor.com. |
Copilot uses AI. Check for mistakes.
Uh oh!
There was an error while loading. Please reload this page.