* Common Azure auth logic - Currently implemented on secretstores/azure/keyvault and state/azure/blobstorage - Supports Azure AD via service principal (client credentials, client certificate, MSI) - based on the previous authorizer for AKV - Allows using other Azure clouds (China, Germany, etc) - For Blob Storage state, supports using custom endpoints (like emulators like Azurite) * Add environment variable aliases * Address linter warnings * another lint thing * Fixed typo in method description * Updated metadata key names so they're more consistent * Fix test * Some more linter things Co-authored-by: Bernd Verst <me@bernd.dev> Co-authored-by: Yaron Schneider <yaronsc@microsoft.com> Co-authored-by: Bernd Verst <berndverst@users.noreply.github.com> |
||
---|---|---|
.devcontainer | ||
.github | ||
authentication | ||
bindings | ||
contenttype | ||
docs | ||
internal/component/redis | ||
metadata | ||
middleware | ||
nameresolution | ||
pubsub | ||
secretstores | ||
state | ||
tests | ||
.codecov.yaml | ||
.gitignore | ||
.golangci.yml | ||
CODEOWNERS | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
Readme.md | ||
SECURITY.md | ||
go.mod | ||
go.sum |
Readme.md
Components Contrib
The purpose of Components Contrib is to provide open, community driven reusable components for building distributed applications. These components are being used by the Dapr project, but are separate and decoupled from it.
Using components developers can interact with bindings, state stores, messaging systems and more without caring about the underlying implementation.
Available component types:
For documentation on how components are being used in Dapr in a language/platform agnostic way, visit Dapr Docs.
Contribution
Code of Conduct
Please refer to our Dapr Community Code of Conduct