# 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": null,
"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/f6/e2/0112533df427f0f568018ad9d0886ffc04cd3f5b22e3bc23c73b0fcc1bf6/pulumi_kubernetes_cert_manager-0.0.7.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.7",
"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": "c849dd0962194caae50b6cf5ff503cfa0503a96110c6945c245d8580b30fc1df",
"md5": "757edbb817090815139039e4ecb37291",
"sha256": "1717f3d68042ecb99ce63051e3aedf23579dc15d070ad928af3d5f05c608b793"
},
"downloads": -1,
"filename": "pulumi_kubernetes_cert_manager-0.0.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "757edbb817090815139039e4ecb37291",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 26613,
"upload_time": "2024-10-16T22:49:33",
"upload_time_iso_8601": "2024-10-16T22:49:33.861562Z",
"url": "https://files.pythonhosted.org/packages/c8/49/dd0962194caae50b6cf5ff503cfa0503a96110c6945c245d8580b30fc1df/pulumi_kubernetes_cert_manager-0.0.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f6e20112533df427f0f568018ad9d0886ffc04cd3f5b22e3bc23c73b0fcc1bf6",
"md5": "0e53677ebd0fb2a5654b3e4106510bf5",
"sha256": "cdfbb77691d8af86a1a4b8f81872897c3eb97228e1861ac4579229ae0a284d97"
},
"downloads": -1,
"filename": "pulumi_kubernetes_cert_manager-0.0.7.tar.gz",
"has_sig": false,
"md5_digest": "0e53677ebd0fb2a5654b3e4106510bf5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 24746,
"upload_time": "2024-10-16T22:49:35",
"upload_time_iso_8601": "2024-10-16T22:49:35.455847Z",
"url": "https://files.pythonhosted.org/packages/f6/e2/0112533df427f0f568018ad9d0886ffc04cd3f5b22e3bc23c73b0fcc1bf6/pulumi_kubernetes_cert_manager-0.0.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-16 22:49:35",
"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"
}