Skip to content

Feat/add specs - #6809

Open
fabianrbz wants to merge 14 commits into
release/ai-gateway-2.0from
feat/add-specs
Open

Feat/add specs#6809
fabianrbz wants to merge 14 commits into
release/ai-gateway-2.0from
feat/add-specs

Conversation

@fabianrbz

@fabianrbz fabianrbz commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

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

  • 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).

@fabianrbz
fabianrbz requested a review from a team as a code owner August 25, 2026 14:10
@netlify

netlify Bot commented Aug 25, 2026

Copy link
Copy Markdown

Deploy Preview for kongdeveloper ready!

Name Link
🔨 Latest commit d00e92e
🔍 Latest deploy log https://app.netlify.com/projects/kongdeveloper/deploys/6a8e033c3c9f5e0008eb6c0c
😎 Deploy Preview https://deploy-preview-6809--kongdeveloper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

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

Comment thread .github/workflows/rspec.yml Fixed
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.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@Guaris this file needs review

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.

3 participants