-
Notifications
You must be signed in to change notification settings - Fork 62
docs(vault): add statement for using azure vault with proxy for 3.12 #3583
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
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.
app/_gateway_entities/vault.md
Outdated
| auth_password = "proxypass", | ||
| }) | ||
| ``` | ||
Copilot
AI
Nov 28, 2025
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.
This line contains trailing whitespace. Please remove it to maintain clean formatting.
app/_gateway_entities/vault.md
Outdated
| {{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. |
Copilot
AI
Nov 28, 2025
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.
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.
| {% 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. |
689211f to
bbaf5b5
Compare
app/_gateway_entities/vault.md
Outdated
| a: | | ||
| {% new_in 3.12 %} Yes. Azure Vault supports proxy configuration using either environment variables or client constructor arguments. | ||
| **Environment Variables** |
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.
| **Environment Variables** | |
| **Environment variables** |
app/_gateway_entities/vault.md
Outdated
| export AZURE_AUTH_PASSWORD=proxypass | ||
| ``` | ||
| **Constructor Arguments** |
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.
| **Constructor Arguments** | |
| **Constructor arguments** |
Description
Add statement for using Azure Vault with proxy for 3.12
https://konghq.atlassian.net/browse/FTI-7089
Preview Links
Checklist
descriptionentry in frontmatter.