-
Notifications
You must be signed in to change notification settings - Fork 543
secretstores: support more format of azure key vault #944
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Long Dai <long0dai@foxmail.com>
|
ping @pkedy |
|
Code change looks good. @daixiang0 per the PR checklist, can you also file an issue for dapr/docs and update the https://docs.dapr.io/reference/components-reference/supported-secret-stores/azure-keyvault/ to describe the updated behavior for |
|
@CodeMonkeyLeet done. |
pkedy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@pkedy hi, is there anything I can do to make it merged? |
Codecov Report
@@ Coverage Diff @@
## master #944 +/- ##
==========================================
- Coverage 34.44% 34.42% -0.02%
==========================================
Files 132 132
Lines 10551 10555 +4
==========================================
Hits 3634 3634
- Misses 6539 6543 +4
Partials 378 378
Continue to review full report at Codecov.
|
|
Thanks for your contribution @daixiang0 |
* master: (23 commits) Adds support for TTL in Redis State Store (dapr#990) Adds support for TTL in Memcached State Store (PR Fixup) (dapr#1011) Adds support for TTL in Cassandra State Store (dapr#996) Return blob metadata and add list operation (dapr#999) Added new output binding for Cosmos Graph DB - Gremlin (dapr#885) Adds support for TTL in CosmosDB State Store (dapr#991) Delete unused code and update test (dapr#924) Return SystemProperties on events from EventHubs bindings and pubsub (dapr#1009) Implement E2E tests for zeebe (dapr#973) rebase (dapr#982) Update CODEOWNERS (dapr#987) ci: add test skip case (dapr#922) fix: Mysql should support more data types. dapr#923 (dapr#926) fix: Dapr runtime panic when handle Pub/Sub (dapr#3281) (dapr#967) switch to golang-jwt (dapr#993) unmarshal getBlobRetryCount as int (dapr#919) secretstores: support more format of azure key vault (dapr#944) Optimize vault secret component error output (dapr#909) Convert AZURE_KEYVAULT in conformance.yml a GitHub secret (dapr#1002) Use AzureKeyVaultName param for Azure Keyvault conformance test (dapr#975) ... # Conflicts: # secretstores/hashicorp/vault/vault.go
Signed-off-by: Long Dai long0dai@foxmail.com
Description
Check whether the URI match DNS suffix, if not, use Azure Cloud DNS suffix by default.
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #918
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: