{"id":20840331,"url":"https://github.com/kong/deck","last_synced_at":"2026-04-08T19:01:05.774Z","repository":{"id":36976974,"uuid":"157048481","full_name":"Kong/deck","owner":"Kong","description":"decK: Configuration management and drift detection for Kong","archived":false,"fork":false,"pushed_at":"2026-04-02T19:57:19.000Z","size":8142,"stargazers_count":492,"open_issues_count":119,"forks_count":134,"subscribers_count":38,"default_branch":"main","last_synced_at":"2026-04-03T04:53:26.466Z","etag":null,"topics":["configuration-management","declarative","declarative-config","diff","gitops","kong","kongfig","sync"],"latest_commit_sha":null,"homepage":"https://docs.konghq.com/deck/overview","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kong.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-11-11T04:53:23.000Z","updated_at":"2026-03-27T01:51:17.000Z","dependencies_parsed_at":"2023-10-24T20:48:03.882Z","dependency_job_id":"7b1642e3-d698-461f-82b9-4dafd1a7fdf0","html_url":"https://github.com/Kong/deck","commit_stats":null,"previous_names":["hbagdi/deck"],"tags_count":145,"template":false,"template_full_name":null,"purl":"pkg:github/Kong/deck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kong%2Fdeck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kong%2Fdeck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kong%2Fdeck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kong%2Fdeck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kong","download_url":"https://codeload.github.com/Kong/deck/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kong%2Fdeck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31569400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["configuration-management","declarative","declarative-config","diff","gitops","kong","kongfig","sync"],"created_at":"2024-11-18T01:16:01.682Z","updated_at":"2026-04-08T19:01:05.737Z","avatar_url":"https://github.com/Kong.png","language":"Go","readme":"# decK: Declarative configuration for Kong\n\ndecK provides declarative configuration and drift detection for Kong.\n\n[![Build Status](https://github.com/kong/deck/workflows/CI%20Test/badge.svg)](https://github.com/kong/deck/actions?query=branch%3Amain+event%3Apush)\n[![codecov](https://codecov.io/gh/Kong/deck/branch/main/graph/badge.svg?token=m9WNK9rFEG)](https://codecov.io/gh/Kong/deck)\n[![Go Report Card](https://goreportcard.com/badge/github.com/kong/deck)](https://goreportcard.com/report/github.com/kong/deck)\n\n[![asciicast](https://asciinema.org/a/238318.svg)](https://asciinema.org/a/238318)\n\n## Table of Content\n\n- [**Features**](#features)\n- [**Compatibility**](#compatibility)\n- [**Installation**](#installation)\n- [**Documentation**](#documentation)\n- [**Stale issue and pull request policy**](#stale-issue-and-pull-request-policy)\n- [**License**](#license)\n\n## Features\n\n- **Export**  \n  Existing Kong configuration to a YAML configuration file\n  This can be used to backup Kong's configuration.\n- **Import**  \n  Kong's database can be populated using the exported or a hand written config\n  file.\n- **Diff and sync capabilities**  \n  decK can diff the configuration in the config file and\n  the configuration in Kong's DB and then sync it as well.\n  This can be used to detect config drifts or manual interventions.\n- **Reverse sync**  \n  decK supports a sync the other way as well, meaning if an\n  entity is created in Kong and doesn't add it to the config file,\n  decK will detect the change.\n- **Validation**  \n  decK can validate a YAML file that you backup or modify to catch errors\n  early on.\n- **Reset**  \n  This can be used to drops all entities in Kong's DB.\n- **Parallel operations**  \n  All Admin API calls to Kong are executed in parallel using multiple\n  threads to speed up the sync process.\n- **Authentication with Kong**\n  Custom HTTP headers can be injected in requests to Kong's Admin API\n  for authentication/authorization purposes.\n- **Manage Kong's config with multiple config file**  \n  Split your Kong's configuration into multiple logical files based on a shared\n  set of tags amongst entities.\n- **Designed to automate configuration management**  \n  decK is designed to be part of your CI pipeline and can be used to not only\n  push configuration to Kong but also detect drifts in configuration.\n\n## Compatibility\n\ndecK is compatible with Kong Gateway \u003e= 1.x and Kong Enterprise \u003e= 0.35.\n\n## Installation\n\n### macOS\n\nIf you are on macOS, install decK using brew:\n\n```shell\n$ brew tap kong/deck\n$ brew install kong/deck/deck\n```\n\n### Linux\n\nIf you are Linux, you can either use the Debian or RPM archive from\nthe GitHub [release page](https://github.com/kong/deck/releases)\nor install by downloading the binary:\n\n```shell\n$ curl -sL https://github.com/kong/deck/releases/download/v1.57.0/deck_1.57.0_linux_amd64.tar.gz -o deck.tar.gz\n$ tar -xf deck.tar.gz -C /tmp\n$ sudo cp /tmp/deck /usr/local/bin/\n```\n\n### Windows\n\nIf you are on Windows, you can download the binary from the GitHub\n[release page](https://github.com/kong/deck/releases) or via PowerShell:\n\n```shell\n$ curl -sL https://github.com/kong/deck/releases/download/v1.57.0/deck_1.57.0_windows_amd64.tar.gz -o deck.tar.gz\n$ tar -xzvf deck.tar.gz\n```\n\n### Docker image\n\nDocker image is hosted on [Docker Hub](https://hub.docker.com/r/kong/deck).\n\nYou can get the image with the command:\n\n```\ndocker pull kong/deck\n```\n\n## Documentation\n\nYou can use `--help` flag once you've decK installed on your system\nto get help in the terminal itself.\n\nThe project's documentation is hosted at\n[https://docs.konghq.com/deck/overview](https://docs.konghq.com/deck/overview).\n\n## Changelog\n\nChangelog can be found in the [CHANGELOG.md](CHANGELOG.md) file.\n\n## Stale issue and pull request policy\n\nTo ensure our backlog is organized and up to date, we will close issues and\npull requests that have been inactive awaiting a community response for over 2\nweeks. If you wish to reopen a closed issue or PR to continue work, please\nleave a comment asking a team member to do so.\n\n## License\n\ndecK is licensed with Apache License Version 2.0.\nPlease read the [LICENSE](LICENSE) file for more details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkong%2Fdeck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkong%2Fdeck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkong%2Fdeck/lists"}