{"id":25404925,"url":"https://github.com/anktsrkr/dopplerconfigurationprovider","last_synced_at":"2025-10-31T00:31:33.360Z","repository":{"id":54341374,"uuid":"522186572","full_name":"anktsrkr/DopplerConfigurationProvider","owner":"anktsrkr","description":"Doppler Secrets configuration provider for Microsoft.Extensions.Configuration","archived":false,"fork":false,"pushed_at":"2022-08-07T12:20:49.000Z","size":24,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T04:25:05.603Z","etag":null,"topics":["aspnetcore","csharp","devsecops","doppler","dopplernetcore","dotnetcore","keyvaluestore","keyvault"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anktsrkr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-07T10:53:39.000Z","updated_at":"2023-09-11T11:01:13.000Z","dependencies_parsed_at":"2022-08-13T12:40:10.507Z","dependency_job_id":null,"html_url":"https://github.com/anktsrkr/DopplerConfigurationProvider","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anktsrkr%2FDopplerConfigurationProvider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anktsrkr%2FDopplerConfigurationProvider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anktsrkr%2FDopplerConfigurationProvider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anktsrkr%2FDopplerConfigurationProvider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anktsrkr","download_url":"https://codeload.github.com/anktsrkr/DopplerConfigurationProvider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239088400,"owners_count":19579433,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aspnetcore","csharp","devsecops","doppler","dopplernetcore","dotnetcore","keyvaluestore","keyvault"],"created_at":"2025-02-16T04:25:09.767Z","updated_at":"2025-10-31T00:31:32.963Z","avatar_url":"https://github.com/anktsrkr.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Doppler Secrets configuration provider for Microsoft.Extensions.Configuration\n\nThe `Doppler.Extensions.Configuration` package allows storing configuration values using Doppler Secrets.\n\n## Getting started\n\n### Install the package\nInstall the package with Nuget:\n\n```dotnetcli\ndotnet add package Doppler.Extensions.Configuration\n```\n\n### Prerequisites\nYou need a [Doppler](https://doppler.com/join?invite=6009451B) account to use this package.\n\n## Examples\n\nTo load initialize configuration from Doppler secrets call the `AddDoppler` on `ConfigurationBuilder`:\n\n```C# Snippet:ConfigurationDoppler\nConfigurationBuilder builder = new ConfigurationBuilder();\nbuilder.AddDoppler(builder.Configuration.GetValue\u003cstring\u003e(\"Doppler:ServiceToken\"))\n\nIConfiguration configuration = builder.Build();\nConsole.WriteLine(configuration[\"MySecret\"]);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanktsrkr%2Fdopplerconfigurationprovider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanktsrkr%2Fdopplerconfigurationprovider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanktsrkr%2Fdopplerconfigurationprovider/lists"}