feat(AIGW): migrate Ensure chatbots adhere to compliance policies with the AI RAG Injector Policy - #7250
Open
Guaris wants to merge 1 commit into
Open
feat(AIGW): migrate Ensure chatbots adhere to compliance policies with the AI RAG Injector Policy#7250Guaris wants to merge 1 commit into
Guaris wants to merge 1 commit into
Conversation
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
fabianrbz
reviewed
Sep 16, 2026
| include_content: md/ai-gateway/v2/prereqs/openai-kongctl | ||
| icon_url: /assets/icons/openai.svg | ||
| - title: Redis stack | ||
| include_content: prereqs/redis |
Contributor
There was a problem hiding this comment.
we probably need to tweak this or use a different one, it's exporting DECK_REDIS_HOST
Contributor
There was a problem hiding this comment.
actually, can we modify the entire prereq to run
docker run -d --name redis-stack -p 6379:6379 redis/redis-stack-server:latest
it's easier than having people figuring out what to install and how
fabianrbz
reviewed
Sep 16, 2026
|
|
||
| Before applying, export your Redis host so `kongctl` can reference it: | ||
|
|
||
| ```bash |
Contributor
There was a problem hiding this comment.
this variable is exported in the prereq
fabianrbz
reviewed
Sep 16, 2026
| return_code: 0 | ||
| render_output: false | ||
| {% endvalidation %} | ||
| <!-- vale on --> |
Contributor
There was a problem hiding this comment.
should we run this script?
Contributor
There was a problem hiding this comment.
this should send the chuncks to the policy
fabianrbz
requested changes
Sep 16, 2026
fabianrbz
reviewed
Sep 16, 2026
| replace this whole section with a konnect_api_request step per doc, | ||
| following the pattern in app/_how-tos/event-gateway/kong-identity-oauth.md. --> | ||
|
|
||
| Once the Konnect API endpoint for AI RAG Injector content ingestion is confirmed, send each chunk from `inject_policy.py` to it, referencing your `my-ai-rag-injector-policy` Policy. This replaces the v1 workflow's `kong runner` Lua script — that approach relied on a self-managed data plane, which doesn't exist in Konnect-only {{site.ai_gateway}} 2.0. |
Contributor
There was a problem hiding this comment.
we should talk about this, does the policy expose an api endpoint too? if not it's almost imposible to do this
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.
https://kongstrong.slack.com/archives/CDSTDSG9J/p1789462447190629