@veecode-platform/backstage-plugin-kong-service-manager-common
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

Kong Service Manager Common

This plugin provides typing and permissions for the Kong Service Manager & Kong Service Manager Backend.

Our community

💬 Join Us

Join our community to resolve questions about our Plugins. We look forward to welcoming you!

  Go to Community  🚀



🚀 Getting started:


If you are using yarn 3.x:

yarn workspace app add @veecode-platform/plugin-kong-service-manager-common

#or

yarn workspace backend add @veecode-platform/plugin-kong-service-manager-common

If you are using other versions:

yarn add --cwd packages/app @veecode-platform/plugin-kong-service-manager-common

# or

yarn add --cwd packages/backend @veecode-platform/plugin-kong-service-manager-common

Permissions

This plugin provides the following permissions:

  • kongServiceReadPermission 👉 Allows service information to be read,
  • kongReadAvailablePluginsPermission 👉 Allows you to read the plugins available for the service,
  • kongRoutesReadPermission 👉 Allows you to read all service routes,
  • kongApplyPluginToServicePermission 👉 Allows you to apply a plugin to the service,
  • kongUpdateServicePluginPermission 👉 Allows you to edit a plugin already installed in the service,
  • kongDisableServicePluginPermission 👉 Allows you to disable a service plugin,
  • kongRouteCreatePermission 👉 Allows you to create a route for the service,
  • kongUpdateRoutePermission 👉 Allows you to edit an existing route in the service,
  • kongRouteDeletePermission 👉 Allows you to remove an existing route from the service,
  • kongApplyPluginToRoutePermission 👉 Enable a plugin for a route,
  • kongUpdateRoutePluginPermission 👉 Allows you to edit a plugin applied to a route,
  • kongDisableRoutePluginPermission 👉 Allows you to remove a plugin from a route,
  • kongReadSpecsPermission 👉 It allows you to read the specs of the source code, if they are properly pointed out,
  • kongUpdateSpecPermission 👉 Allows project specs to be updated.

🚨 View Backstage docs to learn how to set up your instance of Backstage to use these permissions.

Dependencies (1)

Dev Dependencies (1)

Package Sidebar

Install

npm i @veecode-platform/backstage-plugin-kong-service-manager-common

Weekly Downloads

8

Version

0.5.0

License

Apache-2.0

Unpacked Size

42.1 kB

Total Files

12

Last publish

Collaborators

  • valberjunior
  • lmtxr.veecodes
  • veecode-admin