feat(identity): authenticate principals with Basic Auth#5451
Open
juliamrch wants to merge 23 commits into
Open
feat(identity): authenticate principals with Basic Auth#5451juliamrch wants to merge 23 commits into
juliamrch wants to merge 23 commits into
Conversation
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds new Kong Identity documentation covering the core concepts of Directories/Principals and a Gateway how-to showing how to authenticate Principals using the Basic Authentication plugin.
Changes:
- Introduces a new Kong Identity reference page explaining Principals, Directories, identities, credentials, metadata, and limits.
- Adds a new Gateway how-to that creates a Directory + Principal and configures the Basic Auth plugin to authenticate Principals.
- Includes validation steps demonstrating unauthorized vs authorized requests.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 8 comments.
| File | Description |
|---|---|
| app/kong-identity/principals-and-directories.md | New reference page defining Kong Identity Principals/Directories and how they map to Gateway concepts. |
| app/_how-tos/gateway/authenticate-principals-with-basic-authentication.md | New how-to for configuring Basic Auth to authenticate Kong Identity Principals and validating requests. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Guaris
reviewed
Jun 3, 2026
| - konnect | ||
|
|
||
| min_version: | ||
| gateway: '3.4' |
Contributor
There was a problem hiding this comment.
Suggested change
| gateway: '3.4' | |
| gateway: '3.15' |
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
closes #5037
This PR contains a new guide for Kong Identity, using Principals and Basic Auth. It should be merged after #5327
Preview Links
https://deploy-preview-5451--kongdeveloper.netlify.app/how-to/authenticate-principals-with-basic-authentication/
Test instructions
.tech, and when deploying the data plane, at the bottom of the script, replacekong/kong-gateway:3.14bykong/kong-gateway-dev:3.15.0.0-rc.5export KONNECT_CONTROL_PLANE_URL=https://us.api.konghq.techus.api.konghq.com, useus.api.konghq.techChecklist
descriptionentry in frontmatter.