azure-sdk-tools/tools/secret-management
Wes Haggard 9dfa46aa07
Handle DevOps PAT creation error (#7702)
2024-02-23 13:07:22 -08:00
..
Azure.Sdk.Tools.AccessManagement Update all projects to v5 of graph api (#7488) 2024-01-05 11:00:33 -08:00
Azure.Sdk.Tools.AccessManagement.Tests Update all projects to v5 of graph api (#7488) 2024-01-05 11:00:33 -08:00
Azure.Sdk.Tools.SecretManagement.Cli
Azure.Sdk.Tools.SecretRotation.Azure Fix Azure.Core downgrade issue (#7297) 2023-11-15 13:45:31 -08:00
Azure.Sdk.Tools.SecretRotation.Configuration
Azure.Sdk.Tools.SecretRotation.Core
Azure.Sdk.Tools.SecretRotation.Stores.AzureActiveDirectory Update all projects to v5 of graph api (#7488) 2024-01-05 11:00:33 -08:00
Azure.Sdk.Tools.SecretRotation.Stores.AzureAppService
Azure.Sdk.Tools.SecretRotation.Stores.AzureDevOps Handle DevOps PAT creation error (#7702) 2024-02-23 13:07:22 -08:00
Azure.Sdk.Tools.SecretRotation.Stores.Generic
Azure.Sdk.Tools.SecretRotation.Stores.KeyVault Bump Azure.Identity (#7155) 2023-10-18 16:16:56 -07:00
Azure.Sdk.Tools.SecretRotation.Tests
docs Add additional documentation to Secrets Rotator (#6095) 2023-05-08 11:43:32 -07:00
schema/1.0.0
Azure.Sdk.Tools.SecretManagement.sln
Directory.Build.props Revert "Strong name sign Sodium.Core in secret library (#6854)" (#6857) 2023-08-25 15:43:07 -04:00
README.md Add additional documentation to Secrets Rotator (#6095) 2023-05-08 11:43:32 -07:00
ci.yml Disable symbol publishing for tool (#7325) 2023-11-20 16:13:12 -08:00

README.md

Additional documentation can be found in the docs folder.

Secret Management

The secret management tool provides configuration driven orchestration of:

  • secret origination, propagation, revocation and metadata storage.
  • role based access control and federated identity credential management
  • syncing of secrets to github actions contexts

If the tool's installed locally, it's invoked like:

dotnet tool run secrets --help

If the tool's installed globally, it's invoked like:

secrets --help

Implemented Stores

Configuration Key Links
AAD Application Secret documentation
ADO Service Connection Parameter documentation
Azure Website documentation
Key Vault Certificate documentation
Key Vault Secret documentation
Manual Action documentation
Random String documentation
Service Account ADO PAT documentation