-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Bugfix - Allow configuration of disableChallengeResourceVerification property of AKV SecretClient #36603
Conversation
* Update versions manually * Update version/changelog/readme
* Increment package versions for spring releases * Update pom.xml * Update version_client.txt --------- Co-authored-by: Muyao Feng <92105726+Netyyyy@users.noreply.github.com>
- Adds disableChallengeResourceVerification property to properties objects - Includes new property in mapping methods - Configures SecretClient in Factory when disableChallengeResourceVerification is set - Configures CertificateClient in Factory when disableChallengeResourceVerification is set - Updates/adds new tests - Updates Changelog Resolves Azure#36561 Signed-off-by: Esta Nagy <nagyesta@gmail.com>
Thank you for your contribution @nagyesta! We will review the pull request and get back to you soon. |
@microsoft-github-policy-service agree |
...azure/spring/cloud/autoconfigure/implementation/keyvault/common/AzureKeyVaultProperties.java
Outdated
Show resolved
Hide resolved
@nagyesta thanks for the PR, this PR looks great, I left some comments to your PR, please check. |
… - Code review fixes #1 - Renames disableChallengeResourceVerification to challengeResourceVerificationEnabled - Adds additional JavaDoc Resolves Azure#36561 Signed-off-by: Esta Nagy <nagyesta@gmail.com>
Hi @saragluna , |
...figure/implementation/keyvault/secrets/properties/AzureKeyVaultPropertySourceProperties.java
Outdated
Show resolved
Hide resolved
- Fix a missed JavaDoc Signed-off-by: Esta Nagy <nagyesta@gmail.com>
…nge-resource-verification-akv-_on_5-5-0
@nagyesta I changed the base branch to |
…onal-spring-configuration-metadata.json
@nagyesta I pushed one commit to your PR, the changes including:
|
...ring/cloud/service/implementation/keyvault/certificates/CertificateClientBuilderFactory.java
Outdated
Show resolved
Hide resolved
...m/azure/spring/cloud/service/implementation/keyvault/secrets/SecretClientBuilderFactory.java
Outdated
Show resolved
Hide resolved
@nagyesta I left two more comments. |
… - Code review fixes Azure#3 - Simplifies factory method logic as per code review recommendation Resolves Azure#36561 Signed-off-by: Esta Nagy <nagyesta@gmail.com>
Hi @saragluna , Regarding the base branch, I wasn't aware of it sorry! Will it be a problem that the PR now contains the version bump specific changes from the release branch? |
Thanks @nagyesta, no worries, the version bump is already in the base branch, so it won't be an issue. |
@Netyyyy, let's cherry pick this feature to the main branch. |
Description
Fixes #36561
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines