This console application demonstrates GCP Secret Manager integration from CSharpEssentials.GcpSecretManager.
| Feature | Description |
|---|---|
| Configuration Options | SecretManagerConfigurationOptions for project/secret/version |
| Configuration Builder | How to wire AddGcpSecretManager into IConfigurationBuilder |
| Options Pattern | Typed options for secret manager settings |
cd examples/Examples.GcpSecretManager
dotnet runNote: This demo does not connect to actual Google Cloud. It demonstrates the configuration API only.