Skip to content

Conversation

@daixiang0
Copy link
Member

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:

Signed-off-by: Long Dai <long0dai@foxmail.com>
@daixiang0
Copy link
Member Author

ping @pkedy

@CodeMonkeyLeet
Copy link
Contributor

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 vaultName?

@daixiang0
Copy link
Member Author

@CodeMonkeyLeet done.

Copy link
Member

@pkedy pkedy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@daixiang0
Copy link
Member Author

@pkedy hi, is there anything I can do to make it merged?

@codecov
Copy link

codecov bot commented Jul 8, 2021

Codecov Report

Merging #944 (37b9ad8) into master (61e07bc) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            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              
Impacted Files Coverage Δ
secretstores/azure/keyvault/keyvault.go 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 61e07bc...37b9ad8. Read the comment docs.

@yaron2 yaron2 merged commit 7076d67 into dapr:master Jul 8, 2021
@yaron2
Copy link
Member

yaron2 commented Jul 8, 2021

Thanks for your contribution @daixiang0

@daixiang0 daixiang0 deleted the vault branch July 12, 2021 01:18
Taction added a commit to Taction/components-contrib that referenced this pull request Jul 15, 2021
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Azure Key Vault Secret store - Probably not working with non public azure

4 participants