Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions app/_data/glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ definitions:
The purpose of a Dev Portal is to allow registration and consumption of services running through Kong to other teams, developers, and partners.
url: |
[Dev Portal](/dev-portal/)
- term: Directory
description: |
A unique set of Principals that a Gateway uses to authenticate credentials or to look up information about already-authenticated entities.
url: |

- term: Groups
description: |
Sets of role-defined entities.
Expand All @@ -43,6 +48,16 @@ definitions:
Permissions are a self-managed Kong Gateway Enterprise concept.
url: |
[RBAC entity](/gateway/entities/rbac/)
- term: Principal
description: |
An entity (user, service, or application) that authenticates to a Kong Gateway through one or more credential types, carrying group membership and metadata that determine how the Gateway handles the requests from the entity.
url: |

- term: Identity
description: |
A reference to a Principal stored in an identity provider, that identifies the Principal but doesn't carry the credentials needed to authenticate it.
url: |

- term: Insomnia plugin
description: |
Insomnia plugins can be used to extend the functionality of Insomnia with advanced features and customizable themes.
Expand Down
Loading