Skip to content

Conversation

@houmkh
Copy link
Contributor

@houmkh houmkh commented Nov 28, 2025

Description

Add statement for using Azure Vault with proxy for 3.12

https://konghq.atlassian.net/browse/FTI-7089

Preview Links

Checklist

  • Tested how-to docs. If not, note why here.
  • All pages contain metadata.
  • Any new docs link to existing docs.
  • All autogenerated instructions render correctly (API, decK, Konnect, Kong Manager).
  • Style guide (capitalized gateway entities, placeholder URLs) implemented correctly.
  • Every page has a description entry in frontmatter.
  • Add new pages to the product documentation index (if applicable).

@houmkh houmkh requested a review from a team as a code owner November 28, 2025 07:47
@netlify
Copy link

netlify bot commented Nov 28, 2025

Deploy Preview for kongdeveloper ready!

Name Link
🔨 Latest commit 07aca52
🔍 Latest deploy log https://app.netlify.com/projects/kongdeveloper/deploys/692970cc3e09b1000816dee1
😎 Deploy Preview https://deploy-preview-3583--kongdeveloper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@chobits chobits requested a review from Copilot November 28, 2025 08:23
Copilot finished reviewing on behalf of chobits November 28, 2025 08:24
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds documentation for Azure Key Vault proxy configuration support introduced in version 3.12. The documentation provides users with guidance on how to configure proxy settings using environment variables or client constructor arguments.

  • Adds a new FAQ entry explaining Azure Key Vault proxy support
  • Documents both environment variable and Lua constructor approaches for proxy configuration
  • Includes important notes about precedence and authentication header handling

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

auth_password = "proxypass",
})
```
Copy link

Copilot AI Nov 28, 2025

Choose a reason for hiding this comment

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

This line contains trailing whitespace. Please remove it to maintain clean formatting.

Suggested change

Copilot uses AI. Check for mistakes.
{{site.base_gateway}} will parse the response of the read secret API automatically and return the secret value.
- q: Can Azure Key Vault be used with a proxy?
a: |
{% new_in 3.12 %} Yes. Azure Vault supports proxy configuration using either environment variables or client constructor arguments.
Copy link

Copilot AI Nov 28, 2025

Choose a reason for hiding this comment

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

The term "Azure Vault" should be "Azure Key Vault" to maintain consistency with the question and the rest of the documentation. Throughout the codebase, the full term "Azure Key Vault" is used when referring to this service.

Suggested change
{% new_in 3.12 %} Yes. Azure Vault supports proxy configuration using either environment variables or client constructor arguments.
{% new_in 3.12 %} Yes. Azure Key Vault supports proxy configuration using either environment variables or client constructor arguments.

Copilot uses AI. Check for mistakes.
@houmkh houmkh force-pushed the fix/add-faq-for-vault branch from 689211f to bbaf5b5 Compare November 28, 2025 09:26
a: |
{% new_in 3.12 %} Yes. Azure Vault supports proxy configuration using either environment variables or client constructor arguments.
**Environment Variables**
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
**Environment Variables**
**Environment variables**

export AZURE_AUTH_PASSWORD=proxypass
```
**Constructor Arguments**
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
**Constructor Arguments**
**Constructor arguments**

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.

4 participants