Skip to content
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

Return null key if access is denied #13317

Merged
merged 2 commits into from
Jul 9, 2020
Merged

Conversation

heaths
Copy link
Member

@heaths heaths commented Jul 8, 2020

Fixes #11574. IKeyEncryptionResolver.Resolve is designed to delegate access verification to the resolver, so that any access issues are thrown downstream at the call site instead of upstream when trying to get the resolver/client.

Fixes Azure#11574. IKeyEncryptionResolver.Resolve is designed to delegate access verification to the resolver, so that any access issues are thrown downstream at the call site instead of upstream when trying to get the resolver/client.
@heaths heaths added KeyVault Client This issue points to a problem in the data-plane of the library. labels Jul 8, 2020
@heaths
Copy link
Member Author

heaths commented Jul 9, 2020

/azp run net - keyvault - ci

@azure-pipelines
Copy link

Azure Pipelines failed to run 1 pipeline(s).

@chidozieononiwu
Copy link
Member

chidozieononiwu commented Jul 9, 2020

/azp run net - keyvault - ci

This is broken because some changes have occurred in the tools repo and your branch does not make use of an older ref but directly pulls from azure-sdk-tools master.
To unblock have a look at this PR https://github.com/Azure/azure-sdk-for-net/pull/13295/files and include changes from the first two files. i.e. Add eng/common/pipelines/templates/steps/daily-dev-build-variable.yml and refernce it as shown in the PR

@heaths
Copy link
Member Author

heaths commented Jul 9, 2020

/azp run net - keyvault - ci

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@heaths heaths merged commit 85e98e3 into Azure:hotfix/keyvault Jul 9, 2020
@heaths heaths deleted the issue11574 branch July 9, 2020 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. KeyVault
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants