Skip to content
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 88 commits into from
Nov 26, 2024
Merged

Add Audit Logging To SecreteManager.exe #4183

merged 88 commits into from
Nov 26, 2024

Conversation

davfost
Copy link
Contributor

@davfost davfost commented Sep 27, 2024

Add Audit Logging To SecreteManager.exe

  • Adds the OpenTelemetry.Audit.Geneva package and dependencies
  • Following logging recommendations from Geneva team
  • Added non-volatile logging operations to secret update and create operations
  • Adds new command line options for setting the target service ID to used when performing audit logging

Part Of GitHub Issue https://github.com/dotnet/arcade/issues/13217

NuGet.config Outdated Show resolved Hide resolved
…feed to try to address the build failures seen in the PR build.
…tudio.Azure.Fabric.MSBuild to address PR build breaks.
…mapping list to see if that will ensure it is tested last.
….props so the down level Build Publish task can use the original nuget.config file for publish actions.
… 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
davfost and others added 2 commits November 25, 2024 09:54
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
garath previously approved these changes Nov 26, 2024
Copy link
Member

@garath garath left a 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.
@davfost davfost merged commit 60d8e85 into main Nov 26, 2024
7 checks passed
@davfost davfost deleted the dev/davfost/20240710 branch November 26, 2024 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants