pulumi-kubernetes-cert-manager


Namepulumi-kubernetes-cert-manager JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://pulumi.io
SummaryStrongly-typed Cert Manager installation
upload_time2024-05-08 22:44:50
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi kubernetes cert-manager kind/component category/infrastructure
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pulumi Cert Manager Component

This repo contains the Pulumi Cert Manager component for Kubernetes. This add-on automates the
management and issuance of TLS certificates from various issuing sources. It ensures certificates
are valid and up to date periodically, and attempts to renew certificates at an appropriate time
before expiry.

This component wraps [the Jetstack Cert Manager Helm Chart](https://github.com/jetstack/cert-manager),
and offers a Pulumi-friendly and strongly-typed way to manage Cert Manager installations.

For examples of usage, see [the official documentation](https://cert-manager.io/docs/),
or refer to [the examples](/examples) in this repo.

## To Use

To use this component, first install the Pulumi Package:

Afterwards, import the library and instantiate it within your Pulumi program:

## Configuration

This component supports all of the configuration options of the [official Helm chart](
https://github.com/jetstack/cert-manager/tree/master/deploy/charts/cert-manager), except that these
are strongly typed so you will get IDE support and static error checking.

The Helm deployment uses reasonable defaults, including the chart name and repo URL, however,
if you need to override them, you may do so using the `helmOptions` parameter. Refer to
[the API docs for the `kubernetes:helm/v3:Release` Pulumi type](
https://www.pulumi.com/docs/reference/pkg/kubernetes/helm/v3/release/#inputs) for a full set of choices.

For complete details, refer to the Pulumi Package details within the Pulumi Registry.

            

Raw data

            {
    "_id": null,
    "home_page": "https://pulumi.io",
    "name": "pulumi-kubernetes-cert-manager",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi kubernetes cert-manager kind/component category/infrastructure",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/df/03/fbc71472e2e8c4458a8d83106f8c00673847a37fadde1bae6791bf019d5a/pulumi_kubernetes_cert_manager-0.0.6.tar.gz",
    "platform": null,
    "description": "# Pulumi Cert Manager Component\n\nThis repo contains the Pulumi Cert Manager component for Kubernetes. This add-on automates the\nmanagement and issuance of TLS certificates from various issuing sources. It ensures certificates\nare valid and up to date periodically, and attempts to renew certificates at an appropriate time\nbefore expiry.\n\nThis component wraps [the Jetstack Cert Manager Helm Chart](https://github.com/jetstack/cert-manager),\nand offers a Pulumi-friendly and strongly-typed way to manage Cert Manager installations.\n\nFor examples of usage, see [the official documentation](https://cert-manager.io/docs/),\nor refer to [the examples](/examples) in this repo.\n\n## To Use\n\nTo use this component, first install the Pulumi Package:\n\nAfterwards, import the library and instantiate it within your Pulumi program:\n\n## Configuration\n\nThis component supports all of the configuration options of the [official Helm chart](\nhttps://github.com/jetstack/cert-manager/tree/master/deploy/charts/cert-manager), except that these\nare strongly typed so you will get IDE support and static error checking.\n\nThe Helm deployment uses reasonable defaults, including the chart name and repo URL, however,\nif you need to override them, you may do so using the `helmOptions` parameter. Refer to\n[the API docs for the `kubernetes:helm/v3:Release` Pulumi type](\nhttps://www.pulumi.com/docs/reference/pkg/kubernetes/helm/v3/release/#inputs) for a full set of choices.\n\nFor complete details, refer to the Pulumi Package details within the Pulumi Registry.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Strongly-typed Cert Manager installation",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-kubernetes-cert-manager"
    },
    "split_keywords": [
        "pulumi",
        "kubernetes",
        "cert-manager",
        "kind/component",
        "category/infrastructure"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df03fbc71472e2e8c4458a8d83106f8c00673847a37fadde1bae6791bf019d5a",
                "md5": "a5121ce3ab5f5ba88cb5eb5bf19aed68",
                "sha256": "51ca9aa46eee81403748e39bdc2744761faf95c74a1d96f0b79f9290a8c6db05"
            },
            "downloads": -1,
            "filename": "pulumi_kubernetes_cert_manager-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "a5121ce3ab5f5ba88cb5eb5bf19aed68",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 22030,
            "upload_time": "2024-05-08T22:44:50",
            "upload_time_iso_8601": "2024-05-08T22:44:50.557853Z",
            "url": "https://files.pythonhosted.org/packages/df/03/fbc71472e2e8c4458a8d83106f8c00673847a37fadde1bae6791bf019d5a/pulumi_kubernetes_cert_manager-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-08 22:44:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-kubernetes-cert-manager",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-kubernetes-cert-manager"
}
        
Elapsed time: 0.25265s