Skip to content
Kong Logo | Kong Docs Logo
search
  • Docs
    • Explore the API Specs
      View all API Specs View all API Specs View all API Specs arrow image
    • Documentation
      API Specs
      Kong Gateway
      Lightweight, fast, and flexible cloud-native API gateway
      Kong Konnect
      Single platform for SaaS end-to-end connectivity
      Kong Mesh
      Enterprise service mesh based on Kuma and Envoy
      decK
      Helps manage Kong’s configuration in a declarative fashion
      Kong Ingress Controller
      Works inside a Kubernetes cluster and configures Kong to proxy traffic
      Kong Gateway Operator
      Manage your Kong deployments on Kubernetes using YAML Manifests
      Insomnia
      Collaborative API development platform
      Kuma
      Open-source distributed control plane with a bundled Envoy Proxy integration
  • Plugin Hub
    • Explore the Plugin Hub
      View all plugins View all plugins View all plugins arrow image
    • Functionality View all View all arrow image
      View all plugins
      Authentication's icon
      Authentication
      Protect your services with an authentication layer
      Security's icon
      Security
      Protect your services with additional security layer
      Traffic Control's icon
      Traffic Control
      Manage, throttle and restrict inbound and outbound API traffic
      Serverless's icon
      Serverless
      Invoke serverless functions in combination with other plugins
      Analytics & Monitoring's icon
      Analytics & Monitoring
      Visualize, inspect and monitor APIs and microservices traffic
      Transformations's icon
      Transformations
      Transform request and responses on the fly on Kong
      Logging's icon
      Logging
      Log request and response data using the best transport for your infrastructure
  • Support
  • Community
  • Kong Academy
Get a Demo Start Free Trial
decK
1.25.x
  • Home icon
  • decK
  • Guides
  • Konnect
  • Using decK with Kong Konnect
github-edit-pageEdit this page
report-issueReport an issue
  • Kong Gateway
  • Kong Konnect
  • Kong Mesh
  • Plugin Hub
  • decK
  • Kong Ingress Controller
  • Kong Gateway Operator
  • Insomnia
  • Kuma

  • Docs contribution guidelines
  • 1.29.x (latest)
  • 1.28.x
  • 1.27.x
  • 1.26.x
  • 1.25.x
  • 1.24.x
  • 1.23.x
  • 1.22.x
  • 1.21.x
  • 1.20.x
  • 1.19.x
  • 1.18.x
  • 1.17.x
  • 1.16.x
  • 1.15.x
  • 1.14.x
  • 1.13.x
  • 1.12.x
  • 1.11.x
  • 1.10.x
  • 1.9.x
  • 1.8.x
  • 1.7.x
  • pre-1.7
enterprise-switcher-icon Switch to OSS
On this pageOn this page
  • Konnect flags
  • Authenticate with Konnect
    • Authenticate using a plaintext password
    • Authenticate using a password file
    • Authenticate using a decK config file
    • Authenticate using a personal access token
  • Target a Konnect API
  • Control planes
  • Troubleshoot
    • Authentication with a Konnect password or token file is not working
    • Workspace connection refused
    • ACL, Key Auth, or OpenID Connect plugins and app registration
    • decK targets Kong Gateway instead of Konnect
  • See also
You are browsing documentation for an outdated version. See the latest documentation here.

Using decK with Kong Konnect

You can manage Kong Gateway core entity configuration in your Konnect organization using decK.

decK can only target one control plane at a time.

Managing multiple control planes requires a separate state file per control plane.

You cannot use decK to publish content to the Dev Portal, manage application registration, or configure custom plugins.

Konnect flags

You can use deck commands such as ping, diff, or sync with --konnect flags to interact with Konnect.

If you don’t pass a Konnect flag to decK, decK looks for a local Kong Gateway instance instead.

--konnect-addr
Address of the Konnect endpoint. (Default: "https://us.api.konghq.com")
--konnect-email
Email address associated with your Konnect account.
--konnect-password
Password associated with your Konnect account. This takes precedence over the --konnect-password-file flag.
--konnect-password-file
File containing the password to your Konnect account.
--konnect-runtime-group-name
Konnect runtime group name.
--konnect-token
Personal access token associated with your Konnect account (kpat_*), or with a system account (spat_*). This takes precedence over the --konnect-token-file flag.
--konnect-token-file
File containing the personal access token to your Konnect account, or to a system account.

Note: Prior to decK 1.12, decK provided deck konnect commands. Those commands are deprecated and have been replaced with the flags in this guide.

Authenticate with Konnect

decK looks for Konnect credentials in the following order of precedence:

  1. Credentials set with a flag, either --konnect-password or --konnect-token
  2. decK configuration file, if one exists (default lookup path: $HOME/.deck.yaml)
  3. Credential file passed with a flag, either --konnect-password-file or --konnect-token-file

For example, if you have both a decK config file and a Konnect password file, decK uses the password in the config file.

Authenticate using a plaintext password

You can use the --konnect-password flag to provide the password directly in the command:

deck ping \
  --konnect-email example@example.com \
  --konnect-password YOUR_PASSWORD

Authenticate using a password file

You can save your Konnect password to a file, then pass the filename to decK with --konnect-password-file:

deck ping \
  --konnect-email example@example.com \
  --konnect-password-file /PATH/TO/FILE

Authenticate using a decK config file

By default, decK looks for a configuration file named .deck.yaml in the $HOME directory. This file lets you specify flags to include with every decK command.

You can create the file at the default location, or set a custom filename and path with --config.

If you store Konnect credentials in the file, decK uses the credentials for every command. Set either konnect-password or konnect-password-file in the decK config file.

  • Use konnect-password to store Konnect credentials directly in the configuration file:

      konnect-email: example@email.com
      konnect-password: YOUR_PASSWORD
    
  • Store your password in a separate file, then specify the path to konnect-password-file instead of a literal password:

      konnect-email: example@example.com
      konnect-password-file: PATH/TO/FILENAME
    

decK automatically uses the credentials from $HOME/.deck.yaml in any subsequent calls:

deck ping

Successfully Konnected to the Example-Name organization!

Authenticate using a personal access token

You can generate a personal access token (PAT) in Konnect for authentication with decK commands. This is more secure than basic authentication, and can be useful for organizations with CI pipelines that can’t use the standard username and password authentication.

There are two types of PATs available for Konnect:

  • Personal access tokens associated with user accounts
  • System account access tokens associated with system accounts Learn more about system accounts in the Konnect System Accounts documentation.

Before you generate a PAT, keep the following in mind:

  • A PAT is granted all of the permissions that the user has access to via their most up-to-date role assignment.
  • The PAT has a maximum duration of 12 months.
  • There is a limit of 10 personal access tokens per user.
  • Unused tokens are deleted and revoked after 12 months of inactivity.
User Account Token
System Account Token

To generate a PAT for a user account in Konnect, select your user icon to open the context menu and click Personal access tokens, then click Generate token.

Create a system account token through the Konnect API.

Important: The access token is only displayed once, so make sure you save it securely.

You can use the --konnect-token flag to pass the PAT directly in the command:

deck ping \
  --konnect-token YOUR_KONNECT_TOKEN

You can save your Konnect PAT to a file, then pass the filename to decK with --konnect-token-file:

deck ping \
  --konnect-token-file /PATH/TO/FILE

Target a Konnect API

Use --konnect-addr to select the API to connect to.

The default API decK uses is https://us.api.konghq.com, which targets the cloud.konghq.com environment.

Kong Gateway supports AU, EU, and US geographic regions. To target a specific geo, set konnect-addr to one of the following:

  • AU geo:"https://au.api.konghq.com"
  • EU geo:"https://eu.api.konghq.com"
  • US geo:"https://us.api.konghq.com"

Control planes

Each state file targets one control plane. If you don’t provide a control plane, decK targets the default control plane.

If you have a custom control plane, you can specify it in the state file, or use a flag when running any decK command.

  • Target a control plane in your state file with the _konnect.runtime_group_name parameter:
      _format_version: "3.0"
      _konnect:
        runtime_group_name: staging
    
  • Set a control plane using the --konnect-runtime-group-name flag:

      deck sync --konnect-runtime-group-name staging
    

Troubleshoot

Authentication with a Konnect password or token file is not working

If you have verified that your password or token is correct but decK can’t connect to your account, check for conflicts with the decK config file ($HOME/.deck.yaml) and the Konnect password or token file. A decK config file is likely conflicting with the password or token file and passing another set of credentials.

To resolve, remove one of the duplicate sets of credentials.

Workspace connection refused

When migrating from Kong Gateway to Konnect, make sure to remove any _workspace tags. If you leave _workspace in, you get the following error:

Error: checking if workspace exists

Remove the _workspace key to resolve this error.

You can now sync the file as-is to apply it to the default control plane or add a key to apply the configuration to a specific control plane.

To apply the configuration to custom control planes, replace _workspace with control_plane_name: ExampleName.

For example, to export the configuration from workspace staging to control plane staging, you would change:

_workspace: staging

To:

_konnect:
  runtime_group_name: staging

ACL, Key Auth, or OpenID Connect plugins and app registration

You may encounter one of the following scenarios with the ACL, Key Authentication, or OpenID Connect (OIDC) plugins:

  • The plugins are visible in the Gateway Manager, but don’t appear in the output from a deck dump or deck diff.
  • When trying to set up one of the plugins with app registration enabled, you see the following error:

      {Create} plugin key-auth for service example_service failed: HTTP status 400
    

This is intentional. When you have application registration enabled, decK doesn’t manage these plugins, and doesn’t let you create duplicates of the plugin entries.

When setting up app registration, Konnect enables two plugins automatically: ACL, and either Key Authentication or OIDC, depending on your choice of authentication. These plugins run in the background to support application registration for an API product. They are managed entirely by Konnect, so you can’t manage these plugins directly.

Read Manage application registration for more information.

decK targets Kong Gateway instead of Konnect

decK can run against Kong Gateway or Konnect. By default, it targets Kong Gateway, unless a setting tells decK to point to Konnect instead.

decK determines the environment using the following order of precedence:

  1. If the declarative configuration file contains the _konnect entry, decK runs against Konnect.

  2. If the --kong-addr flag is set to a non-default value, decK runs against Kong Gateway.

  3. If Konnect credentials are set in any way (flag, file, or decK config), decK runs against Konnect.

  4. If none of the above are present, decK runs against Kong Gateway.

See also

  • Import Kong Gateway entities into Konnect
  • Manage control planes with decK
Thank you for your feedback.
Was this page useful?
Too much on your plate? close cta icon
More features, less infrastructure with Kong Konnect. 1M requests per month for free.
Try it for Free
  • Kong
    Powering the API world

    Increase developer productivity, security, and performance at scale with the unified platform for API management, service mesh, and ingress controller.

    • Products
      • Kong Konnect
      • Kong Gateway Enterprise
      • Kong Gateway
      • Kong Mesh
      • Kong Ingress Controller
      • Kong Insomnia
      • Product Updates
      • Get Started
    • Documentation
      • Kong Konnect Docs
      • Kong Gateway Docs
      • Kong Gateway Enterprise Docs
      • Kong Mesh Docs
      • Kong Insomnia Docs
      • Kong Konnect Plugin Hub
    • Open Source
      • Kong Gateway
      • Kuma
      • Insomnia
      • Kong Community
    • Company
      • About Kong
      • Customers
      • Careers
      • Press
      • Events
      • Contact
  • Terms• Privacy• Trust and Compliance
© Kong Inc. 2023