cdk-gw-tools


Namecdk-gw-tools JSON
Version 0.4.4 PyPI version JSON
download
home_page
SummaryConduktor Proxy API Client
upload_time2023-12-07 17:51:06
maintainer
docs_urlNone
authorJohn "Preston" Mille
requires_python>=3.8,<4.0
licenseLICENSE
keywords compose-x conduktor kafka proxy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cdk-gw-tools

CLI & other tools to help automating Conduktor Gateway

### CLI

```bash
cdk-cli -h
usage: CDK Proxy CLI [-h] [--format OUTPUT_FORMAT] [--log-level LOGLEVEL] [--url URL] [--username USERNAME] [--password PASSWORD] [-c CONFIG_FILE] [-p PROFILE_NAME] {vclusters,interceptors,plugins} ...

positional arguments:
  {vclusters,interceptors,plugins}
                        Resources to manage
    vclusters           Manages vClusters
    interceptors        Manage interceptors
    plugins             Manage plugins

options:
  -h, --help            show this help message and exit
  --format OUTPUT_FORMAT, --output-format OUTPUT_FORMAT
                        output format
  --log-level LOGLEVEL  Set loglevel
  --url URL
  --username USERNAME
  --password PASSWORD
  -c CONFIG_FILE, --config-file CONFIG_FILE
                        Path to the profiles files
  -p PROFILE_NAME, --profile-name PROFILE_NAME
                        Name of the profile to use to make API Calls
```

#### Example config file

Config files make it easy to switch between profiles. You can use AWS secrets manager currently to store the credentials
securely and share the config file among teammates.

```yaml
# Conduktor GW CLI Config file
nonprod:
  Url: https://stg.kafka.domain.net:8888
  Username: admin
  Password: somethingsecret

prod:
  Url: https://kafka.prod.domain.net:8888
  AWSSecretsManager:
    SecretId: /conduktor/proxy/prod/apiuser
    ProfileName: aws-prod

```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "cdk-gw-tools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "compose-x,conduktor,kafka,proxy",
    "author": "John \"Preston\" Mille",
    "author_email": "john@ews-network.net",
    "download_url": "https://files.pythonhosted.org/packages/f2/49/5b9e5b437a568ddadc3d8e3e702832d8f6be6456f2ba02c540bbf387de1c/cdk_gw_tools-0.4.4.tar.gz",
    "platform": null,
    "description": "# cdk-gw-tools\n\nCLI & other tools to help automating Conduktor Gateway\n\n### CLI\n\n```bash\ncdk-cli -h\nusage: CDK Proxy CLI [-h] [--format OUTPUT_FORMAT] [--log-level LOGLEVEL] [--url URL] [--username USERNAME] [--password PASSWORD] [-c CONFIG_FILE] [-p PROFILE_NAME] {vclusters,interceptors,plugins} ...\n\npositional arguments:\n  {vclusters,interceptors,plugins}\n                        Resources to manage\n    vclusters           Manages vClusters\n    interceptors        Manage interceptors\n    plugins             Manage plugins\n\noptions:\n  -h, --help            show this help message and exit\n  --format OUTPUT_FORMAT, --output-format OUTPUT_FORMAT\n                        output format\n  --log-level LOGLEVEL  Set loglevel\n  --url URL\n  --username USERNAME\n  --password PASSWORD\n  -c CONFIG_FILE, --config-file CONFIG_FILE\n                        Path to the profiles files\n  -p PROFILE_NAME, --profile-name PROFILE_NAME\n                        Name of the profile to use to make API Calls\n```\n\n#### Example config file\n\nConfig files make it easy to switch between profiles. You can use AWS secrets manager currently to store the credentials\nsecurely and share the config file among teammates.\n\n```yaml\n# Conduktor GW CLI Config file\nnonprod:\n  Url: https://stg.kafka.domain.net:8888\n  Username: admin\n  Password: somethingsecret\n\nprod:\n  Url: https://kafka.prod.domain.net:8888\n  AWSSecretsManager:\n    SecretId: /conduktor/proxy/prod/apiuser\n    ProfileName: aws-prod\n\n```\n",
    "bugtrack_url": null,
    "license": "LICENSE",
    "summary": "Conduktor Proxy API Client",
    "version": "0.4.4",
    "project_urls": {
        "Bug Tracker": "https://github.com/JohnPreston/cdk-gw-tools/issues",
        "Source (CodeBerg)": "https://codeberg.org/JohnPreston/cdk-gw-tools",
        "Source (GitHub)": "https://github.com/JohnPreston/cdk-gw-tools"
    },
    "split_keywords": [
        "compose-x",
        "conduktor",
        "kafka",
        "proxy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ef68a9d16aa23e047eb03b1a830167d38773f4117b074a043484a0acf894d23",
                "md5": "fa06428809e16ac0c3fce51ac3da4bb5",
                "sha256": "21e1bab1e5d181088546b4496385179bf184c84a5617728b1bc956f300cb3ec5"
            },
            "downloads": -1,
            "filename": "cdk_gw_tools-0.4.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fa06428809e16ac0c3fce51ac3da4bb5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 35226,
            "upload_time": "2023-12-07T17:51:04",
            "upload_time_iso_8601": "2023-12-07T17:51:04.770526Z",
            "url": "https://files.pythonhosted.org/packages/9e/f6/8a9d16aa23e047eb03b1a830167d38773f4117b074a043484a0acf894d23/cdk_gw_tools-0.4.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2495b9e5b437a568ddadc3d8e3e702832d8f6be6456f2ba02c540bbf387de1c",
                "md5": "913ea6b4f5a0920af9b04ec1440fa706",
                "sha256": "92b9df245ec4839255b29050240c6403ab52cd76bc1c35e3fec4e5c253cd9166"
            },
            "downloads": -1,
            "filename": "cdk_gw_tools-0.4.4.tar.gz",
            "has_sig": false,
            "md5_digest": "913ea6b4f5a0920af9b04ec1440fa706",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 23535,
            "upload_time": "2023-12-07T17:51:06",
            "upload_time_iso_8601": "2023-12-07T17:51:06.945882Z",
            "url": "https://files.pythonhosted.org/packages/f2/49/5b9e5b437a568ddadc3d8e3e702832d8f6be6456f2ba02c540bbf387de1c/cdk_gw_tools-0.4.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-07 17:51:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "JohnPreston",
    "github_project": "cdk-gw-tools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "cdk-gw-tools"
}
        
Elapsed time: 0.17522s