feat(event-gw): SASL OAUTH fetch Kong Identity principal#5366
Open
jakubdyszkiewicz wants to merge 1 commit into
Open
feat(event-gw): SASL OAUTH fetch Kong Identity principal#5366jakubdyszkiewicz wants to merge 1 commit into
jakubdyszkiewicz 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. |
7 tasks
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Event Gateway how-to that walks through using a JWT-issued Kong Identity OAuth token to authenticate a Kafka client, looking up the principal in a Kong Identity directory by iss/sub, and using the principal's metadata to drive a Modify Headers policy. Also surfaces the new tutorial as a use case on the Modify Headers policy landing page.
Changes:
- New how-to
kong-identity-jwt-metadata-integration.mdcovering auth server, directory, principal/oidc identity, virtual cluster withfetch_kong_identity_principal, listener/forward policy, Modify Headers policy, and kafkactl-driven produce/consume validation. - Adds a use case row linking to the new how-to from the Modify Headers policy page.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| app/_how-tos/event-gateway/kong-identity-jwt-metadata-integration.md | New end-to-end tutorial for SASL OAUTH + Kong Identity principal metadata enrichment. |
| app/_event_gateway_policies/modify-headers/index.md | Adds the new how-to to the Modify Headers use case table. |
Comment on lines
+54
to
+55
| - text: Enrich Kafka connections with Kong Identity principal metadata | ||
| url: /event-gateway/kong-identity-metadata-integration/ |
| breadcrumbs: | ||
| - /event-gateway/ | ||
|
|
||
| permalink: /event-gateway/kong-identity-jwt-metadata-integration/ |
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.
A guide to use fetch kong identity principal using SASL OAUTH authentication.
Works on dev at this very moment due to min_runtime_version: 1.2 not available on prod (will be at the time of the release.
Description
Fixes https://konghq.atlassian.net/browse/EVG-156
Preview Links
Checklist
descriptionentry in frontmatter.