octodns-fastly


Nameoctodns-fastly JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/octodns/octodns-fastly
SummaryFastly ACME source for octoDNS
upload_time2023-11-12 23:27:37
maintainer
docs_urlNone
authorRoss McFarland
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements PyYAML certifi charset-normalizer dnspython fqdn idna natsort octodns python-dateutil requests six urllib3
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Fastly ACME source for octoDNS

An [OctoDNS source](https://github.com/octodns/octodns#dynamic-sources) for [Fastly](https://www.fastly.com).

### Installation

#### Command line

```
pip install octodns-fastly
```

#### requirements.txt/setup.py

Pinning specific versions or SHAs is recommended to avoid unplanned upgrades.

##### Versions

```
# Start with the latest versions and don't just copy what's here
octodns==0.9.14
octodns-fastly==0.0.1
```

##### SHAs

```
# Start with the latest/specific versions and don't just copy what's here
-e git+https://git@github.com/octodns/octodns.git@9da19749e28f68407a1c246dfdf65663cdc1c422#egg=octodns
-e git+https://git@github.com/octodns/octodns-fastly.git@ec9661f8b335241ae4746eea467a8509205e6a30#egg=octodns_fastly
```

### Configuration

`FastlyAcmeSource` will create [ACME DNS challenge](https://docs.fastly.com/en/guides/serving-https-traffic-using-fastly-managed-certificates#verifying-domain-ownership) CNAME records such as `_acme-challenge.www.example.com` based on TLS subscriptions.

OctoDNS configuration:

```yml
providers:
  fastly:
    class: octodns_fastly.FastlyAcmeSource
    token: env/FASTLY_API_TOKEN

zones:
  example.com.:
    sources:
      - fastly
```

### Support Information

#### Records

CNAME

#### Dynamic

FastlyProvider does not support dynamic records.

### Development

See the [/script/](/script/) directory for some tools to help with the development process. They generally follow the [Script to rule them all](https://github.com/github/scripts-to-rule-them-all) pattern. Most useful is `./script/bootstrap` which will create a venv and install both the runtime and development related requirements. It will also hook up a pre-commit hook that covers most of what's run by CI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/octodns/octodns-fastly",
    "name": "octodns-fastly",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Ross McFarland",
    "author_email": "rwmcfa1@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3f/d3/8fa68f1d0b3efec92bcf73043bfa3f1524fb3ae92a4bddab5ed073b7a4f1/octodns-fastly-0.0.1.tar.gz",
    "platform": null,
    "description": "## Fastly ACME source for octoDNS\n\nAn [OctoDNS source](https://github.com/octodns/octodns#dynamic-sources) for [Fastly](https://www.fastly.com).\n\n### Installation\n\n#### Command line\n\n```\npip install octodns-fastly\n```\n\n#### requirements.txt/setup.py\n\nPinning specific versions or SHAs is recommended to avoid unplanned upgrades.\n\n##### Versions\n\n```\n# Start with the latest versions and don't just copy what's here\noctodns==0.9.14\noctodns-fastly==0.0.1\n```\n\n##### SHAs\n\n```\n# Start with the latest/specific versions and don't just copy what's here\n-e git+https://git@github.com/octodns/octodns.git@9da19749e28f68407a1c246dfdf65663cdc1c422#egg=octodns\n-e git+https://git@github.com/octodns/octodns-fastly.git@ec9661f8b335241ae4746eea467a8509205e6a30#egg=octodns_fastly\n```\n\n### Configuration\n\n`FastlyAcmeSource` will create [ACME DNS challenge](https://docs.fastly.com/en/guides/serving-https-traffic-using-fastly-managed-certificates#verifying-domain-ownership) CNAME records such as `_acme-challenge.www.example.com` based on TLS subscriptions.\n\nOctoDNS configuration:\n\n```yml\nproviders:\n  fastly:\n    class: octodns_fastly.FastlyAcmeSource\n    token: env/FASTLY_API_TOKEN\n\nzones:\n  example.com.:\n    sources:\n      - fastly\n```\n\n### Support Information\n\n#### Records\n\nCNAME\n\n#### Dynamic\n\nFastlyProvider does not support dynamic records.\n\n### Development\n\nSee the [/script/](/script/) directory for some tools to help with the development process. They generally follow the [Script to rule them all](https://github.com/github/scripts-to-rule-them-all) pattern. Most useful is `./script/bootstrap` which will create a venv and install both the runtime and development related requirements. It will also hook up a pre-commit hook that covers most of what's run by CI.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Fastly ACME source for octoDNS",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/octodns/octodns-fastly"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c81d0a80e4aa5d15a87a4654358e44ccc86681b588c52f0cb9f5334fc7bfbd2",
                "md5": "5e801b8f859a49c28eae2c0b1c8e3982",
                "sha256": "bbba296de724cf530bc14e76554d126003d123bda5d31370aaa9fd2a181c6585"
            },
            "downloads": -1,
            "filename": "octodns_fastly-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5e801b8f859a49c28eae2c0b1c8e3982",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 5143,
            "upload_time": "2023-11-12T23:27:36",
            "upload_time_iso_8601": "2023-11-12T23:27:36.371151Z",
            "url": "https://files.pythonhosted.org/packages/6c/81/d0a80e4aa5d15a87a4654358e44ccc86681b588c52f0cb9f5334fc7bfbd2/octodns_fastly-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3fd38fa68f1d0b3efec92bcf73043bfa3f1524fb3ae92a4bddab5ed073b7a4f1",
                "md5": "38fbb80d62e8c5c098d012bfa0449a74",
                "sha256": "ce8e307f5c0746cf663f87017786071f68f589373036016a3a98fa5a4bf55202"
            },
            "downloads": -1,
            "filename": "octodns-fastly-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "38fbb80d62e8c5c098d012bfa0449a74",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 6933,
            "upload_time": "2023-11-12T23:27:37",
            "upload_time_iso_8601": "2023-11-12T23:27:37.893479Z",
            "url": "https://files.pythonhosted.org/packages/3f/d3/8fa68f1d0b3efec92bcf73043bfa3f1524fb3ae92a4bddab5ed073b7a4f1/octodns-fastly-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-12 23:27:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "octodns",
    "github_project": "octodns-fastly",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "PyYAML",
            "specs": [
                [
                    "==",
                    "6.0.1"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2023.7.22"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "3.3.2"
                ]
            ]
        },
        {
            "name": "dnspython",
            "specs": [
                [
                    "==",
                    "2.4.2"
                ]
            ]
        },
        {
            "name": "fqdn",
            "specs": [
                [
                    "==",
                    "1.5.1"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.4"
                ]
            ]
        },
        {
            "name": "natsort",
            "specs": [
                [
                    "==",
                    "8.4.0"
                ]
            ]
        },
        {
            "name": "octodns",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    "==",
                    "2.8.2"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.31.0"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.16.0"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "2.0.7"
                ]
            ]
        }
    ],
    "lcname": "octodns-fastly"
}
        
Elapsed time: 0.17545s