Feat/add specs - #6809
Open
fabianrbz wants to merge 14 commits into
Open
Conversation
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
presence of the params
Headers need `Bearer api-key` so we need to store everything in the vault due to how it works. Vault references must be used for the entire referenced value.
fabianrbz
force-pushed
the
feat/add-specs
branch
from
August 25, 2026 14:28
e0822f4 to
5c518f2
Compare
fabianrbz
force-pushed
the
feat/add-specs
branch
from
August 25, 2026 14:32
5c518f2 to
c5f132e
Compare
fabianrbz
commented
Aug 25, 2026
| q: How can I access HashiCorp Vault secrets in {{site.base_gateway}}? | ||
| a: | | ||
| Store secrets using `vault kv put secret/openai key="OPENAI_API_KEY"` to HashiCorp Vault. Then configure a Vault entity in {{site.base_gateway}} with the host, token, and mount path. Inside the Gateway container, run `kong vault get {vault://hashicorp-vault/openai/key}` to confirm access. Next Use the `{vault://...}` syntax in a plugin field to [dynamically authenticate to LLM providers](/ai-gateway/v1/how-to/use-semantic-load-balancing-with-dynamic-vault-authentication/) such as OpenAI and Mistral. | ||
| Store secrets using `vault kv put secret/openai key="Bearer OPENAI_API_KEY"` to HashiCorp Vault. Then configure a Vault entity in {{site.base_gateway}} with the host, token, and mount path. Inside the Gateway container, run `kong vault get {vault://hashicorp-vault/openai/key}` to confirm access. Next Use the `{vault://...}` syntax in a plugin field to [dynamically authenticate to LLM providers](/ai-gateway/v1/how-to/use-semantic-load-balancing-with-dynamic-vault-authentication/) such as OpenAI and Mistral. |
Guaris
approved these changes
Aug 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add rspec coverage to some validation blocks and a gh action that runs the specs
fixes app/_how-tos/ai-gateway/v1/configure-hashicorp-vault-as-a-vault-for-llm-providers.md series
Preview Links
/ai-gateway/v1/how-to/configure-hashicorp-vault-as-a-vault-for-llm-providers/
Checklist
descriptionentry in frontmatter.