-
Notifications
You must be signed in to change notification settings - Fork 2k
Spring Credential
Xiaolu Dai edited this page Aug 20, 2021
·
3 revisions
Azure SDK | TokenCredential | AzureKeyCredential / Key | AzureNamedKeyCredential | AzureSasCredential | Connection String | *SharedKeyCredential |
---|---|---|---|---|---|---|
Key Vault Secret | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
Cosmos | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ |
Storage Blob | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ StorageSharedKeyCredential |
Storage File Share | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ StorageSharedKeyCredential |
Storage Queue | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ StorageSharedKeyCredential |
Event Hubs | ✅ | ❌ | ✅ | ✅ | ✅ | ✔️ EventHubSharedKeyCredential (not exposed on its builder) |
Service Bus | ✅ | ❌ | ✅ | ✅ | ✅ | ✔️ ServiceBusSharedKeyCredential (not exposed on its builder) |
- Spring Credential
- Spring Cloud Azure 4.0 Design
- Spring Cloud Azure AutoConfigure Design
- Spring Cloud Azure Core Design
- Spring Cloud Azure Messaging Design
- Spring Cloud Azure Service Bus Spring Jms Support Design
- Design for directory, module name and package path for Spring Cloud Azure messaging
- Design for Remove warning logs of unknown configs for Kafka Passwordless
- Design for Enhance AAD token authentication converter to customized granted authorities converter
- Design for Enhance the ObjectMapper to support Spring Boot's pattern to enable autoconfiguration
- Passwordless connection support for Spring Cloud Azure
- Passwordless connection support for MySQL
- Passwordless connection support for Event Hubs Kafka
- Remove warning logs of unknown configs for Kafka Passwordless