Giter Site home page Giter Site logo

terraform-kubernetes-cert-manager's Introduction

Terraform Kubernetes Cert Manager

Introduction

This module deploys and configures Cert Manager inside a Kubernetes Cluster.

Security Controls

The following security controls can be met through configuration of this template:

  • TBD

Dependencies

  • None

Optional (depending on options configured):

  • None

Usage

module "helm_cert_manager" {
  source = "github.com/canada-ca-terraform-modules/terraform-kubernetes-cert-manager?ref=v2.0.0"

  chart_version = "0.8.1"
  dependencies  = [
    "${module.namespace_cert_manager.depended_on}",
  ]

  helm_namespace  = "${kubernetes_namespace.cert_manager.metadata.0.name}"
  helm_repository = "jetstack"

  letsencrypt_email            = "${var.cert_manager_letsencrypt_email}"
  azure_service_principal_id   = "${var.cert_manager_azure_service_principal_id}"
  azure_client_secret          = "${var.cert_manager_azure_client_secret}"
  azure_subscription_id        = "${var.cert_manager_azure_subscription_id}"
  azure_tenant_id              = "${var.cert_manager_azure_tenant_id}"
  azure_resource_group_name    = "${var.cert_manager_azure_resource_group_name}"
  azure_zone_name              = "${var.cert_manager_azure_zone_name}"

  values = <<EOF
podDnsConfig:
  nameservers:
    - 1.1.1.1
    - 1.0.0.1
    - 8.8.8.8
EOF
}

Variables Values

Name Type Required Value
chart_version string yes Version of the Helm Chart
dependencies string yes Dependency name refering to namespace module
helm_namespace string yes The namespace Helm will install the chart under
helm_repository string yes The repository where the Helm chart is stored
values string no Values to be passed to the Helm Chart
letsencrypt_email string yes Email for letsencrypt
azure_service_principal_id string yes ClientID of the principal to use for azuredns solver
azure_client_secret string yes The client secret for the principal used
azure_subscription_id string yes The Azure Subsription ID of the azuredns
azure_tenant_id string yes The Azure Tenant ID of the azuredns
azure_resource_group_name string yes The Resource Group of the azuredns
azure_zone_name string yes The Zone Name in which the azuredns resides

History

Date Release Change
20190729 20190729.1 Improvements to documentation and formatting
20190909 20190909.1 1st release
20200620 v2.0.0 Module now modified for Helm 3
20200622 v2.0.1 Added dependencies to kubernetes_secret

terraform-kubernetes-cert-manager's People

Contributors

zachomedia avatar sylus avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.