Skip to main content

PyPI version Tests

ckanext-ssm-config - Amazon SSM Config CKAN Extension

About

This plugin enables CKAN config options to be retrieved at runtime from AWS Parameter Store.

This is particularly useful for automatically managed environments, so that dynamic or secret values such as the Beaker session key, XLoader job tokens, or Google reCAPTCHA private keys, can be stored securely outside the configuration management system.

Unfortunately the current CKAN architecture does not allow for database passwords to be handled by this plugin, as the password is read from the config before this plugin has the chance to inject it.

Queensland Government has developed this plugin to be used with data.qld.gov.au and publications.qld.gov.au.

Features

  • Config values with SSM Parameter Store placeholders, ${ssm:/path/to/value} or {{ssm:/path/to/value}}, will be replaced at runtime.
  • Values that cannot be retrieved from the Parameter Store will result in blanks, or a fallback value can be supplied, eg {{ssm:/path/to/value:default_value}}
  • All SSM parameters under a prefix can be automatically converted into config entries.

Requirements

  • boto3

Compatibility with core CKAN versions:

CKAN version Compatibility
2.7 no longer supported
2.8 no longer supported
2.9 yes
2.10 yes
2.11 yes
master yes*

*Testing occurs against 'master' in non-failing mode, do verify test summary. At of April 2025 it was passing, so we are confident it is 2.12 compatible.

Configuration

ckan.plugins = ssm_config

IAM permissions similar to the following are needed:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Action": [
                "ssm:GetParameter",
                "ssm:GetParameters",
                "ssm:GetParametersByPath"
            ],
            "Resource": [
                "arn:aws:ssm:*:*:parameter/CKAN/config/",
                "arn:aws:ssm:*:*:parameter/CKAN/config/*",
            ],
            "Effect": "Allow"
        }
    ]
}

Optional:

ckanext.ssm_config.region_name = <region>
ckanext.ssm_config.prefix = /CKAN/config/
ckanext.ssm_config.aws_access_key_id = abcde
ckanext.ssm_config.aws_secret_access_key = ABCDE

If region_name is not configured, the extension will attempt to query AWS metadata to determine the region of the machine where CKAN is running.

If prefix is configured, the extension will attempt to load all parameters under this prefix as config entries, with slashes being converted to dots. For example, if the prefix is set to /CKAN/config/, and the SSM Parameter Store contains the key /CKAN/config/sqlalchemy/url, then the extension will populate config['sqlalchemy.url'] with the SSM value.

If aws_access_key_id and aws_secret_access_key are not configured, the extension will proceed on the assumption that permissions are being managed through an EC2 instance role.

Development

To install this plugin for development:

  1. Activate your Python virtual environment, eg . /usr/lib/ckan/default/bin/activate

  2. Install the plugin and its dependencies:

    git clone https://github.com/qld-gov-au/ckanext-ssm-config.git
    cd ckanext-ssm-config
    pip install -e .
    pip install -r requirements.txt -r dev-requirements.txt
    

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ckanext_ssm_config-0.1.2.tar.gz (22.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ckanext_ssm_config-0.1.2-py3-none-any.whl (21.3 kB view details)

Uploaded Python 3

File details

Details for the file ckanext_ssm_config-0.1.2.tar.gz.

File metadata

  • Download URL: ckanext_ssm_config-0.1.2.tar.gz
  • Upload date:
  • Size: 22.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for ckanext_ssm_config-0.1.2.tar.gz
Algorithm Hash digest
SHA256 679bccbe7baa791439182ae48f2c7f53886622bba436351f8d9beb75d473e9d0
MD5 e2a64690c80714eeb09b8185a1404502
BLAKE2b-256 9dcd22245e06cc6accb2984cc80fee1c75281d32d3acf5cd5c268e365f246dc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for ckanext_ssm_config-0.1.2.tar.gz:

Publisher: publish.yml on qld-gov-au/ckanext-ssm-config

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ckanext_ssm_config-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for ckanext_ssm_config-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 4b70a3fae257fd7b8de1e44c24dc01f8c57e35993232d95f08a76927c711b906
MD5 571c6b85f4ce35075ae3112c96f1bf74
BLAKE2b-256 be32bafc8baf95abedde3805676b56e7f65fe5b9d999176c3503fdeea1b68ba5

See more details on using hashes here.

Provenance

The following attestation bundles were made for ckanext_ssm_config-0.1.2-py3-none-any.whl:

Publisher: publish.yml on qld-gov-au/ckanext-ssm-config

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.1.2 This release

2 files

0.1.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page