-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add Audit Logging To SecreteManager.exe #4183
Merged
Merged
Conversation
This file contains 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
…e the secrete manager command line operations to allow for passing in a service tree id associated with the service execuring change operations.
Changing variable names to be more consistent with use Altering some comments
davfost
requested review from
garath,
dougbu,
mmitche,
riarenas,
epananth and
missymessa
September 27, 2024 21:47
dougbu
reviewed
Sep 27, 2024
…l and base command settings when not using the command line.
mmitche
reviewed
Oct 3, 2024
src/SecretManager/Microsoft.DncEng.SecretManager/Commands/InfoCommand.cs
Outdated
Show resolved
Hide resolved
mmitche
reviewed
Oct 4, 2024
src/SecretManager/Microsoft.DncEng.SecretManager/Commands/ProjectBaseCommand.cs
Outdated
Show resolved
Hide resolved
mmitche
reviewed
Oct 4, 2024
mmitche
reviewed
Oct 4, 2024
src/SecretManager/Microsoft.DncEng.SecretManager/Commands/ValidateCommand.cs
Show resolved
Hide resolved
garath
reviewed
Oct 7, 2024
src/SecretManager/Microsoft.DncEng.SecretManager/StorageTypes/AzureKeyVault.cs
Outdated
Show resolved
Hide resolved
garath
reviewed
Oct 7, 2024
src/SecretManager/Microsoft.DncEng.SecretManager/SecurityAuditLogger.cs
Outdated
Show resolved
Hide resolved
garath
reviewed
Oct 7, 2024
src/SecretManager/Microsoft.DncEng.SecretManager/SecurityAuditLogger.cs
Outdated
Show resolved
Hide resolved
garath
reviewed
Oct 7, 2024
src/SecretManager/Microsoft.DncEng.SecretManager/SecurityAuditLogger.cs
Outdated
Show resolved
Hide resolved
garath
reviewed
Oct 7, 2024
src/SecretManager/Microsoft.DncEng.SecretManager/SecurityAuditLogger.cs
Outdated
Show resolved
Hide resolved
garath
reviewed
Oct 7, 2024
src/SecretManager/Microsoft.DncEng.SecretManager/SecurityAuditLogger.cs
Outdated
Show resolved
Hide resolved
garath
reviewed
Oct 7, 2024
…feed to try to address the build failures seen in the PR build.
…tudio.Azure.Fabric.MSBuild to address PR build breaks.
… Directory.Packages.props
…mapping list to see if that will ensure it is tested last.
…lear the PR build issue.
…t clears the PR build issue.
….props so the down level Build Publish task can use the original nuget.config file for publish actions.
…n Directory.Build.props
… RestoreAdditionalProjectSources setting in the Directory.Build.props file instead of using a conditional nuget file path.
…nd prog files. The new plan will be to specified a cusotm nuget.config file named nuget.internal.config for interal build as a command line argument. Example: dotnet build ./dnceng.sln -p:DefineConstants="INTERNAL" --configfile "nuget.internal.config"
Also removing an extra blank line in the Directory.Build.props file
garath
reviewed
Nov 21, 2024
src/SecretManager/Microsoft.DncEng.SecretManager/Commands/CommonIdentityCommand.cs
Outdated
Show resolved
Hide resolved
garath
reviewed
Nov 21, 2024
src/SecretManager/Microsoft.DncEng.SecretManager/Commands/CommonIdentityCommand.cs
Show resolved
Hide resolved
garath
reviewed
Nov 21, 2024
src/SecretManager/Microsoft.DncEng.SecretManager/Commands/CommonIdentityCommand.cs
Outdated
Show resolved
Hide resolved
garath
reviewed
Nov 21, 2024
src/SecretManager/Microsoft.DncEng.SecretManager.ScenarioTests/WrappedTokenProvider.cs
Show resolved
Hide resolved
garath
reviewed
Nov 21, 2024
src/SecretManager/Microsoft.DncEng.SecretManager.ScenarioTests/WrappedTokenProvider.cs
Outdated
Show resolved
Hide resolved
garath
reviewed
Nov 21, 2024
src/SecretManager/Microsoft.DncEng.SecretManager/SecretManagerCredentialProvider.cs
Show resolved
Hide resolved
garath
reviewed
Nov 21, 2024
Co-authored-by: Michael Stuckey <[email protected]>
Removing AzDo DevOps specific warning message formatting Removing guidance messages being stored in ID values written to Audit Logs when IDs are not found.
garath
previously approved these changes
Nov 26, 2024
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.
All my questions for this iteration are answered!
…mand objects. Removing guidance string placed in ID values when claims properties are not found during identity data extraction.
garath
approved these changes
Nov 26, 2024
This was referenced Nov 26, 2024
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.
Add Audit Logging To SecreteManager.exe
Part Of GitHub Issue https://github.com/dotnet/arcade/issues/13217