From c3937f6ba01b036a68da09050fe8d721e4b761d4 Mon Sep 17 00:00:00 2001 From: David van der Spek Date: Tue, 5 Sep 2023 16:54:28 +0200 Subject: [PATCH 1/8] feat(cert-manager): add dedicated cert-manager app Signed-off-by: David van der Spek --- cert-manager/Pluralfile | 6 ++ cert-manager/helm/cert-manager/.helmignore | 23 +++++++ cert-manager/helm/cert-manager/Chart.lock | 6 ++ cert-manager/helm/cert-manager/Chart.yaml | 11 ++++ cert-manager/helm/cert-manager/README.md | 1 + .../charts/cert-manager-v1.12.4.tgz | Bin 0 -> 68115 bytes cert-manager/helm/cert-manager/deps.yaml | 26 ++++++++ .../helm/cert-manager/templates/_helpers.tpl | 62 ++++++++++++++++++ cert-manager/helm/cert-manager/values.yaml | 27 ++++++++ .../helm/cert-manager/values.yaml.tpl | 15 +++++ cert-manager/plural/icons/cert-manager.png | Bin 0 -> 38721 bytes cert-manager/plural/notes.tpl | 1 + .../plural/recipes/cert-manager-aws.yaml | 17 +++++ .../plural/recipes/cert-manager-azure.yaml | 17 +++++ .../plural/recipes/cert-manager-gcp.yaml | 17 +++++ .../plural/recipes/cert-manager-kind.yaml | 15 +++++ cert-manager/repository.yaml | 11 ++++ cert-manager/terraform/aws/deps.yaml | 15 +++++ cert-manager/terraform/aws/main.tf | 49 ++++++++++++++ cert-manager/terraform/aws/output.tf | 4 ++ cert-manager/terraform/aws/terraform.tfvars | 2 + cert-manager/terraform/aws/variables.tf | 13 ++++ cert-manager/terraform/azure/deps.yaml | 16 +++++ cert-manager/terraform/azure/main.tf | 41 ++++++++++++ cert-manager/terraform/azure/outputs.tf | 3 + cert-manager/terraform/azure/terraform.tfvars | 4 ++ cert-manager/terraform/azure/variables.tf | 21 ++++++ cert-manager/terraform/gcp/deps.yaml | 15 +++++ cert-manager/terraform/gcp/main.tf | 10 +++ cert-manager/terraform/gcp/output.tf | 3 + cert-manager/terraform/gcp/terraform.tfvars | 3 + cert-manager/terraform/gcp/variables.tf | 18 +++++ cert-manager/terraform/kube/deps.yaml | 12 ++++ cert-manager/terraform/kube/main.tf | 11 ++++ cert-manager/terraform/kube/terraform.tfvars | 1 + cert-manager/terraform/kube/variables.tf | 9 +++ cert-manager/vendor_images.yaml | 7 ++ 37 files changed, 512 insertions(+) create mode 100644 cert-manager/Pluralfile create mode 100644 cert-manager/helm/cert-manager/.helmignore create mode 100644 cert-manager/helm/cert-manager/Chart.lock create mode 100644 cert-manager/helm/cert-manager/Chart.yaml create mode 100644 cert-manager/helm/cert-manager/README.md create mode 100644 cert-manager/helm/cert-manager/charts/cert-manager-v1.12.4.tgz create mode 100644 cert-manager/helm/cert-manager/deps.yaml create mode 100644 cert-manager/helm/cert-manager/templates/_helpers.tpl create mode 100644 cert-manager/helm/cert-manager/values.yaml create mode 100644 cert-manager/helm/cert-manager/values.yaml.tpl create mode 100644 cert-manager/plural/icons/cert-manager.png create mode 100644 cert-manager/plural/notes.tpl create mode 100644 cert-manager/plural/recipes/cert-manager-aws.yaml create mode 100644 cert-manager/plural/recipes/cert-manager-azure.yaml create mode 100644 cert-manager/plural/recipes/cert-manager-gcp.yaml create mode 100644 cert-manager/plural/recipes/cert-manager-kind.yaml create mode 100644 cert-manager/repository.yaml create mode 100644 cert-manager/terraform/aws/deps.yaml create mode 100644 cert-manager/terraform/aws/main.tf create mode 100644 cert-manager/terraform/aws/output.tf create mode 100644 cert-manager/terraform/aws/terraform.tfvars create mode 100644 cert-manager/terraform/aws/variables.tf create mode 100644 cert-manager/terraform/azure/deps.yaml create mode 100644 cert-manager/terraform/azure/main.tf create mode 100644 cert-manager/terraform/azure/outputs.tf create mode 100644 cert-manager/terraform/azure/terraform.tfvars create mode 100644 cert-manager/terraform/azure/variables.tf create mode 100644 cert-manager/terraform/gcp/deps.yaml create mode 100644 cert-manager/terraform/gcp/main.tf create mode 100644 cert-manager/terraform/gcp/output.tf create mode 100644 cert-manager/terraform/gcp/terraform.tfvars create mode 100644 cert-manager/terraform/gcp/variables.tf create mode 100644 cert-manager/terraform/kube/deps.yaml create mode 100644 cert-manager/terraform/kube/main.tf create mode 100644 cert-manager/terraform/kube/terraform.tfvars create mode 100644 cert-manager/terraform/kube/variables.tf create mode 100644 cert-manager/vendor_images.yaml diff --git a/cert-manager/Pluralfile b/cert-manager/Pluralfile new file mode 100644 index 000000000..93c1636fe --- /dev/null +++ b/cert-manager/Pluralfile @@ -0,0 +1,6 @@ +REPO cert-manager +ATTRIBUTES Plural repository.yaml + +TF terraform/* +HELM helm/* +RECIPE plural/recipes/* diff --git a/cert-manager/helm/cert-manager/.helmignore b/cert-manager/helm/cert-manager/.helmignore new file mode 100644 index 000000000..0e8a0eb36 --- /dev/null +++ b/cert-manager/helm/cert-manager/.helmignore @@ -0,0 +1,23 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*.orig +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ diff --git a/cert-manager/helm/cert-manager/Chart.lock b/cert-manager/helm/cert-manager/Chart.lock new file mode 100644 index 000000000..a5f8a089c --- /dev/null +++ b/cert-manager/helm/cert-manager/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: cert-manager + repository: https://charts.jetstack.io + version: v1.12.4 +digest: sha256:a50e8a0a20bdc42f2fc82da344210c49ac5b1d0c11b44d954f41671a332c2e17 +generated: "2023-09-05T16:02:34.692637+02:00" diff --git a/cert-manager/helm/cert-manager/Chart.yaml b/cert-manager/helm/cert-manager/Chart.yaml new file mode 100644 index 000000000..87f3f6d2f --- /dev/null +++ b/cert-manager/helm/cert-manager/Chart.yaml @@ -0,0 +1,11 @@ +apiVersion: v2 +name: cert-manager +description: helm chart for cert-manager +type: application +version: 0.1.1 +appVersion: v1.12.4 +dependencies: +- name: cert-manager + version: v1.12.4 + repository: https://charts.jetstack.io + condition: cert-manager.enabled diff --git a/cert-manager/helm/cert-manager/README.md b/cert-manager/helm/cert-manager/README.md new file mode 100644 index 000000000..ae5bd2bc9 --- /dev/null +++ b/cert-manager/helm/cert-manager/README.md @@ -0,0 +1 @@ +A helm chart for cert-manager \ No newline at end of file diff --git a/cert-manager/helm/cert-manager/charts/cert-manager-v1.12.4.tgz b/cert-manager/helm/cert-manager/charts/cert-manager-v1.12.4.tgz new file mode 100644 index 0000000000000000000000000000000000000000..8940d9b696e3bb708c3693ea3e4a5917e582c5fa GIT binary patch literal 68115 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 literal 0 HcmV?d00001 diff --git a/cert-manager/helm/cert-manager/deps.yaml b/cert-manager/helm/cert-manager/deps.yaml new file mode 100644 index 000000000..b8f2a9871 --- /dev/null +++ b/cert-manager/helm/cert-manager/deps.yaml @@ -0,0 +1,26 @@ +apiVersion: plural.sh/v1alpha1 +kind: Dependencies +metadata: + application: true + description: Deploys cert-manager crafted for the target cloud +spec: + dependencies: + - type: terraform + name: kube + repo: cert-manager + version: '>= 0.1.0' + - type: terraform + name: aws + repo: cert-manager + version: '>= 0.1.0' + optional: true + - type: terraform + name: azure + repo: cert-manager + version: '>= 0.1.0' + optional: true + - type: terraform + name: gcp + repo: cert-manager + version: '>= 0.1.0' + optional: true diff --git a/cert-manager/helm/cert-manager/templates/_helpers.tpl b/cert-manager/helm/cert-manager/templates/_helpers.tpl new file mode 100644 index 000000000..7ec9b7021 --- /dev/null +++ b/cert-manager/helm/cert-manager/templates/_helpers.tpl @@ -0,0 +1,62 @@ +{{/* +Expand the name of the chart. +*/}} +{{- define "cert-manager-plural.name" -}} +{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }} +{{- end }} + +{{/* +Create a default fully qualified app name. +We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). +If release name contains chart name it will be used as a full name. +*/}} +{{- define "cert-manager-plural.fullname" -}} +{{- if .Values.fullnameOverride }} +{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }} +{{- else }} +{{- $name := default .Chart.Name .Values.nameOverride }} +{{- if contains $name .Release.Name }} +{{- .Release.Name | trunc 63 | trimSuffix "-" }} +{{- else }} +{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" }} +{{- end }} +{{- end }} +{{- end }} + +{{/* +Create chart name and version as used by the chart label. +*/}} +{{- define "cert-manager-plural.chart" -}} +{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} +{{- end }} + +{{/* +Common labels +*/}} +{{- define "cert-manager-plural.labels" -}} +helm.sh/chart: {{ include "cert-manager-plural.chart" . }} +{{ include "cert-manager-plural.selectorLabels" . }} +{{- if .Chart.AppVersion }} +app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} +{{- end }} +app.kubernetes.io/managed-by: {{ .Release.Service }} +{{- end }} + +{{/* +Selector labels +*/}} +{{- define "cert-manager-plural.selectorLabels" -}} +app.kubernetes.io/name: {{ include "cert-manager-plural.name" . }} +app.kubernetes.io/instance: {{ .Release.Name }} +{{- end }} + +{{/* +Create the name of the service account to use +*/}} +{{- define "cert-manager-plural.serviceAccountName" -}} +{{- if .Values.serviceAccount.create }} +{{- default (include "cert-manager-plural.fullname" .) .Values.serviceAccount.name }} +{{- else }} +{{- default "default" .Values.serviceAccount.name }} +{{- end }} +{{- end }} diff --git a/cert-manager/helm/cert-manager/values.yaml b/cert-manager/helm/cert-manager/values.yaml new file mode 100644 index 000000000..efe160ae2 --- /dev/null +++ b/cert-manager/helm/cert-manager/values.yaml @@ -0,0 +1,27 @@ +cert-manager: + enabled: true + installCRDs: true + image: + repository: dkr.plural.sh/cert-manager/jetstack/cert-manager-controller + tag: v1.12.4 + webhook: + image: + repository: dkr.plural.sh/cert-manager/jetstack/cert-manager-webhook + tag: v1.12.4 + cainjector: + image: + repository: dkr.plural.sh/cert-manager/jetstack/cert-manager-cainjector + tag: v1.12.4 + startupapicheck: + image: + repository: dkr.plural.sh/cert-manager/jetstack/cert-manager-ctl + tag: v1.12.4 + serviceAccount: + name: cert-manager + prometheus: + enabled: true + serviceMonitor: + enabled: true + securityContext: + fsGroup: 1000 + runAsNonRoot: true diff --git a/cert-manager/helm/cert-manager/values.yaml.tpl b/cert-manager/helm/cert-manager/values.yaml.tpl new file mode 100644 index 000000000..06317a265 --- /dev/null +++ b/cert-manager/helm/cert-manager/values.yaml.tpl @@ -0,0 +1,15 @@ +{{ $isGcp := or (eq .Provider "google") (eq .Provider "gcp") }} +cert-manager: + serviceAccount: + annotations: + {{- if eq .Provider "aws" }} + eks.amazonaws.com/role-arn: {{ importValue "Terraform" "iam_role_arn" }} + {{- else if $isGcp }} + iam.gke.io/gcp-service-account: {{ importValue "Terraform" "service_account_email" }} + {{- else if eq .Provider "azure" }} + azure.workload.identity/client-id: {{ importValue "Terraform" "msi_client_id" }} + {{- end }} + {{- if eq .Provider "azure" }} + podLabels: + azure.workload.identity/use: "true" + {{- end }} diff --git a/cert-manager/plural/icons/cert-manager.png b/cert-manager/plural/icons/cert-manager.png new file mode 100644 index 0000000000000000000000000000000000000000..c222eed15351ea7f8593d69ff73e21704802502d GIT binary patch literal 38721 zcmV(|K+(U6P)EX>4Tx04R}tkv&MmKpe$i(~6=M2Rn##$WWauh>8?kvC;;dF`taVTR!eCxoS>`&;FcMhA5>gN$qlPjnun?tHBgI6T_TwJ@VaJ~$mrSlQ z7&#VDg$l{>ga5(rZq35vgqswM16?n+{V@V`?*h%bZGRuzcJl=AKLb}<+h1(}u}{+L zZ7p&H3~U1z*KJMS11@)fp(kB3BuDbo6bc34{fxdT2Mpc^3A z0;5IBUiWx+PiJrco@w>>1Npsj-Izj*H~;_u24YJ`L;(K){{a7>y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2j&DE3<4Wc&rZ?+07-~?R9JLUVRs;Ka&Km7Y-J#H zd2nSQWq4_3004NLt=(<5>qw5J>Hiu<4M7w|N*oSFQfu`Ldiedkrt6*&8IiRrE8DO8 zxyR3kM4B0Zjg1ZPcKyHq&-eDf{@4GS*7g3lJ(t&e-F)hw=l0wlyHDQt-#`2KINhJ) z<6r+we?I=x*KdD+`tbMc@A>zQ_xk6z{`&g#PcL(ycAqW(@Ivq7&o@5*{EhAT`}^_! zPcQW6jpnZC;gj>v3vGX1Xny>@G5vXg{dZgUb$h@5@fJSU@9*=k8-4%&yY=CFJhr~J ze16~i&;S2?S-o@dKJ(*o&C`7Mai0HNz}$b2+r0ba>EmO5`@#GC9$$I*IL&`ui3Rz0 z>-6_O-uCwGQlJ0!hyIUt>#xsl|9Q8bk3T;$|EEP>|Ni^me*HEr|9)4-(*MIdKi_{J zlYjd9`v^f7s{sdMq){d4>8{=)a0 zDNNJ-{r6hAuE(Rrb{XwlAN`menZAD(br}o%*Ps9VPy0IC!KGEsL^cci`MtzvnSNW` zk(kFu&wg<6_s<5W*ZJoKERnZfT+B4v0lPNM%d}4S*W>Y;CJXttLAy(T%+JTi4ou7P zI9=r9InS%TVM*TFue_%5qmSj`%Qs)=%ub#^?yvdvyuFs!`g*HC>L<^}LpAy-Y72f4A@c_pbff)_?i)-`KV3 z&#pbjPW6MYzjw`7U$4JjV#=K??U@Y|MJ7A`Y6~3bM|*aEPtWJ0oomnT+k;gs4;Q(# zXXn(8*}>;EJ(lnE*WTS8za4Go{zvv*m&r|*(+VI_aOq#9Qb-X z&gb!bezp~Ic%9R{knIY?#K7FU!uv_HA<$N96 zKLU5IdT zO$F2ay|t*<)92T*w_}{b_u3z0V>X|EKac%(osai^_N5OC-@b=Cce^b9yPxNJT>|F1 zeed7(Se*a!^IATi_nXb1+x0x(k7L`u%W>V-WjS7}`~I}6`}KNyhke>a1TJcN?&EzQ zFe{I+Jm+J7-MxeRy_^hQ;PbdXR{drb0kqF{-p38R*XQ}{cbA7dIyNC>ZH2GXP9I-O z^?ALfd40{F?{R(Z%Nq*V-pBK{yTb3aE$n-GKF0fPzxTVp-sf%`z>?QAt}B@FJ)h5U zXdn0SwRL%RCGgSryG(OmI^I4%H{NOE#C|_?`Idv`b*}aKwPdcx)_tDe_v>`jInvj* zAIEvW9j_0>?)dR%uh~^{xZmk~ZO8dqzWe-ge$U5ex!#tUx4Wigf8L$a_wsq3=SNt5 z9@p}^9p~kD?>wi||2gM%JEu<3{KydI&*S-i14qmGyxcU)c+dRXIxU~aYZs)yOwK!= zx6Aw4%1+DY3?^oA-XuU z8z=touJiZvy*{VSe9edDaj`&GM||E`%Er_sGw1n)k3Rc$$UI!=o#)Sjd`AnU)!!u^MAVT+yB9Z12WE|E7-pCaCpZY;NqjK_Ary@$<AO8K{Pe+h1{qC=G zJDg7^G!%T}0vX!*k;l2_ukY*v=(&FUr09EP5&PRW=GXOnzNYr2U0nhU#ulu}B z!Gqg!&C3-USg#%Uu{R>&XPrLF`xLUdKQ7qs$ej*RbmPj`*ZaFlpjKy*)jFr|?R9&d z`|Q4s_x0MHD94kz?*jchKlky|4(!JtID`Q~2*>xnzWB`T`?L^~7r(sI?KPcDlx=*U z$LBn~%G3Y7t>c#O`8@6y$HkrAIl7m{e(cMWpL>2eBS7@aZSZi<8xI(o_?*znL!1za z?u*;ox}p2^UAUM`_i>01o6rGiIAxEA(DQY~zvumBbxuATQt_@YSmi$Pc=P>$li!bP zdOg4mzs6f0lLPKYo?kwKkN*mIs}sIMUhC50-o7kBumRt8LGsNtxMc2@VXYD!evL=s zXO|rJ{#tnZmCsxzk+=0-?8SFJmYdzSo#jwM=;^4u0I~Ufht;7TJH*Y}Df=P@Pj4&v zoHxGCGV@rx>kLkv>+81ey!>Yq2e#$?lox;B=l3eLD%rMm8(#`JvG94ju7wkSeYb1f zbM5!f=Q%ko=e*p0R%DNd2|Ptnc4y5URcpFl@myxXq29e(qlMYt8K4>st7f z>;3+^B6q{(Ot9SdIKL8&;jN#`$+tf2)^*+&0rV*R_P40#knFo37H6N=x&VUfev?Mn zhv_Bk@Eq^mA#)YGt+Kh>=LKee<_FIy_{l>hI@^;abfwc5rj_&vgOBxA2wvv*^|`(; z+vi+t)0YRloPXb7W~-!V+dHDCu>9Ek26l&m4&UXJzuzwGc7U})-!24vg^1(n?1o%Imlk;_4^ZpgIM9Q!GTlVX_ zf1dkxyX*s8_E`or*gqhc06IK@;0{AT768ooUGAUxys9EekcggP773iP2!NSp#bwBUI)vM&-`5h?&B8VGyoE>{EM3()?OF2b6 z7r6Khac`|?u$Ye)K|#oQKF{NlOoDk2XR!3Q6lTf<+FEOL%2Gvh?$vvrPr1_inHl;4 zHamw1DNFKxtvfdd9tm{sZ11{1Lot&C{K1Xg3dpZzg3TYi5aa?DSWQN430|ei{0S#@ z!r2=WauU~Ac;BLOIWwoZ^1WcMv%m`7{Ri+ko;L9@?&KrY+ia0r|40+w zBZIW|Zt5$1Zo^g>4JbcC0w*aZI9kk3c=YDS{Cth?O*x*0FA(rBu=_2keO&&NMT;d;z70}=p;02>;0ukyNYA4HXQ43ME}4rJ zSElRWs@%5wcs%d7OX7IXHRDSbS+k3fC`vAzq!|mt`#9*x7uU9r!{5$A^cUFn9Z|}O zcyG7u`MJM^O8K!6#qPzl9kAe`*uuu6I|)4ZzFy}P+I|!(W$|amE1Uq4P97SUU;Ph05*Z0AItLJ7uU%eX!)b1!2C;cb=F=m|_jJMlE) zn|nJ@8Fu!bt32*Ee&*Wl%XO{gQXk=B+e(wz47mQ0e$U4|Yz(A9hrYw%4UIaODFd3BGMFn^&oM9)FqP z^_m7Mn2%}SIN3{b>IC=**E}P9ILTs_vr=J2fO>tLIQjVJ=D7Qvd@ZizjUW-MuYfu) zzjP(v;S}&33)FxYnkAOYVRa_|#@(qyV5D!bisHcVhGUVx%g-AgmO&(XvfVFV59Ul? z(des79J8t~q|#fVtb} zb51y~yWxO8x1&s$N8kos_`E{tvM$I7F0>f@&J%HD`|snUpA!b>_vhHLw9CO592w{J z_8pGtdc*za=BqKCT=rGa>Ugqap6Ho5U_4hu09FR(y0b~iva~KD!1ntDeZU*SMQB{f z#S7?QJ-s()!sg@g@Tzdz9{}LUuO$MEFfWgC-k!JBUQP2WA2mg?KHP}f7`MY2fG@1Y zExeqf@3<3(*2-{(5QD-7H)B66`)&T*N2-2WfTAC}iO9ub2p6{R)g2!W7|bJM@}?ix zj&Fu*@!1C)4Twz#_E`SI^7i+jeDXqErkwV{7#&}+Ui1e5p{EHI^T{EOQ z2zPUv`&*o{oX!eT@$q_>&cOI0H(0|mz&PB&9-YY~kX(Gy^B0oEBTyPZ&u0S&U*`;^ z4#P<#ojsuGF<;a4Y3CN^=^Ws|_Tr;!X;nnIkOy9C|FOq!5%d-1bbQbS*H!*uUDR4^ zAy+q&oZ>Cs2{AADNpCC$;CrIyfRjl|@wf&2QAgkM1Wt=L;seV5kKTWguFGY`g2Gei zSf0!09)Ti<#hI1Dx{d3$*^M@+1cF`4e(c`;ba`Q~_c}6;=Zy7|%ku8BCD9#jKQZvk zRIIfc&*fGICyqF6$`ScgIIEz!%^&M7);N)TmKQ1R$Z~{Opywfv234NhE7)!`97s3f zpt5L$$A=ZhxpHPBQwMj14Lt58ahP%sz?VquTt!2PL~$F~w?_m5Q(z((CrLBE?uP8I zdI86~jLZw($86#bccB{U;h$J8w7H^oRYTa{^Aqrlv@FT#0O#a3k z2%&%~gn+?=W8tzVw9NpecMRfvdvTq7T0|Mj_ccOp8H<(2emUclmxs@-&=%fL4kdYmfXX;?L3Tt zfeumSdPAi%3gNjIVF4j1Z&1VYL%8Y%Xwsv4%{kvkP_k1upl;%lYZ|vM)`^54Z$tSn<6kb_Z>LRqF$ZHv!IQ; zfy1v@AUok?b2ueZBS)3S-eM#kbFJIOFZ)rJjjVWlA_Y!%><}-Z#+OIq}r@ORO5{9Fe{5h(7 zbkb$}U50AwT1*XKt>SHnx_sjm#Wy^9MW1hI>(ffVCz6GONB<>13+Hu{W>ntcJ*Iy8 ziGF(Al|OccD!@$5@;C|@PSf=*-BLB`8XSK0A-|!1V4u`Q1}1N9C;x$8K@%&?E;x^~ ziWj`d-tRAoh>TgT@(H`}HNuHKQz%-n$BSG;y6XI3g~b7JM-9!tDlktNHtPQfBdxE$ zz}h;%niPZgy7qe%?ImPiGZt6ekf0ZVO2)qBKl}=6zXKnaPzLw#;>R8Ydlg(U&FX++ zE8P2Kw4&?d7hMDLfsSXJHOEI`eDFRQIC2Jr<~%VzNCPKm2&3K^%gg!da`yr zS1#W&<+hNE$7evBqz~Arx%xzq75J4zK!9_OlPBg?rPMce_&QXoV~Tk&kyLEh!oF@q z{DY|+=2=A&QhBPu$OmA#L4Ud^9DvX~E3lLqxD`+@7L<>W-u3C>`r!|u?TYt#3<3&G z$rtf_GdF}}zpURC65EdA+GV+>*Wh6k1lMbn9l`#o)7051h@f2pTdJ*3d%nbgz)aJi ztN~{NlovdCj*Qb1sl=gL)KwiyA=X~I-Zvs*E&sfZIhGxFIE78+#F{iu*U#95WiIJc~thC)oJn1URQhqzrcrO2`#OP8hCmom?=`%!puN1Bs9mdMP>gp z5aP3cNaznHfBU?OC=;-EB8a7O&Up^IfSE1esQ$^L1$U0g0ddS=Z_FsWDTvyJm?vjO zswfjdvr50z8v09)01Q+)j(U@=!Zhg<7)_wvjlHukfCBS=cn#%hRWK<5yb22L{B*&Wa`DoVQKZ( z^VR#RY&&E;id(Hx13JJuB2g&@azRdB0{W=pb|HK%Askv&(XxxGJkcm*$OEd&S5P_j z+geyI+LBGZihIgKpO(E$RRIIIeU>=FkY}+)sC@|C6R%-aRnw%c5n?wk<{e$cs(}>B z5!@J01MraHhT$?kyzkE5jA&D{1P}SK*7A3$UcgpuEOby!~q3YdA+!MRm}cGf2_F6QGW5# z!mZ_c#;ANC*zZ1=OWcT*w@QeT_>qx~Y9s1N+GC$^I!-UvKY+(=;Ycd7KH>_VKXJh+ z1c=O!+W~sTgaSpZfT8k^FVuL&VbvCF3_XjTj6BA4Km%7I0%(pCDTPRiOb0qZE?mgte%Y|BlV=;GNpp+_Z1(S#46 zhr%kpVc9wO>q0TAG$}41dpu4!3YXzVM7?jCspl;v_4kdcbS!c$Zt1v!7;KtNqB|qXHxzQog%4hKyx3oz}S;R zhGAZUkb}?pow3fZO)-=H<6K*xsF+8&QTM~dfT;CPU5e@b*Xjm3z2}S1em;NH;`NRj z#vLMuxybV;ssO79jGUD860Q(Uk7MFhBV5OUMJ-wv`Xjhez-RazzL!zs+S8zwxblp{ zi@gF}=%PyDLn63_z2%-HNbE18xxwR8@t@UzQsTZ1&uGPFz9adW^~q@I5u5i_(==`sEEbi0E4BU%H|R3*)41{>{fR8NzTA7%27XrOc2M< zsXfcU&iHap4P+Er_kB1uB@krBtN6{SVS?7bof;OG2i(3@MNwd^nuS7>YXnj14$9v$ zK&b96DYL_s6ObZG3Gy9SN8AA({v6*A#FkfiiiemyiL0fu{d|;i4!dX@!PC+Jv`Ezh z<;3taJ3WUIsDjF&1b5@Oon`d09pW?*7H5UFqk0X09v0apgtK{yY`b`6YxCd$% zCB7xq05*a|_2o*Kx1}|V_(46cab=LglcB1Jx=oDfyWB^m#u1LFM&~75RrOOgzITEY z=arizE&Qdr`Cb8cbzsCW*s*2Zs{5&>p07uY7FX|O#UZ#RA>}^UovLz=Bs(@I93Vgp zmXL4B_RjovwcFHVP~gh?i|E5L=jq>?rNye&=qerTE%JFSC5c(XLa#8+Hzo1yOhSXH zjp2l(ofiRcw$)^QFz~*19l`>N^bxk;l(S*>O;Bg6+7-cs#}+(9o6b!1=StrUOWJ8WA|0XkQK?ioSaAE16dA%(9X7? zk>pS~tw5&@Ig^+$hIh$m?kw$5og8>d4)l4H`MJnPzoGaT$3TJacMOu8;E_`NSzej;`=$mj{IS0wB!N{6K9wN7+n(T7ndTmR zR**zjmND^Wzmo^u{jE&6{q+eKD5&G=?Dknav^x-gs-AbnEBtE69fA{n{Ksh?@g``k zXYbRkrH)t4L-wT9z<~g&&;pUsGd7LsQOAQ}&yeRU&P8>RAAw#m3`Q-($qcsCO4)v? zZ-x1nc*&|OR_pDNyhC>Ra#+FvwZKyf=w#|YQUg)Q(2rl@o&bgYypo6}__3qUpHjUb zM=VHk;9Ijq;0Idw@wX)uk|8(CM_2lc*|}}d4-$TpJRvN?guLJOuH@vF6kB0yRF(g{ zdon-?IW5V!Bu8FQnxmMXkU!)p8(^xhh`1|pUE9Fk6?834e5o)ZX;(^+*gEcsFDgk# zRPcJ1@>K>|*xfdO1O)_jmC%1GMcV^EfhDy{3Orvgv{qY3ilSHF2@DnXT1JYY+Z2Fh zm;5S^>twrpnZc_{aoN)nS`Q$Z%Kf2;B}6y)lRyboclg|S$Yb{mJS ztf+yrPTXL9k`h*6tA>QEQ%C~^^d*4w!uFER;VC1+X(7W=_ib3xY8Zw6Pf^Ro%E4=$ z;a}y10V1O7$WR=D^+>D$(je`I7;%l@JF;?z5O+j|Z)Mo%MrH90(ZnXybspM zFVnTogqlcV#Tv=gFjy6hQH?LDhU{ec{Gy-X*Bs*NX5)JwT0ge+T8F%{eOswh9tm*y z6_D>;*&}d=dWuPqYy|KeIl2q61zLKnMFk+@0PZBQp>FJpq@Q zox|!?PZSFTH4&_c5t97*gRM#tH=F_S%#xfvWN8&7t&#<*dSNd~r`(|$A9`Ho>Pt-B zYT#X}bfxT~->^xJ7!G<$uVuy3`@0v6m(n3jfXOD&eN>}TLZzahcN13F!tqNZDJ_@J zdoVF{^UjG|a_#U$Nfxf~i5O4oW6dP;Jgt*i@kHF^5aH@2=Zr;rN57D}06ufIKdLK< zAD@#|e3HXbAb&deAPHTKBX8}=jH;L~^~wP!#M6k_t1QAg!>V&cIo77yzSJN_UcTlu zbtbBvzM`xhUmD^R7ib@a0}U%OHI>#gpjSyusN^DjJHldCYEjgB-z+V-6b^e-8;ONq zQt-;%7^UJsr6>n2LHNFnnokzQm zFkuYJGzgE4PfqO(1)6mw|Xrz2b;| z+8UAoIt-OXRN$P`DYAQUO_;1QJj99d12F{)AUl^B4A8_gk0e?v3^ZA>8p>JIV^Zlr z9MZyka zB?&o__4!MI1zc3AE?FHS<~fbt4cbw8k;SiJ;t@wcaTxkjwu4l_$U?}=Sq2>k^T_-m zO|1#ay7C4NA*FA*G4@M#{;UfB83n7L%cMbuPK}Nof39f8NGo*E1VZ%nCNh(X5<0>r3DhH2>09wJvLPwrGmc;N0yo4B>&sS%=MSeOGj)Bhb>wl2s)`k1hnVB_OBrie zz^qoZI;x^{NbZAH2MoB8`=6Y)awip_ItUI$dn(uFE?{CX<7ub1W#r-j$P!-}#Ya;- z5RClrfr-F*e=C0Q)rbIrKjLq+d_on%lVcKk2G{zyW`RmUqf5={)8H`BB25IUnzDn7 zB3iGSo(e2!Ae@4*RnB=GeBV9)lbm_|H8_6P!LCbN>eJH-!!5SIOfgA&~TxHCB1& z&Jd~x;upZc{d;K|n>?0Z-xm8}l(qcPyKvl(1eo*{Qmac9_C{g_vaW+`j`LWedOF|3 zZKc=dO{sZmTb4a>2JV5Ma+6h;(7Rv6?uF7&5{vn%i-Dt82TWKY`+wgh?>JsWRXGD? z8xWoDrCC+?UVgCL(yY*g|2H)k@>K`y_H=JW5Cv0^(#0 zm3HDk=h7q4fMGup#U+FaEk~bDl->Zv9*DJ8d)NG^33jhAFsS;~fzFJ1Fv4UJt{l+8 zjm;~=M5{oiP{9*;XSO1_v#Dl`@Y&0GIiMS9P)d=y`BbXv6HueEo`t@5c7{|<1_#?* znIdnnRDzm^_)8!pm!%)!{1cx!Q?fyLUKs|O$5P$bU&Zq%s!Yh8V3?KK)2%`#m|KZc zYwLDwi4;Qp_F0<~FH=cq^eYI@p{wNWuYs;yUP(JeeNACDVu`SOW-UCRmM@4LPHtlAogzb@UO`zUqnf{~^FQf+ zWF@uABmkZ&uv%;C10pj7%8g_c#z=s{x#@6ne#*6`_mCXj>rs2wu``diuXq~Z+{#y_ zf2m??z?(GZgvaWQ3AAWnb0EDDW~!ooI0M6t+5;qz5#rw~)uuE}1)XsVQH;sLuQxkG zh$}}@V`ul8!V>eRokA1i&s^HC3)=mAWscKX=HaRZHCeng!K z(YORFUJr@WCP9(_t;J9OJ5YsdveDFXxx4yM=t^!w1Wl3?hi&8#&;U}&fhG8z@pWWZ zFZ|zj{~>bif1}7E({cZOj_#U|+cf$_FfO@ycrDI6`fc03LNlOMR}i zH4db}3gCtpt2z74l-ZB8vjb1)=>LJKM={TW@KcCm*697FSO%C;e(r@J$Va5JFF57Z zhiedu7?J_0msSryqouGrs`mAdP&$1pIC4}absB%ntr5H9YfWsCS)v5qaebrLwl3ha zTI@W!e3aFtAcPJQz9p*V9iW3xpp+@axHe2FWP=bMHQS>Nq8X1)!V$TzZx2O)N3J*T z6WK};1EQm+`8x?7G%Km8ML6ZlpcbvupK6zI$_W=P9<{kE-CAR0SwkO=u%B#Zu)MGO zaXF#e=w}bhpVcI$O}KjR=&qGR<8E}rMibOArl_hi={VFA5F>Ff z7IV9u5;}i<)j+ny-(6j$+D>hAE0${vI~v|TzwrskPCp?W-&qmJ4(R?0A+Am~Fz5%4 zMh)=DdlM%L`|4v?5TY(g^%&}Ng&^<-*&ziynm*-PaSqOeg0pjk!Qn0gR9uztaO7WD znkqTL;#qezAvggHR?p*DMnxh zj{G6mqU<>u297~X10dX`dJTM4Ih5~}!mz%l3Hh$?D90Z0`omL^J9txW^3MPD+2@a+F{(T_28c@@27$^jVBEK zQ~0L8G7X?!6NpU!L+Mf9${zArAeX|?9|SYir~ZhXRAmTu3a81IY2En>=K_DC&JkIc zI~V4dY9yO;fB^MgS1H+A=&iW7_N|f7+HT;9uwk^H`X7=Eu?I66nIkd3+Ft^;in8^I zaoEG|HN`6Z)&U3W;8I~Gw)o0F(q=4-& zC2pb=6<3A6t@%gkhX%asrUXKn=s9}nQvYq0M0tN#JJe7@Ft_YlNINBcWK&ksCX-b+ zIH4&3Dlm|k%$%%1TBgJY$JVDRnC(&Ou0hMx5&s>98Xy$$OROC4cz} zpscCb>MBh*-q@*X=vCW@&{7~SE!ovHiG8r!@7q;%f#IdnyGBg|S&;e%#U(BIj7q_8 zvP)w(rntEO@RN^5A;JPuh{`juR88Eg8XHha6;XvoEh&s5_%~#$I;G0V==m53974u9 z9fjueH%diHCXfjb8tOx=-(-q1=PH{B1`F(f#q{5+L{I4@s3%6bx}gt`lJMKRWC>(c z+N+Um9e#i*Ho}iE+F>fE`HkUetVNZgcd|{`3~QT|-=%HS&3mo2NAXG_*XzMCI$2fx zIKW_eiY8U(h$&Y$+TG@q>dCExD$czo9I~M~i-b3pdQD(ahF-lqAi9k>nl2NuQ5ans zUpO@i0b!iAW96C~vUC28eGqH+`hc5!vIV!HGEBVSCv#z(=@a9CmeH+$)wf1*A<;y% zrZ!X2!)Mp*>`=xwei{~3r@;~ctaF#`i``x+bse=U&)Ud@XCQ{-;hvCj^o{RZ8-Rw0 z3#`zIJFnXKOzS#oO=%ILA%{BG`_oZZQ~eHYVGjE>w1rr|>TtZY8iYzFFQiNWtv0+5 z{fFm46R<_o7m(0k8)Km|<@c-OZ^ zky$HBJ<{_rK8ItkA>TGbQg-whLL9~GpD*=_c2Juy~{ngW4d>jJjT9B%AyhI<1hTovx_&(_M z0O|$AKs7y?Q!^mEdJxu&G#^3w`mMWuOtKR+r)sUKzQ9XjhVsJO5aWFlY=D%X(EXS@ zQ_EBY81aH!gWnd>64iUnsp=JS!f0M>3F3AuhRa24bTe0`1~RVo?4Wco-!*KTxkrVG z4UAdcMkF!E)CIibdxiB+1zAoRGdlc>w$pFZ_g<-N_LN^|^Cu%D8%$It5@4-zR!bvL z-{_F~kLCbrt^s`=QB564%}FAE%LSo@ zHPtdcRywA8hp4nk;IAqTmH2t z|6)eIoOp`a=SC7x26t5*F;(4gtG?6DreXTxS* z!`Vk2g{TNa0iK4A!IBQa(B{?JYeDbze*)6AM9M9l?4)b(pH36?0U2}%M96!a#+zgY5maTwreo~dn!u$08KZ}5NLi{G^Ykh0M*E{h!0B2YATib*p@~GRv8blJF&gA^jpp~L>*Y_Q z2{Hq`kv#qehKQx#UlFCE;8AkpC2t_|_osxZBBV-;MI}*sOi8EL!CMJK@76nduRON~ zx=)I#fV)KyHs!hko89qRIG$GG__n2?huoGblhSf?5*V?Sa3Z& zi!7U_nuruW0JRzh=I|ngliCb@j=Iub5wa0}v8v{0^8VijyopXEb1~{9Smr}knN)ih zVu4mk%_kAhPdM?LO=BauUs-mlj&I=h{p%ZRh!Eepr6ge@bFDlMQDb_=0bEa`D+^77 z^JhX=l6XOGs=yax4AcY2>O6Y|yS1XS`r29Ks8skm5{hlV*@*Q4POqk-T%`hQhlPtc zY5_wbN0K1N%~D${jT}wV$=NlP0B(BJ-Tkh9e~odb=%yyii4SX#s5x8%|20nnJIEmn zJ&m+wTWOE0eJ-gCR8Jkv!1bhfAYmf5t-)+`Wvrti9xL#A5BYYTrlyh_ z_6A%j77IGUoxSJ3Fc-h(yl0A`f9{dF{l^#1#7jxn&Y~;VdP0uveLCAa>C7a!-rMn~(Er2-o(Op3j4Emib3&1=FBk;A@XCY0go zHM?ppO+tXlL(F}~Ofe_z$mOfztFQFDhfxp}bYGw0BC7{|Z$cod^-RUAUe7f>8wezy zl@Jd%Qio0{sZ@H+`z?9DXWs8O_D)P8p`-Mz+B8xl$9GE2bEf^6(>_*Z&Dd*Yc_bNS zNGdH&{EAFv?zX1#ut(JN*<0Cxn;!nxrHEdLvZDYb+c_0?J{AqP#)JHT3cVL*poHn*W z{-Sb8Uh-S9t%onvR(*_tAnCmJC>S)rSRANd0no->v3@tMY({obvUIYbKq=zsAdnU|2N(I$k z6dXRzDxz;M)P(Wx&5vm2j&sC!Ag<$i@H!)srWBE3rHxB;!UE@pVMaO5YmN-anzmITCzk zCc&w&I!A4VK5_YcQ(Z#ex-%fES4rNzv8&jc1b!4hd}4$2u#Q-^)WZ^Lwv7O)m9bID zHLbd;^H&P5za~O(4Ft*JoopG}XN>+6k6u5yUg8+(=Q;X1-sk9Bdo|CK%H$c(+H{|} zhG+hCFU#Ua-1w*YhR>0523sxkcl4gs_1}cE<_)7@Y)aA_4E?LbuKt2|r}j#4d}{(v zy^GAehWR>+8^K;D!gExCt}#`0sL5r!O3b|W8BJQlLc^$0_ufJG>M>?9#CY!m;c$$y z4O{maoK=IBK7*m9HC%@FHxC41z3Umh8vm}idy^uHVp6Pn`1+%?@%Mqr=n^VD>o< zceIavo3PYO5{12|rc>pZshp|9g|0eF%o-6nrLycf6ak$iz8nZ#an>MH>e{@?v2sV9 zWWCU20E1w|q%(J$Y>sZYEnH61VBWkRG2koGcy5A z9F%74OXw2w)D6Vm$kHvE$r>`okWVv0n@6Im7a3~+&VU%ALb~F$GWz*9y{R(NC>rA2 znhaCSs4cvkM9{pj%n3H%n+W6#-5PBPB=|6;Tz+O4-}kRiR739G&}2&;{c)sLJsOY| ziPB_)y`r+*E_nQopnD9lfnhQCao*2H^>cLJR7~z`F4J}h@#(2?3FT!e<6#`pQQw5X zI5xE^^;j>@d2fHb)o2$o>gyXbkw#}vSCq$nWKJ?F*$M6*FhIAS10PmSq2J3Wo)&cI>L>muJ|==KtzU}!m#;D%Es{U24nq!po3a-B5|AmxWpq%FN4w3L!bdjc4`MHD76Tubfha3Bl z5zem=GHBnsOSTm%l;*Q$qEf+dJ5Wdh6B_H_O?kG1AkXq{f;g1)D>NySy?0J`{El)>Up#nGjq}$(!i56@% zs!h{u6$_INRhcfN!o-&GkrEL)(1m3Aozt<9X=4aDYF5rY{M}9Qxff5oI9#+L^K9#A z%Z%k*B&EyMoYB+PBMt3gW%0IncU4ZUKA1#iRO~$zA{>@mN1X8S2u-js5M=76oS9V~ z0g70l7Eh#}^pwI)OVQWf1MRVnBt%~tTEn6Hj4i#n#)5CyOLITekE`ZIIA0%XSgd0& zlU37j_HoDk95Q`>?!|c>V|bCrKzv>J>~uL_S2!yVdZ!GhF_29mf9GgosCQ?l{^9y3 zN0{x_+Q1ILeWVTy!D*Mak&Uh@ga9i)H*C5;9Jo>sI!Upzl&&RxEL*1UnImepJwtjp zA!htx{<=bI&xMHT!OF*-(oue}(7-+ZXZi;SijBnT)n>MfLk6$N35L(lHEcneS+)*@ z#MO|7TBY-?Z7;+;ZQ9vV=UbJfA%t&~wp$ma>62l4OnC7`W|I{`r7$208%T2hm zNEi^Lf(;wMC%WA+^wMs=nYj9H$5@&2?ivQY++mYyy9FNCg+q~M;@(2Dr3l0hJ7}am zTgH{E-N3fhT1V9^XP||_e$A0}PL_Jk?}qrk=lFx%?rIhMZQ8wgTj9CXW4VG&@h>JrUk0_-JrnUpXLY7rOP1&6(R?za?b)wzM@$1 zC-<1s(ihat-v&3c-~9a$jpa%Dd@gBsut{%9nIPHlZJ|2$&+} zSP7881PCH>qHQf>kjVtWYUzx4zXmx`Q`cJG9SUo3phChpk~Hu4Ze%+6mpiOb!Ag!> z%25~0&0L-Ym$G8=^G9TFFh=)${+cl@+CFxBLqw4|i!?ANAI(z(?@_Iw0LRp+C4N$`R-WiF|EzWxZ|79sW`x5@$! z?xj%v-Ap$rXCiz9m5fbgi}xYM2m(#=W7XpZI#e^-Ob)p@S=)}+_kyo#Y7&b5zvV~1 zFaaQWT{iJ_SgmFIaCcx!6B3HlFq~1Fuf2~^dHwP-znnvaBYl%;Q$=l&t0sShaPu+@yM_z@5v8jW2tPU#O z_vE4TCb%LOxdqj5E!nAE?!I~IjR?C|0k{x?q&%cH3ci;mO#=J#Y0`c5Y|eV-ZS(Pg z%0}2GSavBxNXzZkWQ{w7@{znYvE9l&e4h+rwJ|1ah?PfYU{Om%Lrx~^4JxJ#uVp;t zV(usb5ETpe$q7FT*iRs*PI}EnUc_21C>bMX4VIpHZ(V3%&~;q!0~Q2TLK4C z(WJIys=Z)oFUw_e<`tC2;LC^lLDZivRq*@>(N}zUCbO=P|pbmi_C^v!RTQnr7Bz+>By&f+NOsR2HePF74%vofQ&)KjKy0 z_9B*XzV7Zz9t*KYher9Z*~*^wm&6Up!?v9Q)!Za-`S0a&G7ndyJL%>Ys^!!D*g-R` zI+3FyA{jaK*1DlG;De3xAwpufP%o{M z&SeZBeT&^f#)rl_X!Vi%X_@BI@bL$lQ4ZF77!U5ZuFSu|>)zeZfOEkNu`ry*_gXg7 zHOCNVp^BqGNNLJiTzYHQKP{tGz3T->im}PY4)vTlPy)SK9BmEzb;0gJFsa?N-SNz3 z_tWYS-#dL}38HqOxjh%&XVKlc?5P=_Tu5IN>+H2hr00X<&_`1 zpik5VYDgm_-tvwd8QMxp(Bm4PpwuE!XBt}x`{Fs-<42p)H%RBxJm#qZnDwIa zW%k%)ewrIvO4hvDU5tLd$Wzwv9E!2PO@>PNj*7LD5Cl8%v96qKozq zWFrYbog#Bgi{y_zD`#e^+RcqQhq(y7B~SdhqiAt8{HX6HL*L^l6-iOT_=Sscd1YU2 ztRj*NV!JAKmAWo)RyLH$g+oYLtas{`e#w5LmX}(s%|xm*D|5utaYO3OU0@>bw6$xl zcG2;~mlPyWKF-<}wA`B$p?Y{zvm-)#OLf@tM$5V2{UWS5>jn9ZFBV#m+@u0Nw$MH{ zOF#fOnUM%mma{^t_R5oQekF_8@A%%JMd$227PI5k+5CMLv%~v+i|?I+!R1+7bA$oD z-6P{d!(UNyF!)v+6}boyCsM9aQB;sm`ZVhA5mOnB#FDf#&)gag|90p)`Q1~QeLC(} zZ0|#6j|0+VtQ)F7Kb}v7IgBxaYzYo-m#qD=*xctLqv2{Xw_Hiw@Tv?!ZR$_o?^w!8 z2N#m1$mOFO@x&Fq&+dc+j+Qaen{olG|7CRRPYo6 zL|g?$y0vo*3!zQtky|kYtf_Uosm-6e3hY;nQlY^eHLiy@f=8mC>%Ikv1~Q@gEDHN7 z@2jBL@9&s;I@OG9cj%3z^8TJlFBJjo3cwM?pmHExbfDjCEr6tu`7$cjjZNau+D=Yb z{tP%NSB= zUIbK55ILgrQJd8WmS(02mC4Gx)w1vDlh3>1^1anFThued>>IX=37xJFVn_8Lg!byg zl4+BD=%;2m1J2jk=he3h?J&h-{?5%a-I|x4#{k|>^FP;$-wlZ0Iv89#-ZP(Hd)(W8 zZ=^z3uf6d*<$O9dePDq22)l)6{t=T&T}GPA(AJt>-^kX$nBL9W?jwE^0KmiVW~Xmx zY3xK~U~Fn`!%K3}(L+LHZp2HX#wr7nu@g2nGZ*)8Fjn%ARW|gnG~_fQ;pc` zur_wmCvvm4vT@{c<0bhUm+RyDug44|M1PAoS@M#o%g7T6+d3E%vCy;7gXl!v%w3pB z_~3|m9E?o36h*%N6XN5Jm&DA;$&QPG!PV83-j$i&*1?p4k&}~?0mQ_>#6M2sB`9n9^V%x!Im{=(EZuyuCgB_a7pC;G4QS=-6T{0rX3@t-Vw z@WJ4wZ^yt$4`Q&kX83mvM<-F250HNr=>MwWsQeMyib2uX(bn0)&{)*P*v5(U-yw_) z|D|u|>|ph`IYx#I##YAGAEJ&QxibEbEX5>bkueUSY>B%RDn{+q1- zQMSKQ{x;{|3-Y18%gENy+=%P%OJ)-z zMrLLfCOTG5kO>`&J{vooJ_y7_r*B})Zo2KJ(aFfh z%E-vV&dkEj#=_3R!u;Pts>TkEAFlWpC?klT`5(Z4)eF~$H6P6C|K+G30Do(I7{ev( zV65+C>!56FYsE|QSDA?Z()`=MiFp1|E8^yk9}@0=x%@w!Udh=0A9w#~16JmLClL|- z?YCU|hX2UKQQyV*A0&L}{UgcHOy9=T_@jaU)1&_Dx%vO4wwT%Vnb-~3Ip{zve^odK zt3I89fj%Rh3CNhmkR8Oz24ZFZ+l+sqJKCB!x#~L@3z~jd`eDt72mNgg5#>L)r23!Y zu4cx65e52a-5?e^CJto~2N#Hmi;4Z?mJ0+TVfd%T41cxj|1z0};r~Ml&))+7))9Q@ z{o~n32lLTiG5o8;`X_0B@%aDn_s`1sf0)Au^nWt>U-A1Ny8c7g|B8YCmGFPO>pyh; zuNe4W3IE5t{(qwj?!P~IjBP$%gIqs8XegwNr~v>ze+dymWw({HY}hoF`Q(cl2`;4r z=Y7t#*QYKY-IBz&YthdNJ3Nz0EI5W)JL8){lyG1H0UUk-B$NTUlwp2MFdTj)Bw-|Q z`9wsDsG`5X(Nvt*pVr#dZ1K-)CpkTHJkP7Tx@|?lR7{slFPav0PI}&GFd7U7BhYD7 zE7j}%b&;>~r^DviRpkAPN73PHzFcHC-Bb6W%e3b7Q_wyo27(r_k?NoI?B~il9_(UE}hobod7Pd~kv6*u!-Ix%oos+vP=0d!$&Hp9L+_W&c*5$Q^B7f&k7Gc#xFaDZ` z&3i_6o~rcuQ_p8@3rsDeJ7*@4OR*+n-9s!!Rc$2gHQePP47Xv`q1Madx741^7>KU3 z@g@|fEnlfy`;J^V)#1dlI_BkwoWXbD>BUnLYBz6{TWFWB->&K(-dhf#I@}_@mgzsZ zayL|!()wIK7Y#PU{JCgb<7~DKcYItkmhG9|o2Wuk;b`Gq&3j4j>F`q5crkrgCSd_1 z%YR9e$WpV+Mz_StYRX~Z%t<|Up>{d9KgL0O&g?`Y4+96Vb}0fx+THpN(t;Y%KWJ3 z3?13Tn%t?K34OV}YL&H9bMm))_%JM zJWmDu!clW8ot{p2+svRqi;?Ysl zCrql|=kUBXm+8j1)Ng~nk^y-O4?$diict>I+vcy#y3l=vp018k%d-t_;OHuPS2?Du zlSmTJd0Q?LiBhcCdBdx*b@n?SZ31UIf3`og2i18QssuXD^X5SyrIWUNW821f%(?P;j#n;c-y3Xu0F=k$sbD6e1n%p1IEXs`h~Vn!slLiRMLvU*1p{0TlNCaZXOncQ|)TfLCj&d_CRtki?It4?BmR)*c~>ggUWvo&Kq|BS_lW7Q}vJgxJe(tsaF0;*QbHL+cGmEdDHurz}yLeVr5An=nL?m zOQ>;d0GfYiA;Arzy{Sq2Ip1_KUUIl+lzIv`eo?(aI_)$&66#|i+vGAp(8ula^b>xmX|YO89DhLQ3IT@v_$yYz z7UExmdjP5YPKM?&a}E{V5ym!x#c9sETJSe!x_N96?Du;R2h0(2hUkb;3F*2DV%gxMz!pF_t6Ozrh9J^$*IGI~)m(_*My+i3)@Arm zV1rXU-&C~~E6jy3IdNy}3;Y+*;sU{Vu$QsBcUI{v{m{#C*{kIC9kM5w5#q`~$oMx+ z%f=X?Mwwedc&drc2PCxDxm%;hhXy^fZp7>7#Td$#NCpGR45U=PFuz-#q8$5zw{SDp zj_n?yYlRBmj-&ld-U~WcYH+)YEo#1}RoRXul4=P3z&U*6N!Y$#=0)4HYw>=OsyCt8 z#DE(gB|t#TNB=6*FWE$3y97%?mJyUSudC~4xk-wyc!v2)a-b`tNc;!N6WT*E`B4jq z1ka}*QoFfYK=%ra0r5ns`5rN2HC^??KV71}+Y=6P2OU6& zx*4fyy!c8qnlc^3F<>5B^VfG2t+^i$9*?xQWHy&Ux3B9I3;%jlNNw~y5$v81%4KI-91dY`)1A8zVY-{ff{-^Gf#ukfhh0WO*~ zLYEe|v%$%~O`#p(*PL9M8cSGh1ZQ0?Puq-78z&5#$C4ckIOrt|KJtV?O)t0X^vMq5dvZi8Skzu_gM5MH~LzX%d zU!gtegUCg z8*xL4E_>%3p%I&pL6=^b=*QddWoFT%eR-bIYW_3aw916o!SMk?5aHrSb))zDFd_w? zN(YELr<%BvRZ9~Kc=`n3z2(n6dV0Z>pv+```hJHA19HKPI7;&tl=H z0n#8&5Cd)X#|$-H(|hiUw35a&?v#x2phV)~jqW*&4NNbUQ-6(=wO8|#d(S=b*v7t) z{G_`24iCfeSNwW6n`x&)4-=h(dzu<6Sg#}nQ68W6c~8O5JNggH1aysq@7#%GT_WvW zU+v0nx#liq`yJabL%xkcS|ZPZw|Pqk|6H?mtxh(ec>7M^>jq;4JUj^Pbv!)a11Bh3 z`q}laM1r_Kw4#(yVTqSod}Rk?c6~pL%eHBh*a?-C9%-1viX&}9Q@XHsT{|m{IMgdf z!$aE6hd^xcoR+U(@LAi{7F0V;yqN07|QR&u*nbC2jDR>0F0P=S`WbzK|19gHSBEfW&49_;d2~Amxc1R!o*y@ z48b3Q9&PyVTYVk&QsHYg#>za~c~TKGx%q!EJKikPm4939X5gmQ1oS+A~jPCD{@KSkC@Dy}LkRFNSi>}MoWPW8!9hwQ8&)*2I2eytV%k*F_ zQz=~KKH4&9ZaFAH^JQck)u)~oVnyQsZ*MQLGsPXib~EFWHZg~wYeGo_t52?9SJTm= z)`qG&xCZ?=LZ(JXce%gQL~D08(=m^b*$E~g_L8hIAZSj)oAM{_XKZZ+c&#FerkGNN z3?ZrS_Uys-J2ZcVy)Zr;$(~c^!qycUoOU(o5(?vC1-kIeF+H&kw#kuJ!Sk z-*jF+)Zt>Cf6h@oA~;5(SxskPR|Ay!2VbRIE%HPf-Ts@Fj95;ZIc`Mj&E@$Be_yv$hzNK) z;>=9sArD5;;hq8u;Kr%@3qq%kQMkK!F~v;O7Yq73)6xRDUmFdXS(dn=E;FLGXEHlb z1jLe)hv)%(CK)bqQ;`baUN&Upam?KXS6JOSZR5+2z8~me!7s0w!(h>I_=%OM4R&F( zSElUvY2Rk^Qnf^OiCVC?i=J}AcG~=jBQVl2lZBt9zxb`d1fV#^+iW5b#{({9@q=(W zC|AM8(8CkjX&|8Trzn4Up5sfeC6c8i*cP?^gr`ItqWU#yrZ*~K>O4>KZhIB?wF#nCgPVPg;0-wRT9c|RDt{i?N zY9As!zF3o9c7x1}t8@&hXZ`#oeJM0?=j-}w7;ZklEEW~R`f=HlW^5N~^2b+{cT~%< z^7`DJSQD}6OxowI9GYaeUKLIPJQGYG*{ zfRaPEJno_~xu$+Zf)>lKNz0IitSBDYL`*7ekm)-((Z9n#gnl?d_;qep4x0imj?8W_L8LFq|MVWwXjG?gUfWZS70lxFtG^TU~yqr0)zMCw*9E$$I#1Sas8 zLcNv3<~~rWmFQ4fo8^yH~1Subec+tJ( zKw{_aU9eOB@V52ng?g*RNLl}4L{tvaM-n*U zd_26Ww()7el#zuHN-teE>ZN+kqI-Hq<<5n~yj)5zKp`qgDx)wI@cJNoWQyqjX|T2& zrtyU0*|bgv<S}hcSzqY7}BuzllD{Rq|LN# zh&dqU>LyqDg6w&I4~4cQTcFSBDImj5j<=`(g0H1_K^sD4-ie)T3i!l{_qiC@`g2ma zpSWi1-17?A^AA$K-Y;iZku(?SR~o7dRZ%wm9_=g<=wNez>Vx};TubTR*NxYauWx~r zUbi~9rTcJ0>t;%I{!Vvd7TErXnckQkbnuo}??(KDFYm~_r3=p+Jmvke834F=6Slmg zJ)`CMEj=t+Z#2ENU-RIxlI+~gZ%w*5V-3=@n>E}5Mr7p!T*7OLwKuZ`X6jl~hzWFAdU+t_YOTb% zcd3#O?B|MEN3fM9xUhO599B4A!3Vh#wjE+jPU*sW7)jBP6{&zqe7o1S-vX(P7q|=n zYNqx|a$WO2CAlBlv4Uy*axK|?r#5AHJ(5oo@AnCJqg8ej>DcaTq$-$CS9Qi@HYNlX zggnM#>IhUs2R~(RK94x(%YxVTs;#}lHH958J61j0wqHWfw!_7R!u3i+iqI^mhq){b z`vG`>3`d$TA3N5`q+EB;{{(t^yk##`%@wtn_-BD#rt@$&)Okz7h1Jg^BQzfPdK>o# zN+#!CK^S_kgSWo<9)kdeuROhv*b@add3E{O$R2kE(Z4i?JEa2xoSKaL_&F=6KfR0^ zSF&3*4^*}%W9U=k?&`iMh4L2`+}H-@Wb$7H;G8lZ^KQZ`)U`N@tkdVs>pulZ${*gI=P#vRYZ5+KkrAdnvcoTcr|itP{iAu`vxB0`2AoQ zP>^6r(?W6t)lFictL1Ty^Ocn3x#hL+ z?|{|a^WpgkmgcP>*I*(N?H{Aj-&_Z0odd~=9TtObBl56#s{5C-0@EDMD1Ke#2y1K} zRomB0sR*uTRI6?ZNFD8Kn08jGV)ov{xYbnE58aP8Kj+}x8W+=akLyX%ZfT@eeuPJ& zuc2*u#p^nj9~9VZ@ZeyMnKS_uLwEIki?EK1=~!mVxy@&ZSuLnr4y6LRiC`K$|C+n| z^4LtBPsPVfhkNepI)&?183!yaV~A;YfRXE6+xTNA8v4xJ{X>QT)J(E2abOn>FX)^a z7J%SZc)0`g#Z|_rsSE;AJ!(Ubd9E?F_jA_eydBTChpd+QIpa0~4l-sJpht9d%6CMm zsU3y=;N#z8H}@Z~RVHvNaJDCN#+_<+ROTCp@+ReNlYjcsRNN0NYsG1I{LW5@_z3Ce z9DRjzd2)WYXaHZJNSS~DV}MuirXAav_eF=jZ+Z{a{HJK(#2=B2jFIOU>Tb(W)v+9n zQlgs&*S8ox1i;EUjM;5z#4lLb_38YRE(U2+!2U^VtE61J3Lyqm-2kk&R8~oFWsn~x zVOH$z6ZhT34s*qJ2RP@dRgYXYxb!f@p@3Iasuul{Edm73s}A+)W>Sr^e08< z$6!`_J9Mx2k73BG6TM0qJJa(7(|HyshBnOidsO#+0ZhI#wk9;9y8}+fQ}--TD(pS) z*(g;AknefC)8YV6CM%dWY8vdM@aLz*Skl=`iaD_SWywm{$gN;s#>DOTIdYep+=S@K z^EzymY>ctX@Z4wZiUF*|z6cvQ-Y>yr{ex}q!-qs)qky&U+MzZTM%RL&KauEL@we2RW( zrjB7}09oTX{hZO?oXMd&(75?uSAVRge@cbD$r^y>z{#aeVz#0AbsVrxBsk>5gx&5* zTe1KPvAyn>;Fe-T-~+A6G|_;C81wZ2iA5OJ^`L;eo8_?eh{rN*BbhOeVdx;h7-4E0usDSy_5X6u$@5*ihZ{<(0agmTZbpS_jFO^AFqZP!W2mJ+Q$vsq4p z;kp8k0$Q=tYJqV|sm*gUlVLIM4O(a{aYL3h3zNUbJV0bpX1PwnbA(ee9N2WiPSis9 zz{rX=%_7>vM4=25UB5%j!jLFd4RaV;iG?39F&ZS&-KoAQ`#l)-s z@b7}B_~~>GXnMdF6pOxpt;4w8NX0Y#=}0;cBXrb?$qT(Dec%Nt6a)KSCSZ_$i>8(o zc5SNYLi^H!l6d5!0Ta9s6cjG)7an}M5)tES?2pVY?yZKf^Sn(A9Nl{unBKRgAKEL$ z1ji@hCLFFgrpBN>NL(0lHy0@h{}N9h0&v2u0wxU&6# z>KGWmqfA&5RV)D!l0VVq8!xIXXWS=?u>4}3wd06X=!s!W`I}h*s`skNvYLcG`N`t< zqzD3Cd?B;i3jlR+z4;no>4-Ie?a+9pdI->X+@32rJS)Tw$lZF1p^hzBH<2jJRwk)K zitrv`+syymMt%aaHMi!`7AwDc=q7_S1&nCle-{74(MKNV@ug(qf@0(Db)bVjwHNJ3 zqaF>pKT9>2ZlDHR;hg8ok+7n*(Kprh^<@4YI)9s)%2~2!i0*9$a7kfSKnAz@Ma&Ui zuK_E79bN>hlFf>Xj?eO1!WT@o4>VP~le<362Jou_=scp=LKhwa*nrW|)C*ugpkT_% zmVIehYoW1xELdgRiv~)856U&bB~%F{BDG{~^L}V_Jg=b6S$x%N^tRRk9B5 zhto(1KCkbmP?#_l7wz$TS3S^K;JuIo#KE94ZI9k*@Z%##UH31D02Y;`{%W1Yc+(QF zgm$-bqB7KnieA^Ubkju$Z)gOb@KHSimLjK4VBn<9im&vWJJ=^E4eCwMC2?7>0v2t+ zlAE!R&7|@H|lvSx?9)xP8sFSD!N5DH2JWL|G1->l90D>U9nH z0{l9WjC*mF!bGkL$t9vgj|!$Xicl_Dm&+1)A1?bZJ6}*5N-67rY|(|G{t9kJn&*;} zJVw9;eZYDQ$tS%ev=hC&L?LrBL3Z{=)-VD`B?&Lnk_Yl5#Pg(B$j5E{kQm~m8G@sH zI9&4c{g5PtF^fdmx5kSUCaSy6*MAG+wC~$GHDxzw ziB`n9#Nm`fMJDqL0ZQLjDfd7Q;SdOs+>9p=B{6gQtF3xPd3SGr!W_j@F%K*WfY2(! zgnfX3%Jn6l1CwW#m5&KNHfh?*@G`@I$9p7{3?_Q{Luh+WNz!*Bj=8tz3bT9ri3)j9 zDj={-gkWyEWREb(LgE3OeYB&ox#?nFF?tj4BI2OG!>2ZHN1Ic2^Xme8lW}2E4AZBN zlfaz%xwqZWYK+igqriv^pb4$5Vi@cq0=F-yhew@^GThLWQ9fnMtIyrImqNBeg4<-7 z#%QM(yy2sut!k_;BJGBWUdA~rOJ8KLgkT9#u9OkVS>NERfX5XkmUL#m%Z+k;jbS=; zLNn^5frl~-BR10SrLYqYYK86^l1R!3qMy}7bVGsKRMWo!rh!GAW&&#Ph|kxj>+LA( zUUr(MA4kf7J%u3u$r~VfIIe=bTIp~sdfYUyODbud)dI@zB6;Nu#_%i#`ZRM&7*ftI ztJ5-;k1YPFnhPxe7d^c!6=~B{LNV?a7rnR*i;+%4fWk~4 zmBa9t9DR>1!trzb(P*%_)3E}*Fa2F=L6YZ(69x$!)TTOTzA<=oeBP18&5nks>gI2P zg?-+fYzu%-Avj9q3JxCiY4xo=b}E}_Dd)qZ0ULl~4BO`hbGc&^K+0wfQ&3#)4P_hD;w`2+x>`?Vin2F{We>yBux60w|I27HtVZ7c4Ad^#*)Gg=_ye`t+#%(y<;S68oR){@(v1M9Y}vh0ft)i{%OKtS<^Wq} zC3D}wlMQ^3=x2p-xj@v#uAX3S!KI+>B*vg2}&t-nf1Ty4ChhBaILc>A`Fo$Dcc~0;J`Sa^XHsnDR=k z`t8ci1!+Vw%quSM;YMi_z$htN%rFH8#zj{Ej1x+<9YIQhqzhKgz`DuLgd6w;nUL|x zM#`G|BT^0+45;=6*%{B`}9AR+K4y|9?b&s1{DuQbNlb|*@(z@p50?St#zMY`u ze)+|Ij0$SA?{Nf7;78NZ&1#>%Vvyb|;{a_b(S4BFZrzcJXEdu0KBQ5x0UZ{&0o(v8 zGPU~aTv*`^4>%t#M~?2WvWU+mr3S9Lpbl)x2=-u}Yh^n~Hzn=a6t z1@$yp*0sJw=SGKZbqmk%HE^=$jv~&l<=mq=#2drxBOR>EMWCBoc%9c z?K-Gcr`2~$u^=@_E-jq&{cD_~_0@8}>}df=Hr`_D>mOoJZOb%pGD4px)HG-YMTn0^ zl1TSRf8Y!h>JasDP1sD1xaW<&fuX#BhqqbN4zuSB9$$ZXffZsN|u}|TT)X277wEn z;h{DSGhX+h_u`kbl5PX9A8!~8Dyle{HUhPDV{-jBrj4;RnK{5#;7K5F=w`v z)DiozLD^@!Wc)8y-~j)h7=x70^!kX!nh6_9oYcGBI-aYPQyp8mVJ$EvmlC4ABoM8W z$7yQuy6r45$5NtU#m{YT=tB97dxOVrMDff7+}f5Yr;45dWFgv+V{|San)0qcnb+|` z^yW)B#K>_RwU`QN>0UAMA_gQb9Y9#S7xrC@^>{@Imcl^*>CrF#WHR!T^zcl55u`*3Hu*Sajhs;n z;1dKVY(SKS4%H0^`~_?~UX#o>RvqB=P##}h(itoHf`oKS@(2T7fHg@0ddH`SNA z{ihn_s#OzQ>!aG?xbn z*iG;Tk@yKH{~CPA#d@blz77KGlT^;V8Op0YZP*AT!M&7!5lPloM>{aAU~YG0W@>If zEn#2#Ojg7A90$t97<3@AsedYg;@I4B;)zimY=3;bf#;VVp#>UgNoAqOP~Ii+1!>@n z8-dat8NTds>=t1a$wR8!tGzEANTi4imX@>4jOKov-HzNgW$8npcSPL;z?_?30C+jm zTUpWTkP1Kz`5c^0%mx_Ce`ez6yQrfqmfAHieRL0dMw1Y_(Rjue?ULvPHQiN-HeD{C zIbq(T)%Sark^sd8$LGT2f@3~rFvStg># z1dn_!6Ur8gm@+MQ{QcHe{^sQd41DQ4g^rM)D$!{i2DHqeo87e+2k5*QvD*-+*z}l2 zfGMz#Bif5ew|psw_}#@fZpb{R*H@T)x+`9TC05gDpn%K-OR-_V%iU7mpH1k!kh(Zm ztaW$r1BUkYNuXC*<$5sdGecX&xNIDP$2_m`M9DW-^nrc~pU=o0I*o9Xfs(g51vgu7 zID_M{=_sHDSvM9~B22&5-drtVj(eu|12tT7dxU)3%9<|lH$3C)c8hdc zz-RPPQ(X=YXrh!{p_(}Ig?I2nEANtvTbHy^ zE31ntNRvb?`QvTW2Q9^H{!tDIF6aKyoEE`fe*g`e9L!rSjS%`;!SzP=%~#%J)$61P zj66Ui)ex+bd#o29X!6$@!%utPspC}4+TolLHs9rj(?lY!FOhpL#+oelt_op3W(=~` z)k)Yph9`yj7#k$r!9qUE2Q<8QAqZsdlbp!I=k!QU#fkG(at&Tiv_1UUl113zq(|oK zcj^M4k?^A)?dWF#P&^b_R4WxmFnNCp)r60z9oG>zoX!^98nzuXfVe~nk)ezkjQwo+ zOR!6tkHCX-cJjL2;3X145b2#(Y&ggq(4D%8egBe+tWsK>BApETV<6)v@*1a&m;zKj z6E?6DyfetaZ8$RMPuF^~Ggu^;L^Q52;~)s)l|krFzGN0yN#5l1)Z9IH9Z1xswSV$Q zeW{9mRb=W3G?XA!b_FsxL7+j**N<`3g9O8X9IOxnH+Hu_YirpU#qt)Dc6U5M{d{m) zv6bO~qdDWcT2ULW8Fq@dV<=;W%}$_4r{9k+n>Q{Y6NBdfJ%E%JXhp95eI_1iZ*uTj z=klNk?w79OJAMl3J)__4(F!6yi-jG{afYLOL4}RW?H2^Qnyp6=!1oV+HpaNGW#&q6 zXPJL-M#7jh-ksfM(K!~+!UnXfv>z#%_{apz3xM8^%!h$<8KtyWN*cZpj4@H+B;ni!XGo4 zu=S%sa1C8aDzvA2yxyBTd zkOvvM1*~33kJ{OIK9!o~d@b0u0#!;rA#gs~hHd|BX71+pTj0gp$Li3^&OX66lueyX zgGZFMM`r&C%LwcE&-iOv=2tT8`80}}wl$i+50?R#_Gbo>psnJpEp`*CY!}zUd<1+Q zNzIkdA_yM7Tzq8_P_+GXUO0Xyfjm41-!Vk}MB3yv??F?rA-S>T6)8~?XdYr2)r#(7 zxBS{?ymtiNh;?ZG&I^HJLMUbTN{gM$ZtQ7vs5x}K4qt02Z9sovp-Kyye1 z=+9u2X*E%$G*@mW@dY2P*w#G|9$_^C-5|qw-W`%zNhL33OVeH_T zR-IY}R;))pmIev(pv3dpc#0NfLAvy~1VxT1G)uuZPzWILM zzjn=I-$zmS5sViH?4r8o8zo^Z>dzQjxy;ENo(}3;#~usUjV~MhqQZ^E39gYo>=p1JnvD#4C_mUtR-$zkSFOwMXjC0;}|4%RFNL^8GIjibj@rlAcI(QK|=FFzfs zOs#?9X=s0*5j-_k>zM8?xyqm+_SQJ}P|8a%9MI+u>DT?fv^tXHOUG+G+cs6?gal;c z`E((Id0dq<(XkkS(LU@>%6`9586rx4`w5YpkxKu|P7LcXMmqFdcPO7y0QCmn+<02s z0;}D#zzMm$Qdals?xjD2!4RxWNG_;k;pFMKZkb%HnUF=)7l z+3Gscl|+cCSYa*MEU_05DOZmaxLuI-Y|P2+Il6^<#Xx1d{PXUDRJ&Lly!cyOjuerq ztEwL@YRGUTPtOQe!tD$tE}$KnJt&!AjQq5f++$IN#>sWhbhQZ)N%qR+&Glvx9ZZ2r zl&kFtwZC_#C_i!Vyn4#W)mjdGgPd2Kw|l}h-+dfoFy{XRZVZw0Rw1N&>-IC<{a1q# z7-!<;DgG$0+~es(d?bN5-6SFaRZ@$Gs3Kf03`B-0Ub;0U;7GMvWmS3ugbJ2% z5P8tqrY0JxG%rEHWDdDo2z~x=7n$_#v>>gayj*oqBm*bPC$`oyxP!C%aPIR;zuT#MI*A7{tzo9 zkq4e)a*@645sifqNYuglnoCp5L)jU;RykljmeM)_%_I1Q1PiZKjrE?FR3QKZ*M=sFPxaCi2j~5v?~lFzz-`D#Gr3 zoZ;e;)DqFpOT6!>4OxO|94Fkg)9C_)IpM6!>a+#v9(Hx)fps_eZ@mPtlSvjWiw-oJ zAhQ=rFO5w-R3iVsiWQ>BgZDH!INfC@bOS+D1Q*g&=iy{&aneQiIzias-GwBn-F#W> z?sn5}ukjuL-0se=r<5-fWAV}-kN0&mDW|&VTg3>{iD`!`NQ$Qug~d+?-!Dpc`|>FF zH-D_WCRV5-XYPIE1zs^ZKu6r*&vNgS^RzDVkBk5kNzZwmAoG@XcBg4(`NpdHy&~+X z0zTcV8{H|kAPdvos?93}yZalY20jmyZ*-Id0Nu22>o(=T!3x*~cXuFFPx4Un(C&pj zdX?-GD`eTPqlaLL$$=ur?iH+&WN0xQx%I4@UGG7`3y{)m7z3{{h8J8J1Qsjjad#sY zFV}?S)?Js83dttm=dPW=u;p{ChfC_#Yg)O3NqAR0<74>wz7YL+tQbUIz*;$`k zP!l&eZkzzo{C;_4^O-ik+H*QNx%iL0$@t=L5CIuF2G3(g-QRNQPk#2SwD;OZVI(AivLkMWuPYJTb(u9U!}o1;Nh2bMy0B4tG{f*GRqsl z1+Wz^f0gT5X$8+By6xfoxcvl5n|8JNniGJ?4(@II8C#2f@uwJpvrNYX&^J~!IDTch z90@{j_cD~hmN?gr*xM6Xy0Sh{zMiOcI$EtN zJHVO$^jKGt{W>}emzo~jnNpYC-tOo_<2jbxzg|oxFhuh=aNbg zm2_TfTW3mh$S?|#jD+B3CgPS{!Vo0MT?{K3vIAmWQ4%y_ZHQ&-6JT*)*ayZY)ZjZaC>QI1R*?{*2AO`BgheG>1Jwr+laJ*h=X zA*3e>_KlFa|BaZHFTH^iM7Nt9_`eP;^#vGm^9x*XXK6ti0N8aNlZKckIP>zYe;-sD zFG30;#5;fm8-CVpqQ}@3pWX=kQ1mI2AAoMNOIFqgnkWR)UVN?AviwFs`34kU`90#r zJt9$f9CWisrO_uvzi(H1ZbNXA=oXV7W1OUgnti5)QfZ$JG<~qDs1Slw)wTxuhNK2V zNc(<u4ZyfLWLSHPPSM6|Bz? z{526kG4jC%jmu2x>D?pP9jEo)zo%WaL6tFlYR#-MHDd(m zLOfJ-m#I2}bflhs19(!9qW+*MJlUN$I)q9Ir`pmLtp+e1U8oV%`0448i{q zon>nB-7&TzZ5!$!Sp%vK!|GdD$O_duW91dHoK1)q+&;$W*v}OG54$qMHw4Fver)2S zaz1=Pc5j^%F&QwN@p4U^=Grd!uPC{I-RcPJbvC?h@#`8q>#w&t{b(Qw`IwwtTBq^3Bd0Xw1k$c6&2(&#u7ecmw}t z`dAPYMVO71h$0-=bBYnAmsH+ux_CeFf}_@UBV!4gF9di0U+s#Et|9odNe;p>QY2Dd z+2WWKBGq&S2B32KZH0SOpl2cPz`O8HCWYFC(N7x%^Z-*o)2^_>FakdiooX^QHBp*! z?x-?5sgv$31_v6er{`8nPr!21`D@=X6P}G{4ou-xSyL1#R$Aey-=N(%7TQqp2fLTSdmz$M8lyN zr=9qNQ+GPUrL-BIew07+cNjB%hM(nk_+75?iJaNFCN%2#7S8xy8;knXH|TCKK3R-^L6@>C!f`~&N3!RIRD1UdmLb^^|;DfLu z<%dZCjkFk?d%6*Zg)EE(jY1ilL;B<;i}AkA?RPyR@Gqi^^OZKEChC? zj8_D%;;{TOD=ifLUv@=w&EViS<>OC|N)Ze+-?X0!LT?pS;hlK5x$=$?DvFwD;k;Jx z21Y~)R6~ocVbb!8R^jWVg?3#-TS4ydJUd2>_GLYy2VNRxXTFtGBXFJRzJ)>bV(GHO z85t&A4>o`q+kx#(DV#*2nTx}Jfybl2D!ZzY`(I46vjWx5pjYtND8 zagIDnjA>&92H~@9yW>#Y8tEd`7T`3&?{W>U1ptR@Lzu$7;6UWw-3qHdp}A-~?^@Aj z1P&9eE~Y9xaQf#AD0TV@R=@wl9liPnkE@8MCsF>)-|=t!%-Qm@QLHxzs6fIGu`}F? ziV^so=vGVCQ8Wt0{D0Y*ZN-Zb_@(GdyLbv-SBUR)(t>`oYXNcC?g%x?N5k1Y$SSu!s!2c6nV;5Oub+zdKwKLUMNZ*+_?DfaR>Cp_M<=?z+QpY&-6VRXosm}ZVFc)4Jkn$bW2;#^?+&-ExU59M z5d6339J?q((^(eSV=8$((!m5FrNs}Np@J|x;-^eWMd6TK3S65ZdWM6GPPy8;| zcr9_wunZbwHAeJA%g$@1m^_1Dh@MPiNzw6%Mase|Pn4>*x$4$;Cx9)R5_Ji0icS%I z1f-kjKWJQ$SirxQ#q#x#jM{G!_dF}{3= 0.1.1' + providers: + - aws + outputs: + iam_role_arn: iam_role_arn diff --git a/cert-manager/terraform/aws/main.tf b/cert-manager/terraform/aws/main.tf new file mode 100644 index 000000000..780f7987a --- /dev/null +++ b/cert-manager/terraform/aws/main.tf @@ -0,0 +1,49 @@ +data "aws_eks_cluster" "cluster" { + name = var.cluster_name +} + +module "assumable_role_cert_manager" { + source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc" + version = "3.14.0" + create_role = true + role_name = "${var.cluster_name}-cert-manager" + provider_url = replace(data.aws_eks_cluster.cluster[0].identity[0].oidc.0.issuer, "https://", "") + role_policy_arns = [aws_iam_policy.cert_manager.arn] + oidc_fully_qualified_subjects = ["system:serviceaccount:${var.namespace}:${var.serviceaccount_name}"] +} + +resource "aws_iam_policy" "cert_manager" { + name_prefix = "cert-manager" + description = "cert-manager permissions for ${var.cluster_name}" + policy = data.aws_iam_policy_document.cert_manager.json +} + +data "aws_iam_policy_document" "cert_manager" { + statement { + actions = [ + "route53:GetChange", + ] + resources = [ + "arn:aws:route53:::change/*", + ] + } + + statement { + actions = [ + "route53:ChangeResourceRecordSets", + "route53:ListResourceRecordSets", + ] + resources = [ + "arn:aws:route53:::hostedzone/*", + ] + } + + statement { + actions = [ + "route53:ListHostedZonesByName", + ] + resources = [ + "*", + ] + } +} diff --git a/cert-manager/terraform/aws/output.tf b/cert-manager/terraform/aws/output.tf new file mode 100644 index 000000000..2222671fa --- /dev/null +++ b/cert-manager/terraform/aws/output.tf @@ -0,0 +1,4 @@ +output "iam_role_arn" { + description = "ARN of IAM role that allows cert-manager access to route53." + value = module.assumable_role_cert_manager.this_iam_role_arn +} diff --git a/cert-manager/terraform/aws/terraform.tfvars b/cert-manager/terraform/aws/terraform.tfvars new file mode 100644 index 000000000..0f239de2c --- /dev/null +++ b/cert-manager/terraform/aws/terraform.tfvars @@ -0,0 +1,2 @@ +namespace = {{ .Namespace | quote }} +cluster_name = {{ .Cluster | quote }} diff --git a/cert-manager/terraform/aws/variables.tf b/cert-manager/terraform/aws/variables.tf new file mode 100644 index 000000000..598e95b86 --- /dev/null +++ b/cert-manager/terraform/aws/variables.tf @@ -0,0 +1,13 @@ +variable "namespace" { + type = string + default = "cert-manager" +} + +variable "cluster_name" { + type = string +} + +variable "serviceaccount_name" { + type = string + default = "cert-manager" +} diff --git a/cert-manager/terraform/azure/deps.yaml b/cert-manager/terraform/azure/deps.yaml new file mode 100644 index 000000000..edcebeba0 --- /dev/null +++ b/cert-manager/terraform/azure/deps.yaml @@ -0,0 +1,16 @@ +apiVersion: plural.sh/v1alpha1 +kind: Dependencies +metadata: + description: cert-manager azure setup + version: 0.1.0 +spec: + dependencies: + - name: azure-bootstrap-cluster-api + repo: bootstrap + type: terraform + version: '>= 0.1.1' + providers: + - azure + outputs: + msi_client_id: msi_client_id + provider_vsn: "0.1.4" diff --git a/cert-manager/terraform/azure/main.tf b/cert-manager/terraform/azure/main.tf new file mode 100644 index 000000000..a86e4e230 --- /dev/null +++ b/cert-manager/terraform/azure/main.tf @@ -0,0 +1,41 @@ +data "azurerm_kubernetes_cluster" "cluster" { + name = var.cluster_name + resource_group_name = var.resource_group +} + +data "azurerm_resource_group" "group" { + name = var.resource_group +} + +data "azurerm_dns_zone" "zone" { + name = var.dns_zone_name + resource_group_name = data.azurerm_resource_group.group.name +} + +resource "azurerm_user_assigned_identity" "cert_manager" { + resource_group_name = data.azurerm_resource_group.group.name + location = data.azurerm_resource_group.group.location + + name = "${var.cluster_name}-cert-manager" +} + +resource "azurerm_role_assignment" "rg-reader" { + scope = data.azurerm_resource_group.group.id + role_definition_name = "Reader" + principal_id = azurerm_user_assigned_identity.certmanager.principal_id +} + +resource "azurerm_role_assignment" "dns-contributor" { + scope = data.azurerm_dns_zone.zone.id + role_definition_name = "Contributor" + principal_id = azurerm_user_assigned_identity.cert_manager.principal_id +} + +resource "azurerm_federated_identity_credential" "cert_manager" { + name = "${var.name}-cert-manager-federated-identity" + resource_group_name = data.azurerm_resource_group.group.name + audience = ["api://AzureADTokenExchange"] + issuer = one(data.azurerm_kubernetes_cluster.cluster[*].oidc_issuer_url) + parent_id = azurerm_user_assigned_identity.cert_manager.id + subject = "system:serviceaccount:${var.namespace}:${var.serviceaccount_name}" +} diff --git a/cert-manager/terraform/azure/outputs.tf b/cert-manager/terraform/azure/outputs.tf new file mode 100644 index 000000000..a60706faa --- /dev/null +++ b/cert-manager/terraform/azure/outputs.tf @@ -0,0 +1,3 @@ +output "msi_client_id" { + value = azurerm_user_assigned_identity.cert_manager.client_id +} diff --git a/cert-manager/terraform/azure/terraform.tfvars b/cert-manager/terraform/azure/terraform.tfvars new file mode 100644 index 000000000..e432e7166 --- /dev/null +++ b/cert-manager/terraform/azure/terraform.tfvars @@ -0,0 +1,4 @@ +namespace = {{ .Namespace | quote }} +cluster_name = {{ .Cluster | quote }} +resource_group = {{ .Project | quote }} +dns_zone_name = {{ .Values.dns_zone | quote }} diff --git a/cert-manager/terraform/azure/variables.tf b/cert-manager/terraform/azure/variables.tf new file mode 100644 index 000000000..5f5daa0ce --- /dev/null +++ b/cert-manager/terraform/azure/variables.tf @@ -0,0 +1,21 @@ +variable "namespace" { + type = string + default = "cert-manager" +} + +variable "serviceaccount_name" { + type = string + default = "cert-manager" +} + +variable "cluster_name" { + type = string +} + +variable "dns_zone_name" { + type = string +} + +variable "resource_group" { + type = string +} diff --git a/cert-manager/terraform/gcp/deps.yaml b/cert-manager/terraform/gcp/deps.yaml new file mode 100644 index 000000000..3828d3cef --- /dev/null +++ b/cert-manager/terraform/gcp/deps.yaml @@ -0,0 +1,15 @@ +apiVersion: plural.sh/v1alpha1 +kind: Dependencies +metadata: + description: cert-manager gcp setup + version: 0.1.0 +spec: + dependencies: + - name: gcp-bootstrap-cluster-api + repo: bootstrap + type: terraform + version: '>= 0.1.1' + providers: + - gcp + outputs: + service_account_email: service_account_email diff --git a/cert-manager/terraform/gcp/main.tf b/cert-manager/terraform/gcp/main.tf new file mode 100644 index 000000000..0af29c4a4 --- /dev/null +++ b/cert-manager/terraform/gcp/main.tf @@ -0,0 +1,10 @@ +module "cert_manager_workload_identity" { + source = "terraform-google-modules/kubernetes-engine/google//modules/workload-identity" + name = "${var.cluster_name}-cert-manager" + namespace = var.namespace + project_id = var.gcp_project_id + use_existing_k8s_sa = true + annotate_k8s_sa = false + k8s_sa_name = "${var.serviceaccount_name}" + roles = ["roles/dns.admin"] +} diff --git a/cert-manager/terraform/gcp/output.tf b/cert-manager/terraform/gcp/output.tf new file mode 100644 index 000000000..a3a6b3fd5 --- /dev/null +++ b/cert-manager/terraform/gcp/output.tf @@ -0,0 +1,3 @@ +output "service_account_email" { + value = module.certmanager_workload_identity.gcp_service_account_email +} diff --git a/cert-manager/terraform/gcp/terraform.tfvars b/cert-manager/terraform/gcp/terraform.tfvars new file mode 100644 index 000000000..3d7ecce15 --- /dev/null +++ b/cert-manager/terraform/gcp/terraform.tfvars @@ -0,0 +1,3 @@ +namespace = {{ .Namespace | quote }} +cluster_name = {{ .Cluster | quote }} +gcp_project_id = {{ .Project | quote }} diff --git a/cert-manager/terraform/gcp/variables.tf b/cert-manager/terraform/gcp/variables.tf new file mode 100644 index 000000000..60f8d4296 --- /dev/null +++ b/cert-manager/terraform/gcp/variables.tf @@ -0,0 +1,18 @@ +variable "namespace" { + type = string + default = "cert-manager" +} + +variable "serviceaccount_name" { + type = string + default = "cert-manager" +} + +variable "cluster_name" { + type = string +} + +variable "gcp_project_id" { + type = string + description = "The ID of the project in which the resources belong." +} diff --git a/cert-manager/terraform/kube/deps.yaml b/cert-manager/terraform/kube/deps.yaml new file mode 100644 index 000000000..2b833f048 --- /dev/null +++ b/cert-manager/terraform/kube/deps.yaml @@ -0,0 +1,12 @@ +apiVersion: plural.sh/v1alpha1 +kind: Dependencies +metadata: + description: cert-manager kubernetes setup + version: 0.1.0 +spec: + dependencies: [] + providers: + - aws + - gcp + - azure + - kind diff --git a/cert-manager/terraform/kube/main.tf b/cert-manager/terraform/kube/main.tf new file mode 100644 index 000000000..778258a87 --- /dev/null +++ b/cert-manager/terraform/kube/main.tf @@ -0,0 +1,11 @@ +resource "kubernetes_namespace" "cert_manager" { + count = var.create_namespace ? 1 : 0 + metadata { + name = var.namespace + labels = { + "app.kubernetes.io/managed-by" = "plural" + "app.plural.sh/name" = "cert-manager" + + } + } +} diff --git a/cert-manager/terraform/kube/terraform.tfvars b/cert-manager/terraform/kube/terraform.tfvars new file mode 100644 index 000000000..1a055746b --- /dev/null +++ b/cert-manager/terraform/kube/terraform.tfvars @@ -0,0 +1 @@ +namespace = {{ .Namespace | quote }} diff --git a/cert-manager/terraform/kube/variables.tf b/cert-manager/terraform/kube/variables.tf new file mode 100644 index 000000000..1c2dc0319 --- /dev/null +++ b/cert-manager/terraform/kube/variables.tf @@ -0,0 +1,9 @@ +variable "namespace" { + type = string + default = "cert-manager" +} + +variable "create_namespace" { + type = bool + default = true +} diff --git a/cert-manager/vendor_images.yaml b/cert-manager/vendor_images.yaml new file mode 100644 index 000000000..747394d98 --- /dev/null +++ b/cert-manager/vendor_images.yaml @@ -0,0 +1,7 @@ +quay.io: + images-by-tag-regex: + # the below regex can be used to limit the regex range so that only versions >= v1.12.0 are matched + jetstack/cert-manager-cainjector: (?:^v?1\.(?:1[2-9]|[2-9][0-9]|[1-9][0-9]{2,})\.[0-9]+$)|(?:^v?(?:[2-9]|[1-9][0-9]{1,})\.[0-9]+?\.[0-9]+$) + jetstack/cert-manager-controller: (?:^v?1\.(?:1[2-9]|[2-9][0-9]|[1-9][0-9]{2,})\.[0-9]+$)|(?:^v?(?:[2-9]|[1-9][0-9]{1,})\.[0-9]+?\.[0-9]+$) + jetstack/cert-manager-webhook: (?:^v?1\.(?:1[2-9]|[2-9][0-9]|[1-9][0-9]{2,})\.[0-9]+$)|(?:^v?(?:[2-9]|[1-9][0-9]{1,})\.[0-9]+?\.[0-9]+$) + jetstack/cert-manager-ctl: (?:^v?1\.(?:1[2-9]|[2-9][0-9]|[1-9][0-9]{2,})\.[0-9]+$)|(?:^v?(?:[2-9]|[1-9][0-9]{1,})\.[0-9]+?\.[0-9]+$) From 81954e398099797cdcc99e17bec61481d10390de Mon Sep 17 00:00:00 2001 From: David van der Spek Date: Tue, 5 Sep 2023 16:54:32 +0200 Subject: [PATCH 2/8] disable bootstrap cert-manager if app is installed Signed-off-by: David van der Spek --- bootstrap/helm/bootstrap/values.yaml.tpl | 46 ++++++++++-------------- 1 file changed, 18 insertions(+), 28 deletions(-) diff --git a/bootstrap/helm/bootstrap/values.yaml.tpl b/bootstrap/helm/bootstrap/values.yaml.tpl index 9b88bf34e..78385ed97 100644 --- a/bootstrap/helm/bootstrap/values.yaml.tpl +++ b/bootstrap/helm/bootstrap/values.yaml.tpl @@ -4,6 +4,7 @@ {{ if eq .Provider "google" }} {{ $_ := set $providerArgs "provider" "gcp" }} {{ end }} +{{ $certManager := and .Configuration (index .Configuration "cert-manager") }} external-dns: {{ if $pluraldns }} @@ -147,50 +148,39 @@ snapshot-controller: {{- end}} {{ end }} -{{ if $pluraldns }} + dnsSolver: + {{- if $pluraldns }} webhook: groupName: acme.plural.sh solverName: plural-solver config: cluster: {{ $providerArgs.cluster }} provider: {{ $providerArgs.provider }} -{{ end }} - -{{ if eq .Provider "aws" }} -cert-manager: - serviceAccount: - create: true - name: certmanager - annotations: - eks.amazonaws.com/role-arn: "arn:aws:iam::{{ .Project }}:role/{{ .Cluster }}-certmanager" - -{{ if not $pluraldns }} -dnsSolver: + {{- else if eq .Provider "aws" }} route53: region: {{ .Region }} -{{ end }} -{{ end }} - -{{ if and (not $pluraldns) (eq .Provider "azure") }} -dnsSolver: + {{- else if $isGcp }} + cloudDNS: + project: {{ .Project }} + {{- else if eq .Provider "azure" }} azureDNS: subscriptionID: {{ .Context.SubscriptionId }} resourceGroupName: {{ .Project }} hostedZoneName: {{ .Network.Subdomain }} # Azure Cloud Environment, default to AzurePublicCloud environment: AzurePublicCloud -{{ end }} + {{- end }} -{{ if $isGcp }} cert-manager: + {{- if $certManager }} + enabled: false + {{- end }} serviceAccount: + {{- if $isGcp }} create: false - name: certmanager - -{{ if not $pluraldns }} -dnsSolver: - cloudDNS: - project: {{ .Project }} -{{ end }} -{{ end }} + {{- end }} + {{- if eq .Provider "aws" }} + annotations: + eks.amazonaws.com/role-arn: "arn:aws:iam::{{ .Project }}:role/{{ .Cluster }}-certmanager" + {{- end }} From 1dcc3a8786ea1da7a1f7a2897a392d4735c52c4c Mon Sep 17 00:00:00 2001 From: David van der Spek Date: Tue, 5 Sep 2023 16:58:27 +0200 Subject: [PATCH 3/8] fix: use correct dependencies Signed-off-by: David van der Spek --- cert-manager/repository.yaml | 2 +- cert-manager/terraform/aws/deps.yaml | 4 ++-- cert-manager/terraform/azure/deps.yaml | 4 ++-- cert-manager/terraform/gcp/deps.yaml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cert-manager/repository.yaml b/cert-manager/repository.yaml index 49ba0ea65..94e125c18 100644 --- a/cert-manager/repository.yaml +++ b/cert-manager/repository.yaml @@ -1,7 +1,7 @@ name: cert-manager description: cert-manager deployed on plural category: DEVOPS -private: true +private: false icon: plural/icons/cert-manager.png notes: plural/notes.tpl gitUrl: https://github.com/cert-manager/cert-manager diff --git a/cert-manager/terraform/aws/deps.yaml b/cert-manager/terraform/aws/deps.yaml index d068b8437..a4023a5f4 100644 --- a/cert-manager/terraform/aws/deps.yaml +++ b/cert-manager/terraform/aws/deps.yaml @@ -2,10 +2,10 @@ apiVersion: plural.sh/v1alpha1 kind: Dependencies metadata: description: cert-manager aws setup - version: 0.1.0 + version: 0.1.1 spec: dependencies: - - name: aws-bootstrap-cluster-api + - name: aws-bootstrap repo: bootstrap type: terraform version: '>= 0.1.1' diff --git a/cert-manager/terraform/azure/deps.yaml b/cert-manager/terraform/azure/deps.yaml index edcebeba0..79be085e5 100644 --- a/cert-manager/terraform/azure/deps.yaml +++ b/cert-manager/terraform/azure/deps.yaml @@ -2,10 +2,10 @@ apiVersion: plural.sh/v1alpha1 kind: Dependencies metadata: description: cert-manager azure setup - version: 0.1.0 + version: 0.1.1 spec: dependencies: - - name: azure-bootstrap-cluster-api + - name: azure-bootstrap repo: bootstrap type: terraform version: '>= 0.1.1' diff --git a/cert-manager/terraform/gcp/deps.yaml b/cert-manager/terraform/gcp/deps.yaml index 3828d3cef..00da5fe1e 100644 --- a/cert-manager/terraform/gcp/deps.yaml +++ b/cert-manager/terraform/gcp/deps.yaml @@ -2,10 +2,10 @@ apiVersion: plural.sh/v1alpha1 kind: Dependencies metadata: description: cert-manager gcp setup - version: 0.1.0 + version: 0.1.1 spec: dependencies: - - name: gcp-bootstrap-cluster-api + - name: gcp-bootstrap repo: bootstrap type: terraform version: '>= 0.1.1' From 90faf818e33e5cd82fbe8f970975316261e37447 Mon Sep 17 00:00:00 2001 From: David van der Spek Date: Tue, 5 Sep 2023 17:06:44 +0200 Subject: [PATCH 4/8] fix disabling bootstrap cert-manager Signed-off-by: David van der Spek --- bootstrap/helm/bootstrap/values.yaml.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/helm/bootstrap/values.yaml.tpl b/bootstrap/helm/bootstrap/values.yaml.tpl index 78385ed97..b4e5d44ef 100644 --- a/bootstrap/helm/bootstrap/values.yaml.tpl +++ b/bootstrap/helm/bootstrap/values.yaml.tpl @@ -4,7 +4,7 @@ {{ if eq .Provider "google" }} {{ $_ := set $providerArgs "provider" "gcp" }} {{ end }} -{{ $certManager := and .Configuration (index .Configuration "cert-manager") }} +{{ $certManager := chartInstalled "cert-manager" "cert-manager" }} external-dns: {{ if $pluraldns }} From 1c383913dca2fff5533031fd1bb2a0ec44bda303 Mon Sep 17 00:00:00 2001 From: David van der Spek Date: Tue, 5 Sep 2023 17:13:41 +0200 Subject: [PATCH 5/8] some more small fixes Signed-off-by: David van der Spek --- cert-manager/helm/cert-manager/Chart.yaml | 2 +- .../cert-manager/crds/cert-manager.crds.yaml | 4486 +++++++++++++++++ cert-manager/helm/cert-manager/values.yaml | 1 - cert-manager/terraform/aws/deps.yaml | 2 +- cert-manager/terraform/aws/main.tf | 2 +- cert-manager/terraform/azure/deps.yaml | 2 +- cert-manager/terraform/azure/main.tf | 2 +- 7 files changed, 4491 insertions(+), 6 deletions(-) create mode 100644 cert-manager/helm/cert-manager/crds/cert-manager.crds.yaml diff --git a/cert-manager/helm/cert-manager/Chart.yaml b/cert-manager/helm/cert-manager/Chart.yaml index 87f3f6d2f..0c9164a2a 100644 --- a/cert-manager/helm/cert-manager/Chart.yaml +++ b/cert-manager/helm/cert-manager/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: cert-manager description: helm chart for cert-manager type: application -version: 0.1.1 +version: 0.1.2 appVersion: v1.12.4 dependencies: - name: cert-manager diff --git a/cert-manager/helm/cert-manager/crds/cert-manager.crds.yaml b/cert-manager/helm/cert-manager/crds/cert-manager.crds.yaml new file mode 100644 index 000000000..71142700a --- /dev/null +++ b/cert-manager/helm/cert-manager/crds/cert-manager.crds.yaml @@ -0,0 +1,4486 @@ +# Copyright 2022 The cert-manager Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Source: cert-manager/templates/crds.yaml +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + name: certificaterequests.cert-manager.io + labels: + app: 'cert-manager' + app.kubernetes.io/name: 'cert-manager' + app.kubernetes.io/instance: 'cert-manager' + # Generated labels + app.kubernetes.io/version: "v1.12.4" +spec: + group: cert-manager.io + names: + kind: CertificateRequest + listKind: CertificateRequestList + plural: certificaterequests + shortNames: + - cr + - crs + singular: certificaterequest + categories: + - cert-manager + scope: Namespaced + versions: + - name: v1 + subresources: + status: {} + additionalPrinterColumns: + - jsonPath: .status.conditions[?(@.type=="Approved")].status + name: Approved + type: string + - jsonPath: .status.conditions[?(@.type=="Denied")].status + name: Denied + type: string + - jsonPath: .status.conditions[?(@.type=="Ready")].status + name: Ready + type: string + - jsonPath: .spec.issuerRef.name + name: Issuer + type: string + - jsonPath: .spec.username + name: Requestor + type: string + - jsonPath: .status.conditions[?(@.type=="Ready")].message + name: Status + priority: 1 + type: string + - jsonPath: .metadata.creationTimestamp + description: CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. + name: Age + type: date + schema: + openAPIV3Schema: + description: "A CertificateRequest is used to request a signed certificate from one of the configured issuers. \n All fields within the CertificateRequest's `spec` are immutable after creation. A CertificateRequest will either succeed or fail, as denoted by its `status.state` field. \n A CertificateRequest is a one-shot resource, meaning it represents a single point in time request for a certificate and cannot be re-used." + type: object + required: + - spec + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: Desired state of the CertificateRequest resource. + type: object + required: + - issuerRef + - request + properties: + duration: + description: The requested 'duration' (i.e. lifetime) of the Certificate. This option may be ignored/overridden by some issuer types. + type: string + extra: + description: Extra contains extra attributes of the user that created the CertificateRequest. Populated by the cert-manager webhook on creation and immutable. + type: object + additionalProperties: + type: array + items: + type: string + groups: + description: Groups contains group membership of the user that created the CertificateRequest. Populated by the cert-manager webhook on creation and immutable. + type: array + items: + type: string + x-kubernetes-list-type: atomic + isCA: + description: IsCA will request to mark the certificate as valid for certificate signing when submitting to the issuer. This will automatically add the `cert sign` usage to the list of `usages`. + type: boolean + issuerRef: + description: IssuerRef is a reference to the issuer for this CertificateRequest. If the `kind` field is not set, or set to `Issuer`, an Issuer resource with the given name in the same namespace as the CertificateRequest will be used. If the `kind` field is set to `ClusterIssuer`, a ClusterIssuer with the provided name will be used. The `name` field in this stanza is required at all times. The group field refers to the API group of the issuer which defaults to `cert-manager.io` if empty. + type: object + required: + - name + properties: + group: + description: Group of the resource being referred to. + type: string + kind: + description: Kind of the resource being referred to. + type: string + name: + description: Name of the resource being referred to. + type: string + request: + description: The PEM-encoded x509 certificate signing request to be submitted to the CA for signing. + type: string + format: byte + uid: + description: UID contains the uid of the user that created the CertificateRequest. Populated by the cert-manager webhook on creation and immutable. + type: string + usages: + description: Usages is the set of x509 usages that are requested for the certificate. If usages are set they SHOULD be encoded inside the CSR spec Defaults to `digital signature` and `key encipherment` if not specified. + type: array + items: + description: "KeyUsage specifies valid usage contexts for keys. See: https://tools.ietf.org/html/rfc5280#section-4.2.1.3 https://tools.ietf.org/html/rfc5280#section-4.2.1.12 \n Valid KeyUsage values are as follows: \"signing\", \"digital signature\", \"content commitment\", \"key encipherment\", \"key agreement\", \"data encipherment\", \"cert sign\", \"crl sign\", \"encipher only\", \"decipher only\", \"any\", \"server auth\", \"client auth\", \"code signing\", \"email protection\", \"s/mime\", \"ipsec end system\", \"ipsec tunnel\", \"ipsec user\", \"timestamping\", \"ocsp signing\", \"microsoft sgc\", \"netscape sgc\"" + type: string + enum: + - signing + - digital signature + - content commitment + - key encipherment + - key agreement + - data encipherment + - cert sign + - crl sign + - encipher only + - decipher only + - any + - server auth + - client auth + - code signing + - email protection + - s/mime + - ipsec end system + - ipsec tunnel + - ipsec user + - timestamping + - ocsp signing + - microsoft sgc + - netscape sgc + username: + description: Username contains the name of the user that created the CertificateRequest. Populated by the cert-manager webhook on creation and immutable. + type: string + status: + description: Status of the CertificateRequest. This is set and managed automatically. + type: object + properties: + ca: + description: The PEM encoded x509 certificate of the signer, also known as the CA (Certificate Authority). This is set on a best-effort basis by different issuers. If not set, the CA is assumed to be unknown/not available. + type: string + format: byte + certificate: + description: The PEM encoded x509 certificate resulting from the certificate signing request. If not set, the CertificateRequest has either not been completed or has failed. More information on failure can be found by checking the `conditions` field. + type: string + format: byte + conditions: + description: List of status conditions to indicate the status of a CertificateRequest. Known condition types are `Ready` and `InvalidRequest`. + type: array + items: + description: CertificateRequestCondition contains condition information for a CertificateRequest. + type: object + required: + - status + - type + properties: + lastTransitionTime: + description: LastTransitionTime is the timestamp corresponding to the last status change of this condition. + type: string + format: date-time + message: + description: Message is a human readable description of the details of the last transition, complementing reason. + type: string + reason: + description: Reason is a brief machine readable explanation for the condition's last transition. + type: string + status: + description: Status of the condition, one of (`True`, `False`, `Unknown`). + type: string + enum: + - "True" + - "False" + - Unknown + type: + description: Type of the condition, known values are (`Ready`, `InvalidRequest`, `Approved`, `Denied`). + type: string + x-kubernetes-list-map-keys: + - type + x-kubernetes-list-type: map + failureTime: + description: FailureTime stores the time that this CertificateRequest failed. This is used to influence garbage collection and back-off. + type: string + format: date-time + served: true + storage: true +--- +# Source: cert-manager/templates/crds.yaml +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + name: certificates.cert-manager.io + labels: + app: 'cert-manager' + app.kubernetes.io/name: 'cert-manager' + app.kubernetes.io/instance: 'cert-manager' + # Generated labels + app.kubernetes.io/version: "v1.12.4" +spec: + group: cert-manager.io + names: + kind: Certificate + listKind: CertificateList + plural: certificates + shortNames: + - cert + - certs + singular: certificate + categories: + - cert-manager + scope: Namespaced + versions: + - name: v1 + subresources: + status: {} + additionalPrinterColumns: + - jsonPath: .status.conditions[?(@.type=="Ready")].status + name: Ready + type: string + - jsonPath: .spec.secretName + name: Secret + type: string + - jsonPath: .spec.issuerRef.name + name: Issuer + priority: 1 + type: string + - jsonPath: .status.conditions[?(@.type=="Ready")].message + name: Status + priority: 1 + type: string + - jsonPath: .metadata.creationTimestamp + description: CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. + name: Age + type: date + schema: + openAPIV3Schema: + description: "A Certificate resource should be created to ensure an up to date and signed x509 certificate is stored in the Kubernetes Secret resource named in `spec.secretName`. \n The stored certificate will be renewed before it expires (as configured by `spec.renewBefore`)." + type: object + required: + - spec + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: Desired state of the Certificate resource. + type: object + required: + - issuerRef + - secretName + properties: + additionalOutputFormats: + description: AdditionalOutputFormats defines extra output formats of the private key and signed certificate chain to be written to this Certificate's target Secret. This is an Alpha Feature and is only enabled with the `--feature-gates=AdditionalCertificateOutputFormats=true` option on both the controller and webhook components. + type: array + items: + description: CertificateAdditionalOutputFormat defines an additional output format of a Certificate resource. These contain supplementary data formats of the signed certificate chain and paired private key. + type: object + required: + - type + properties: + type: + description: Type is the name of the format type that should be written to the Certificate's target Secret. + type: string + enum: + - DER + - CombinedPEM + commonName: + description: 'CommonName is a common name to be used on the Certificate. The CommonName should have a length of 64 characters or fewer to avoid generating invalid CSRs. This value is ignored by TLS clients when any subject alt name is set. This is x509 behaviour: https://tools.ietf.org/html/rfc6125#section-6.4.4' + type: string + dnsNames: + description: DNSNames is a list of DNS subjectAltNames to be set on the Certificate. + type: array + items: + type: string + duration: + description: The requested 'duration' (i.e. lifetime) of the Certificate. This option may be ignored/overridden by some issuer types. If unset this defaults to 90 days. Certificate will be renewed either 2/3 through its duration or `renewBefore` period before its expiry, whichever is later. Minimum accepted duration is 1 hour. Value must be in units accepted by Go time.ParseDuration https://golang.org/pkg/time/#ParseDuration + type: string + emailAddresses: + description: EmailAddresses is a list of email subjectAltNames to be set on the Certificate. + type: array + items: + type: string + encodeUsagesInRequest: + description: EncodeUsagesInRequest controls whether key usages should be present in the CertificateRequest + type: boolean + ipAddresses: + description: IPAddresses is a list of IP address subjectAltNames to be set on the Certificate. + type: array + items: + type: string + isCA: + description: IsCA will mark this Certificate as valid for certificate signing. This will automatically add the `cert sign` usage to the list of `usages`. + type: boolean + issuerRef: + description: IssuerRef is a reference to the issuer for this certificate. If the `kind` field is not set, or set to `Issuer`, an Issuer resource with the given name in the same namespace as the Certificate will be used. If the `kind` field is set to `ClusterIssuer`, a ClusterIssuer with the provided name will be used. The `name` field in this stanza is required at all times. + type: object + required: + - name + properties: + group: + description: Group of the resource being referred to. + type: string + kind: + description: Kind of the resource being referred to. + type: string + name: + description: Name of the resource being referred to. + type: string + keystores: + description: Keystores configures additional keystore output formats stored in the `secretName` Secret resource. + type: object + properties: + jks: + description: JKS configures options for storing a JKS keystore in the `spec.secretName` Secret resource. + type: object + required: + - create + - passwordSecretRef + properties: + create: + description: Create enables JKS keystore creation for the Certificate. If true, a file named `keystore.jks` will be created in the target Secret resource, encrypted using the password stored in `passwordSecretRef`. The keystore file will be updated immediately. If the issuer provided a CA certificate, a file named `truststore.jks` will also be created in the target Secret resource, encrypted using the password stored in `passwordSecretRef` containing the issuing Certificate Authority + type: boolean + passwordSecretRef: + description: PasswordSecretRef is a reference to a key in a Secret resource containing the password used to encrypt the JKS keystore. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + pkcs12: + description: PKCS12 configures options for storing a PKCS12 keystore in the `spec.secretName` Secret resource. + type: object + required: + - create + - passwordSecretRef + properties: + create: + description: Create enables PKCS12 keystore creation for the Certificate. If true, a file named `keystore.p12` will be created in the target Secret resource, encrypted using the password stored in `passwordSecretRef`. The keystore file will be updated immediately. If the issuer provided a CA certificate, a file named `truststore.p12` will also be created in the target Secret resource, encrypted using the password stored in `passwordSecretRef` containing the issuing Certificate Authority + type: boolean + passwordSecretRef: + description: PasswordSecretRef is a reference to a key in a Secret resource containing the password used to encrypt the PKCS12 keystore. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + literalSubject: + description: LiteralSubject is an LDAP formatted string that represents the [X.509 Subject field](https://datatracker.ietf.org/doc/html/rfc5280#section-4.1.2.6). Use this *instead* of the Subject field if you need to ensure the correct ordering of the RDN sequence, such as when issuing certs for LDAP authentication. See https://github.com/cert-manager/cert-manager/issues/3203, https://github.com/cert-manager/cert-manager/issues/4424. This field is alpha level and is only supported by cert-manager installations where LiteralCertificateSubject feature gate is enabled on both cert-manager controller and webhook. + type: string + privateKey: + description: Options to control private keys used for the Certificate. + type: object + properties: + algorithm: + description: Algorithm is the private key algorithm of the corresponding private key for this certificate. If provided, allowed values are either `RSA`,`Ed25519` or `ECDSA` If `algorithm` is specified and `size` is not provided, key size of 256 will be used for `ECDSA` key algorithm and key size of 2048 will be used for `RSA` key algorithm. key size is ignored when using the `Ed25519` key algorithm. + type: string + enum: + - RSA + - ECDSA + - Ed25519 + encoding: + description: The private key cryptography standards (PKCS) encoding for this certificate's private key to be encoded in. If provided, allowed values are `PKCS1` and `PKCS8` standing for PKCS#1 and PKCS#8, respectively. Defaults to `PKCS1` if not specified. + type: string + enum: + - PKCS1 + - PKCS8 + rotationPolicy: + description: RotationPolicy controls how private keys should be regenerated when a re-issuance is being processed. If set to Never, a private key will only be generated if one does not already exist in the target `spec.secretName`. If one does exists but it does not have the correct algorithm or size, a warning will be raised to await user intervention. If set to Always, a private key matching the specified requirements will be generated whenever a re-issuance occurs. Default is 'Never' for backward compatibility. + type: string + enum: + - Never + - Always + size: + description: Size is the key bit size of the corresponding private key for this certificate. If `algorithm` is set to `RSA`, valid values are `2048`, `4096` or `8192`, and will default to `2048` if not specified. If `algorithm` is set to `ECDSA`, valid values are `256`, `384` or `521`, and will default to `256` if not specified. If `algorithm` is set to `Ed25519`, Size is ignored. No other values are allowed. + type: integer + renewBefore: + description: How long before the currently issued certificate's expiry cert-manager should renew the certificate. The default is 2/3 of the issued certificate's duration. Minimum accepted value is 5 minutes. Value must be in units accepted by Go time.ParseDuration https://golang.org/pkg/time/#ParseDuration + type: string + revisionHistoryLimit: + description: revisionHistoryLimit is the maximum number of CertificateRequest revisions that are maintained in the Certificate's history. Each revision represents a single `CertificateRequest` created by this Certificate, either when it was created, renewed, or Spec was changed. Revisions will be removed by oldest first if the number of revisions exceeds this number. If set, revisionHistoryLimit must be a value of `1` or greater. If unset (`nil`), revisions will not be garbage collected. Default value is `nil`. + type: integer + format: int32 + secretName: + description: SecretName is the name of the secret resource that will be automatically created and managed by this Certificate resource. It will be populated with a private key and certificate, signed by the denoted issuer. + type: string + secretTemplate: + description: SecretTemplate defines annotations and labels to be copied to the Certificate's Secret. Labels and annotations on the Secret will be changed as they appear on the SecretTemplate when added or removed. SecretTemplate annotations are added in conjunction with, and cannot overwrite, the base set of annotations cert-manager sets on the Certificate's Secret. + type: object + properties: + annotations: + description: Annotations is a key value map to be copied to the target Kubernetes Secret. + type: object + additionalProperties: + type: string + labels: + description: Labels is a key value map to be copied to the target Kubernetes Secret. + type: object + additionalProperties: + type: string + subject: + description: Full X509 name specification (https://golang.org/pkg/crypto/x509/pkix/#Name). + type: object + properties: + countries: + description: Countries to be used on the Certificate. + type: array + items: + type: string + localities: + description: Cities to be used on the Certificate. + type: array + items: + type: string + organizationalUnits: + description: Organizational Units to be used on the Certificate. + type: array + items: + type: string + organizations: + description: Organizations to be used on the Certificate. + type: array + items: + type: string + postalCodes: + description: Postal codes to be used on the Certificate. + type: array + items: + type: string + provinces: + description: State/Provinces to be used on the Certificate. + type: array + items: + type: string + serialNumber: + description: Serial number to be used on the Certificate. + type: string + streetAddresses: + description: Street addresses to be used on the Certificate. + type: array + items: + type: string + uris: + description: URIs is a list of URI subjectAltNames to be set on the Certificate. + type: array + items: + type: string + usages: + description: Usages is the set of x509 usages that are requested for the certificate. Defaults to `digital signature` and `key encipherment` if not specified. + type: array + items: + description: "KeyUsage specifies valid usage contexts for keys. See: https://tools.ietf.org/html/rfc5280#section-4.2.1.3 https://tools.ietf.org/html/rfc5280#section-4.2.1.12 \n Valid KeyUsage values are as follows: \"signing\", \"digital signature\", \"content commitment\", \"key encipherment\", \"key agreement\", \"data encipherment\", \"cert sign\", \"crl sign\", \"encipher only\", \"decipher only\", \"any\", \"server auth\", \"client auth\", \"code signing\", \"email protection\", \"s/mime\", \"ipsec end system\", \"ipsec tunnel\", \"ipsec user\", \"timestamping\", \"ocsp signing\", \"microsoft sgc\", \"netscape sgc\"" + type: string + enum: + - signing + - digital signature + - content commitment + - key encipherment + - key agreement + - data encipherment + - cert sign + - crl sign + - encipher only + - decipher only + - any + - server auth + - client auth + - code signing + - email protection + - s/mime + - ipsec end system + - ipsec tunnel + - ipsec user + - timestamping + - ocsp signing + - microsoft sgc + - netscape sgc + status: + description: Status of the Certificate. This is set and managed automatically. + type: object + properties: + conditions: + description: List of status conditions to indicate the status of certificates. Known condition types are `Ready` and `Issuing`. + type: array + items: + description: CertificateCondition contains condition information for an Certificate. + type: object + required: + - status + - type + properties: + lastTransitionTime: + description: LastTransitionTime is the timestamp corresponding to the last status change of this condition. + type: string + format: date-time + message: + description: Message is a human readable description of the details of the last transition, complementing reason. + type: string + observedGeneration: + description: If set, this represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration is 9, the condition is out of date with respect to the current state of the Certificate. + type: integer + format: int64 + reason: + description: Reason is a brief machine readable explanation for the condition's last transition. + type: string + status: + description: Status of the condition, one of (`True`, `False`, `Unknown`). + type: string + enum: + - "True" + - "False" + - Unknown + type: + description: Type of the condition, known values are (`Ready`, `Issuing`). + type: string + x-kubernetes-list-map-keys: + - type + x-kubernetes-list-type: map + failedIssuanceAttempts: + description: The number of continuous failed issuance attempts up till now. This field gets removed (if set) on a successful issuance and gets set to 1 if unset and an issuance has failed. If an issuance has failed, the delay till the next issuance will be calculated using formula time.Hour * 2 ^ (failedIssuanceAttempts - 1). + type: integer + lastFailureTime: + description: LastFailureTime is set only if the lastest issuance for this Certificate failed and contains the time of the failure. If an issuance has failed, the delay till the next issuance will be calculated using formula time.Hour * 2 ^ (failedIssuanceAttempts - 1). If the latest issuance has succeeded this field will be unset. + type: string + format: date-time + nextPrivateKeySecretName: + description: The name of the Secret resource containing the private key to be used for the next certificate iteration. The keymanager controller will automatically set this field if the `Issuing` condition is set to `True`. It will automatically unset this field when the Issuing condition is not set or False. + type: string + notAfter: + description: The expiration time of the certificate stored in the secret named by this resource in `spec.secretName`. + type: string + format: date-time + notBefore: + description: The time after which the certificate stored in the secret named by this resource in spec.secretName is valid. + type: string + format: date-time + renewalTime: + description: RenewalTime is the time at which the certificate will be next renewed. If not set, no upcoming renewal is scheduled. + type: string + format: date-time + revision: + description: "The current 'revision' of the certificate as issued. \n When a CertificateRequest resource is created, it will have the `cert-manager.io/certificate-revision` set to one greater than the current value of this field. \n Upon issuance, this field will be set to the value of the annotation on the CertificateRequest resource used to issue the certificate. \n Persisting the value on the CertificateRequest resource allows the certificates controller to know whether a request is part of an old issuance or if it is part of the ongoing revision's issuance by checking if the revision value in the annotation is greater than this field." + type: integer + served: true + storage: true +--- +# Source: cert-manager/templates/crds.yaml +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + name: challenges.acme.cert-manager.io + labels: + app: 'cert-manager' + app.kubernetes.io/name: 'cert-manager' + app.kubernetes.io/instance: 'cert-manager' + # Generated labels + app.kubernetes.io/version: "v1.12.4" +spec: + group: acme.cert-manager.io + names: + kind: Challenge + listKind: ChallengeList + plural: challenges + singular: challenge + categories: + - cert-manager + - cert-manager-acme + scope: Namespaced + versions: + - additionalPrinterColumns: + - jsonPath: .status.state + name: State + type: string + - jsonPath: .spec.dnsName + name: Domain + type: string + - jsonPath: .status.reason + name: Reason + priority: 1 + type: string + - description: CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. + jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1 + schema: + openAPIV3Schema: + description: Challenge is a type to represent a Challenge request with an ACME server + type: object + required: + - metadata + - spec + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + type: object + required: + - authorizationURL + - dnsName + - issuerRef + - key + - solver + - token + - type + - url + properties: + authorizationURL: + description: The URL to the ACME Authorization resource that this challenge is a part of. + type: string + dnsName: + description: dnsName is the identifier that this challenge is for, e.g. example.com. If the requested DNSName is a 'wildcard', this field MUST be set to the non-wildcard domain, e.g. for `*.example.com`, it must be `example.com`. + type: string + issuerRef: + description: References a properly configured ACME-type Issuer which should be used to create this Challenge. If the Issuer does not exist, processing will be retried. If the Issuer is not an 'ACME' Issuer, an error will be returned and the Challenge will be marked as failed. + type: object + required: + - name + properties: + group: + description: Group of the resource being referred to. + type: string + kind: + description: Kind of the resource being referred to. + type: string + name: + description: Name of the resource being referred to. + type: string + key: + description: 'The ACME challenge key for this challenge For HTTP01 challenges, this is the value that must be responded with to complete the HTTP01 challenge in the format: `.`. For DNS01 challenges, this is the base64 encoded SHA256 sum of the `.` text that must be set as the TXT record content.' + type: string + solver: + description: Contains the domain solving configuration that should be used to solve this challenge resource. + type: object + properties: + dns01: + description: Configures cert-manager to attempt to complete authorizations by performing the DNS01 challenge flow. + type: object + properties: + acmeDNS: + description: Use the 'ACME DNS' (https://github.com/joohoi/acme-dns) API to manage DNS01 challenge records. + type: object + required: + - accountSecretRef + - host + properties: + accountSecretRef: + description: A reference to a specific 'key' within a Secret resource. In some instances, `key` is a required field. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + host: + type: string + akamai: + description: Use the Akamai DNS zone management API to manage DNS01 challenge records. + type: object + required: + - accessTokenSecretRef + - clientSecretSecretRef + - clientTokenSecretRef + - serviceConsumerDomain + properties: + accessTokenSecretRef: + description: A reference to a specific 'key' within a Secret resource. In some instances, `key` is a required field. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + clientSecretSecretRef: + description: A reference to a specific 'key' within a Secret resource. In some instances, `key` is a required field. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + clientTokenSecretRef: + description: A reference to a specific 'key' within a Secret resource. In some instances, `key` is a required field. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + serviceConsumerDomain: + type: string + azureDNS: + description: Use the Microsoft Azure DNS API to manage DNS01 challenge records. + type: object + required: + - resourceGroupName + - subscriptionID + properties: + clientID: + description: if both this and ClientSecret are left unset MSI will be used + type: string + clientSecretSecretRef: + description: if both this and ClientID are left unset MSI will be used + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + environment: + description: name of the Azure environment (default AzurePublicCloud) + type: string + enum: + - AzurePublicCloud + - AzureChinaCloud + - AzureGermanCloud + - AzureUSGovernmentCloud + hostedZoneName: + description: name of the DNS zone that should be used + type: string + managedIdentity: + description: managed identity configuration, can not be used at the same time as clientID, clientSecretSecretRef or tenantID + type: object + properties: + clientID: + description: client ID of the managed identity, can not be used at the same time as resourceID + type: string + resourceID: + description: resource ID of the managed identity, can not be used at the same time as clientID + type: string + resourceGroupName: + description: resource group the DNS zone is located in + type: string + subscriptionID: + description: ID of the Azure subscription + type: string + tenantID: + description: when specifying ClientID and ClientSecret then this field is also needed + type: string + cloudDNS: + description: Use the Google Cloud DNS API to manage DNS01 challenge records. + type: object + required: + - project + properties: + hostedZoneName: + description: HostedZoneName is an optional field that tells cert-manager in which Cloud DNS zone the challenge record has to be created. If left empty cert-manager will automatically choose a zone. + type: string + project: + type: string + serviceAccountSecretRef: + description: A reference to a specific 'key' within a Secret resource. In some instances, `key` is a required field. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + cloudflare: + description: Use the Cloudflare API to manage DNS01 challenge records. + type: object + properties: + apiKeySecretRef: + description: 'API key to use to authenticate with Cloudflare. Note: using an API token to authenticate is now the recommended method as it allows greater control of permissions.' + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + apiTokenSecretRef: + description: API token used to authenticate with Cloudflare. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + email: + description: Email of the account, only required when using API key based authentication. + type: string + cnameStrategy: + description: CNAMEStrategy configures how the DNS01 provider should handle CNAME records when found in DNS zones. + type: string + enum: + - None + - Follow + digitalocean: + description: Use the DigitalOcean DNS API to manage DNS01 challenge records. + type: object + required: + - tokenSecretRef + properties: + tokenSecretRef: + description: A reference to a specific 'key' within a Secret resource. In some instances, `key` is a required field. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + rfc2136: + description: Use RFC2136 ("Dynamic Updates in the Domain Name System") (https://datatracker.ietf.org/doc/rfc2136/) to manage DNS01 challenge records. + type: object + required: + - nameserver + properties: + nameserver: + description: The IP address or hostname of an authoritative DNS server supporting RFC2136 in the form host:port. If the host is an IPv6 address it must be enclosed in square brackets (e.g [2001:db8::1]) ; port is optional. This field is required. + type: string + tsigAlgorithm: + description: 'The TSIG Algorithm configured in the DNS supporting RFC2136. Used only when ``tsigSecretSecretRef`` and ``tsigKeyName`` are defined. Supported values are (case-insensitive): ``HMACMD5`` (default), ``HMACSHA1``, ``HMACSHA256`` or ``HMACSHA512``.' + type: string + tsigKeyName: + description: The TSIG Key name configured in the DNS. If ``tsigSecretSecretRef`` is defined, this field is required. + type: string + tsigSecretSecretRef: + description: The name of the secret containing the TSIG value. If ``tsigKeyName`` is defined, this field is required. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + route53: + description: Use the AWS Route53 API to manage DNS01 challenge records. + type: object + required: + - region + properties: + accessKeyID: + description: 'The AccessKeyID is used for authentication. Cannot be set when SecretAccessKeyID is set. If neither the Access Key nor Key ID are set, we fall-back to using env vars, shared credentials file or AWS Instance metadata, see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials' + type: string + accessKeyIDSecretRef: + description: 'The SecretAccessKey is used for authentication. If set, pull the AWS access key ID from a key within a Kubernetes Secret. Cannot be set when AccessKeyID is set. If neither the Access Key nor Key ID are set, we fall-back to using env vars, shared credentials file or AWS Instance metadata, see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials' + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + hostedZoneID: + description: If set, the provider will manage only this zone in Route53 and will not do an lookup using the route53:ListHostedZonesByName api call. + type: string + region: + description: Always set the region when using AccessKeyID and SecretAccessKey + type: string + role: + description: Role is a Role ARN which the Route53 provider will assume using either the explicit credentials AccessKeyID/SecretAccessKey or the inferred credentials from environment variables, shared credentials file or AWS Instance metadata + type: string + secretAccessKeySecretRef: + description: 'The SecretAccessKey is used for authentication. If neither the Access Key nor Key ID are set, we fall-back to using env vars, shared credentials file or AWS Instance metadata, see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials' + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + webhook: + description: Configure an external webhook based DNS01 challenge solver to manage DNS01 challenge records. + type: object + required: + - groupName + - solverName + properties: + config: + description: Additional configuration that should be passed to the webhook apiserver when challenges are processed. This can contain arbitrary JSON data. Secret values should not be specified in this stanza. If secret values are needed (e.g. credentials for a DNS service), you should use a SecretKeySelector to reference a Secret resource. For details on the schema of this field, consult the webhook provider implementation's documentation. + x-kubernetes-preserve-unknown-fields: true + groupName: + description: The API group name that should be used when POSTing ChallengePayload resources to the webhook apiserver. This should be the same as the GroupName specified in the webhook provider implementation. + type: string + solverName: + description: The name of the solver to use, as defined in the webhook provider implementation. This will typically be the name of the provider, e.g. 'cloudflare'. + type: string + http01: + description: Configures cert-manager to attempt to complete authorizations by performing the HTTP01 challenge flow. It is not possible to obtain certificates for wildcard domain names (e.g. `*.example.com`) using the HTTP01 challenge mechanism. + type: object + properties: + gatewayHTTPRoute: + description: The Gateway API is a sig-network community API that models service networking in Kubernetes (https://gateway-api.sigs.k8s.io/). The Gateway solver will create HTTPRoutes with the specified labels in the same namespace as the challenge. This solver is experimental, and fields / behaviour may change in the future. + type: object + properties: + labels: + description: Custom labels that will be applied to HTTPRoutes created by cert-manager while solving HTTP-01 challenges. + type: object + additionalProperties: + type: string + parentRefs: + description: 'When solving an HTTP-01 challenge, cert-manager creates an HTTPRoute. cert-manager needs to know which parentRefs should be used when creating the HTTPRoute. Usually, the parentRef references a Gateway. See: https://gateway-api.sigs.k8s.io/api-types/httproute/#attaching-to-gateways' + type: array + items: + description: "ParentReference identifies an API object (usually a Gateway) that can be considered a parent of this resource (usually a route). The only kind of parent resource with \"Core\" support is Gateway. This API may be extended in the future to support additional kinds of parent resources, such as HTTPRoute. \n The API object must be valid in the cluster; the Group and Kind must be registered in the cluster for this reference to be valid." + type: object + required: + - name + properties: + group: + description: "Group is the group of the referent. When unspecified, \"gateway.networking.k8s.io\" is inferred. To set the core API group (such as for a \"Service\" kind referent), Group must be explicitly set to \"\" (empty string). \n Support: Core" + type: string + default: gateway.networking.k8s.io + maxLength: 253 + pattern: ^$|^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$ + kind: + description: "Kind is kind of the referent. \n Support: Core (Gateway) \n Support: Implementation-specific (Other Resources)" + type: string + default: Gateway + maxLength: 63 + minLength: 1 + pattern: ^[a-zA-Z]([-a-zA-Z0-9]*[a-zA-Z0-9])?$ + name: + description: "Name is the name of the referent. \n Support: Core" + type: string + maxLength: 253 + minLength: 1 + namespace: + description: "Namespace is the namespace of the referent. When unspecified, this refers to the local namespace of the Route. \n Note that there are specific rules for ParentRefs which cross namespace boundaries. Cross-namespace references are only valid if they are explicitly allowed by something in the namespace they are referring to. For example: Gateway has the AllowedRoutes field, and ReferenceGrant provides a generic way to enable any other kind of cross-namespace reference. \n Support: Core" + type: string + maxLength: 63 + minLength: 1 + pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$ + port: + description: "Port is the network port this Route targets. It can be interpreted differently based on the type of parent resource. \n When the parent resource is a Gateway, this targets all listeners listening on the specified port that also support this kind of Route(and select this Route). It's not recommended to set `Port` unless the networking behaviors specified in a Route must apply to a specific port as opposed to a listener(s) whose port(s) may be changed. When both Port and SectionName are specified, the name and port of the selected listener must match both specified values. \n Implementations MAY choose to support other parent resources. Implementations supporting other types of parent resources MUST clearly document how/if Port is interpreted. \n For the purpose of status, an attachment is considered successful as long as the parent resource accepts it partially. For example, Gateway listeners can restrict which Routes can attach to them by Route kind, namespace, or hostname. If 1 of 2 Gateway listeners accept attachment from the referencing Route, the Route MUST be considered successfully attached. If no Gateway listeners accept attachment from this Route, the Route MUST be considered detached from the Gateway. \n Support: Extended \n " + type: integer + format: int32 + maximum: 65535 + minimum: 1 + sectionName: + description: "SectionName is the name of a section within the target resource. In the following resources, SectionName is interpreted as the following: \n * Gateway: Listener Name. When both Port (experimental) and SectionName are specified, the name and port of the selected listener must match both specified values. \n Implementations MAY choose to support attaching Routes to other resources. If that is the case, they MUST clearly document how SectionName is interpreted. \n When unspecified (empty string), this will reference the entire resource. For the purpose of status, an attachment is considered successful if at least one section in the parent resource accepts it. For example, Gateway listeners can restrict which Routes can attach to them by Route kind, namespace, or hostname. If 1 of 2 Gateway listeners accept attachment from the referencing Route, the Route MUST be considered successfully attached. If no Gateway listeners accept attachment from this Route, the Route MUST be considered detached from the Gateway. \n Support: Core" + type: string + maxLength: 253 + minLength: 1 + pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$ + serviceType: + description: Optional service type for Kubernetes solver service. Supported values are NodePort or ClusterIP. If unset, defaults to NodePort. + type: string + ingress: + description: The ingress based HTTP01 challenge solver will solve challenges by creating or modifying Ingress resources in order to route requests for '/.well-known/acme-challenge/XYZ' to 'challenge solver' pods that are provisioned by cert-manager for each Challenge to be completed. + type: object + properties: + class: + description: This field configures the annotation `kubernetes.io/ingress.class` when creating Ingress resources to solve ACME challenges that use this challenge solver. Only one of `class`, `name` or `ingressClassName` may be specified. + type: string + ingressClassName: + description: This field configures the field `ingressClassName` on the created Ingress resources used to solve ACME challenges that use this challenge solver. This is the recommended way of configuring the ingress class. Only one of `class`, `name` or `ingressClassName` may be specified. + type: string + ingressTemplate: + description: Optional ingress template used to configure the ACME challenge solver ingress used for HTTP01 challenges. + type: object + properties: + metadata: + description: ObjectMeta overrides for the ingress used to solve HTTP01 challenges. Only the 'labels' and 'annotations' fields may be set. If labels or annotations overlap with in-built values, the values here will override the in-built values. + type: object + properties: + annotations: + description: Annotations that should be added to the created ACME HTTP01 solver ingress. + type: object + additionalProperties: + type: string + labels: + description: Labels that should be added to the created ACME HTTP01 solver ingress. + type: object + additionalProperties: + type: string + name: + description: The name of the ingress resource that should have ACME challenge solving routes inserted into it in order to solve HTTP01 challenges. This is typically used in conjunction with ingress controllers like ingress-gce, which maintains a 1:1 mapping between external IPs and ingress resources. Only one of `class`, `name` or `ingressClassName` may be specified. + type: string + podTemplate: + description: Optional pod template used to configure the ACME challenge solver pods used for HTTP01 challenges. + type: object + properties: + metadata: + description: ObjectMeta overrides for the pod used to solve HTTP01 challenges. Only the 'labels' and 'annotations' fields may be set. If labels or annotations overlap with in-built values, the values here will override the in-built values. + type: object + properties: + annotations: + description: Annotations that should be added to the create ACME HTTP01 solver pods. + type: object + additionalProperties: + type: string + labels: + description: Labels that should be added to the created ACME HTTP01 solver pods. + type: object + additionalProperties: + type: string + spec: + description: PodSpec defines overrides for the HTTP01 challenge solver pod. Check ACMEChallengeSolverHTTP01IngressPodSpec to find out currently supported fields. All other fields will be ignored. + type: object + properties: + affinity: + description: If specified, the pod's scheduling constraints + type: object + properties: + nodeAffinity: + description: Describes node affinity scheduling rules for the pod. + type: object + properties: + preferredDuringSchedulingIgnoredDuringExecution: + description: The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred. + type: array + items: + description: An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op). + type: object + required: + - preference + - weight + properties: + preference: + description: A node selector term, associated with the corresponding weight. + type: object + properties: + matchExpressions: + description: A list of node selector requirements by node's labels. + type: array + items: + description: A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: The label key that the selector applies to. + type: string + operator: + description: Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + type: string + values: + description: An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchFields: + description: A list of node selector requirements by node's fields. + type: array + items: + description: A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: The label key that the selector applies to. + type: string + operator: + description: Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + type: string + values: + description: An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. + type: array + items: + type: string + x-kubernetes-map-type: atomic + weight: + description: Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100. + type: integer + format: int32 + requiredDuringSchedulingIgnoredDuringExecution: + description: If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node. + type: object + required: + - nodeSelectorTerms + properties: + nodeSelectorTerms: + description: Required. A list of node selector terms. The terms are ORed. + type: array + items: + description: A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm. + type: object + properties: + matchExpressions: + description: A list of node selector requirements by node's labels. + type: array + items: + description: A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: The label key that the selector applies to. + type: string + operator: + description: Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + type: string + values: + description: An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchFields: + description: A list of node selector requirements by node's fields. + type: array + items: + description: A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: The label key that the selector applies to. + type: string + operator: + description: Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + type: string + values: + description: An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. + type: array + items: + type: string + x-kubernetes-map-type: atomic + x-kubernetes-map-type: atomic + podAffinity: + description: Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)). + type: object + properties: + preferredDuringSchedulingIgnoredDuringExecution: + description: The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. + type: array + items: + description: The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s) + type: object + required: + - podAffinityTerm + - weight + properties: + podAffinityTerm: + description: Required. A pod affinity term, associated with the corresponding weight. + type: object + required: + - topologyKey + properties: + labelSelector: + description: A label query over a set of resources, in this case pods. + type: object + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + type: array + items: + description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchLabels: + description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + additionalProperties: + type: string + x-kubernetes-map-type: atomic + namespaceSelector: + description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. + type: object + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + type: array + items: + description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchLabels: + description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + additionalProperties: + type: string + x-kubernetes-map-type: atomic + namespaces: + description: namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace". + type: array + items: + type: string + topologyKey: + description: This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. + type: string + weight: + description: weight associated with matching the corresponding podAffinityTerm, in the range 1-100. + type: integer + format: int32 + requiredDuringSchedulingIgnoredDuringExecution: + description: If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. + type: array + items: + description: Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key matches that of any node on which a pod of the set of pods is running + type: object + required: + - topologyKey + properties: + labelSelector: + description: A label query over a set of resources, in this case pods. + type: object + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + type: array + items: + description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchLabels: + description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + additionalProperties: + type: string + x-kubernetes-map-type: atomic + namespaceSelector: + description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. + type: object + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + type: array + items: + description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchLabels: + description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + additionalProperties: + type: string + x-kubernetes-map-type: atomic + namespaces: + description: namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace". + type: array + items: + type: string + topologyKey: + description: This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. + type: string + podAntiAffinity: + description: Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)). + type: object + properties: + preferredDuringSchedulingIgnoredDuringExecution: + description: The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. + type: array + items: + description: The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s) + type: object + required: + - podAffinityTerm + - weight + properties: + podAffinityTerm: + description: Required. A pod affinity term, associated with the corresponding weight. + type: object + required: + - topologyKey + properties: + labelSelector: + description: A label query over a set of resources, in this case pods. + type: object + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + type: array + items: + description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchLabels: + description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + additionalProperties: + type: string + x-kubernetes-map-type: atomic + namespaceSelector: + description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. + type: object + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + type: array + items: + description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchLabels: + description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + additionalProperties: + type: string + x-kubernetes-map-type: atomic + namespaces: + description: namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace". + type: array + items: + type: string + topologyKey: + description: This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. + type: string + weight: + description: weight associated with matching the corresponding podAffinityTerm, in the range 1-100. + type: integer + format: int32 + requiredDuringSchedulingIgnoredDuringExecution: + description: If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. + type: array + items: + description: Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key matches that of any node on which a pod of the set of pods is running + type: object + required: + - topologyKey + properties: + labelSelector: + description: A label query over a set of resources, in this case pods. + type: object + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + type: array + items: + description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchLabels: + description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + additionalProperties: + type: string + x-kubernetes-map-type: atomic + namespaceSelector: + description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. + type: object + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + type: array + items: + description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchLabels: + description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + additionalProperties: + type: string + x-kubernetes-map-type: atomic + namespaces: + description: namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace". + type: array + items: + type: string + topologyKey: + description: This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. + type: string + imagePullSecrets: + description: If specified, the pod's imagePullSecrets + type: array + items: + description: LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace. + type: object + properties: + name: + description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?' + type: string + x-kubernetes-map-type: atomic + nodeSelector: + description: 'NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node''s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/' + type: object + additionalProperties: + type: string + priorityClassName: + description: If specified, the pod's priorityClassName. + type: string + serviceAccountName: + description: If specified, the pod's service account + type: string + tolerations: + description: If specified, the pod's tolerations. + type: array + items: + description: The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . + type: object + properties: + effect: + description: Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. + type: string + key: + description: Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. + type: string + operator: + description: Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. + type: string + tolerationSeconds: + description: TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. + type: integer + format: int64 + value: + description: Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. + type: string + serviceType: + description: Optional service type for Kubernetes solver service. Supported values are NodePort or ClusterIP. If unset, defaults to NodePort. + type: string + selector: + description: Selector selects a set of DNSNames on the Certificate resource that should be solved using this challenge solver. If not specified, the solver will be treated as the 'default' solver with the lowest priority, i.e. if any other solver has a more specific match, it will be used instead. + type: object + properties: + dnsNames: + description: List of DNSNames that this solver will be used to solve. If specified and a match is found, a dnsNames selector will take precedence over a dnsZones selector. If multiple solvers match with the same dnsNames value, the solver with the most matching labels in matchLabels will be selected. If neither has more matches, the solver defined earlier in the list will be selected. + type: array + items: + type: string + dnsZones: + description: List of DNSZones that this solver will be used to solve. The most specific DNS zone match specified here will take precedence over other DNS zone matches, so a solver specifying sys.example.com will be selected over one specifying example.com for the domain www.sys.example.com. If multiple solvers match with the same dnsZones value, the solver with the most matching labels in matchLabels will be selected. If neither has more matches, the solver defined earlier in the list will be selected. + type: array + items: + type: string + matchLabels: + description: A label selector that is used to refine the set of certificate's that this challenge solver will apply to. + type: object + additionalProperties: + type: string + token: + description: The ACME challenge token for this challenge. This is the raw value returned from the ACME server. + type: string + type: + description: The type of ACME challenge this resource represents. One of "HTTP-01" or "DNS-01". + type: string + enum: + - HTTP-01 + - DNS-01 + url: + description: The URL of the ACME Challenge resource for this challenge. This can be used to lookup details about the status of this challenge. + type: string + wildcard: + description: wildcard will be true if this challenge is for a wildcard identifier, for example '*.example.com'. + type: boolean + status: + type: object + properties: + presented: + description: presented will be set to true if the challenge values for this challenge are currently 'presented'. This *does not* imply the self check is passing. Only that the values have been 'submitted' for the appropriate challenge mechanism (i.e. the DNS01 TXT record has been presented, or the HTTP01 configuration has been configured). + type: boolean + processing: + description: Used to denote whether this challenge should be processed or not. This field will only be set to true by the 'scheduling' component. It will only be set to false by the 'challenges' controller, after the challenge has reached a final state or timed out. If this field is set to false, the challenge controller will not take any more action. + type: boolean + reason: + description: Contains human readable information on why the Challenge is in the current state. + type: string + state: + description: Contains the current 'state' of the challenge. If not set, the state of the challenge is unknown. + type: string + enum: + - valid + - ready + - pending + - processing + - invalid + - expired + - errored + served: true + storage: true + subresources: + status: {} +--- +# Source: cert-manager/templates/crds.yaml +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + name: clusterissuers.cert-manager.io + labels: + app: 'cert-manager' + app.kubernetes.io/name: 'cert-manager' + app.kubernetes.io/instance: "cert-manager" + # Generated labels + app.kubernetes.io/version: "v1.12.4" +spec: + group: cert-manager.io + names: + kind: ClusterIssuer + listKind: ClusterIssuerList + plural: clusterissuers + singular: clusterissuer + categories: + - cert-manager + scope: Cluster + versions: + - name: v1 + subresources: + status: {} + additionalPrinterColumns: + - jsonPath: .status.conditions[?(@.type=="Ready")].status + name: Ready + type: string + - jsonPath: .status.conditions[?(@.type=="Ready")].message + name: Status + priority: 1 + type: string + - jsonPath: .metadata.creationTimestamp + description: CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. + name: Age + type: date + schema: + openAPIV3Schema: + description: A ClusterIssuer represents a certificate issuing authority which can be referenced as part of `issuerRef` fields. It is similar to an Issuer, however it is cluster-scoped and therefore can be referenced by resources that exist in *any* namespace, not just the same namespace as the referent. + type: object + required: + - spec + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: Desired state of the ClusterIssuer resource. + type: object + properties: + acme: + description: ACME configures this issuer to communicate with a RFC8555 (ACME) server to obtain signed x509 certificates. + type: object + required: + - privateKeySecretRef + - server + properties: + caBundle: + description: Base64-encoded bundle of PEM CAs which can be used to validate the certificate chain presented by the ACME server. Mutually exclusive with SkipTLSVerify; prefer using CABundle to prevent various kinds of security vulnerabilities. If CABundle and SkipTLSVerify are unset, the system certificate bundle inside the container is used to validate the TLS connection. + type: string + format: byte + disableAccountKeyGeneration: + description: Enables or disables generating a new ACME account key. If true, the Issuer resource will *not* request a new account but will expect the account key to be supplied via an existing secret. If false, the cert-manager system will generate a new ACME account key for the Issuer. Defaults to false. + type: boolean + email: + description: Email is the email address to be associated with the ACME account. This field is optional, but it is strongly recommended to be set. It will be used to contact you in case of issues with your account or certificates, including expiry notification emails. This field may be updated after the account is initially registered. + type: string + enableDurationFeature: + description: Enables requesting a Not After date on certificates that matches the duration of the certificate. This is not supported by all ACME servers like Let's Encrypt. If set to true when the ACME server does not support it it will create an error on the Order. Defaults to false. + type: boolean + externalAccountBinding: + description: ExternalAccountBinding is a reference to a CA external account of the ACME server. If set, upon registration cert-manager will attempt to associate the given external account credentials with the registered ACME account. + type: object + required: + - keyID + - keySecretRef + properties: + keyAlgorithm: + description: 'Deprecated: keyAlgorithm field exists for historical compatibility reasons and should not be used. The algorithm is now hardcoded to HS256 in golang/x/crypto/acme.' + type: string + enum: + - HS256 + - HS384 + - HS512 + keyID: + description: keyID is the ID of the CA key that the External Account is bound to. + type: string + keySecretRef: + description: keySecretRef is a Secret Key Selector referencing a data item in a Kubernetes Secret which holds the symmetric MAC key of the External Account Binding. The `key` is the index string that is paired with the key data in the Secret and should not be confused with the key data itself, or indeed with the External Account Binding keyID above. The secret key stored in the Secret **must** be un-padded, base64 URL encoded data. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + preferredChain: + description: 'PreferredChain is the chain to use if the ACME server outputs multiple. PreferredChain is no guarantee that this one gets delivered by the ACME endpoint. For example, for Let''s Encrypt''s DST crosssign you would use: "DST Root CA X3" or "ISRG Root X1" for the newer Let''s Encrypt root CA. This value picks the first certificate bundle in the ACME alternative chains that has a certificate with this value as its issuer''s CN' + type: string + maxLength: 64 + privateKeySecretRef: + description: PrivateKey is the name of a Kubernetes Secret resource that will be used to store the automatically generated ACME account private key. Optionally, a `key` may be specified to select a specific entry within the named Secret resource. If `key` is not specified, a default of `tls.key` will be used. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + server: + description: 'Server is the URL used to access the ACME server''s ''directory'' endpoint. For example, for Let''s Encrypt''s staging endpoint, you would use: "https://acme-staging-v02.api.letsencrypt.org/directory". Only ACME v2 endpoints (i.e. RFC 8555) are supported.' + type: string + skipTLSVerify: + description: 'INSECURE: Enables or disables validation of the ACME server TLS certificate. If true, requests to the ACME server will not have the TLS certificate chain validated. Mutually exclusive with CABundle; prefer using CABundle to prevent various kinds of security vulnerabilities. Only enable this option in development environments. If CABundle and SkipTLSVerify are unset, the system certificate bundle inside the container is used to validate the TLS connection. Defaults to false.' + type: boolean + solvers: + description: 'Solvers is a list of challenge solvers that will be used to solve ACME challenges for the matching domains. Solver configurations must be provided in order to obtain certificates from an ACME server. For more information, see: https://cert-manager.io/docs/configuration/acme/' + type: array + items: + description: An ACMEChallengeSolver describes how to solve ACME challenges for the issuer it is part of. A selector may be provided to use different solving strategies for different DNS names. Only one of HTTP01 or DNS01 must be provided. + type: object + properties: + dns01: + description: Configures cert-manager to attempt to complete authorizations by performing the DNS01 challenge flow. + type: object + properties: + acmeDNS: + description: Use the 'ACME DNS' (https://github.com/joohoi/acme-dns) API to manage DNS01 challenge records. + type: object + required: + - accountSecretRef + - host + properties: + accountSecretRef: + description: A reference to a specific 'key' within a Secret resource. In some instances, `key` is a required field. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + host: + type: string + akamai: + description: Use the Akamai DNS zone management API to manage DNS01 challenge records. + type: object + required: + - accessTokenSecretRef + - clientSecretSecretRef + - clientTokenSecretRef + - serviceConsumerDomain + properties: + accessTokenSecretRef: + description: A reference to a specific 'key' within a Secret resource. In some instances, `key` is a required field. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + clientSecretSecretRef: + description: A reference to a specific 'key' within a Secret resource. In some instances, `key` is a required field. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + clientTokenSecretRef: + description: A reference to a specific 'key' within a Secret resource. In some instances, `key` is a required field. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + serviceConsumerDomain: + type: string + azureDNS: + description: Use the Microsoft Azure DNS API to manage DNS01 challenge records. + type: object + required: + - resourceGroupName + - subscriptionID + properties: + clientID: + description: if both this and ClientSecret are left unset MSI will be used + type: string + clientSecretSecretRef: + description: if both this and ClientID are left unset MSI will be used + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + environment: + description: name of the Azure environment (default AzurePublicCloud) + type: string + enum: + - AzurePublicCloud + - AzureChinaCloud + - AzureGermanCloud + - AzureUSGovernmentCloud + hostedZoneName: + description: name of the DNS zone that should be used + type: string + managedIdentity: + description: managed identity configuration, can not be used at the same time as clientID, clientSecretSecretRef or tenantID + type: object + properties: + clientID: + description: client ID of the managed identity, can not be used at the same time as resourceID + type: string + resourceID: + description: resource ID of the managed identity, can not be used at the same time as clientID + type: string + resourceGroupName: + description: resource group the DNS zone is located in + type: string + subscriptionID: + description: ID of the Azure subscription + type: string + tenantID: + description: when specifying ClientID and ClientSecret then this field is also needed + type: string + cloudDNS: + description: Use the Google Cloud DNS API to manage DNS01 challenge records. + type: object + required: + - project + properties: + hostedZoneName: + description: HostedZoneName is an optional field that tells cert-manager in which Cloud DNS zone the challenge record has to be created. If left empty cert-manager will automatically choose a zone. + type: string + project: + type: string + serviceAccountSecretRef: + description: A reference to a specific 'key' within a Secret resource. In some instances, `key` is a required field. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + cloudflare: + description: Use the Cloudflare API to manage DNS01 challenge records. + type: object + properties: + apiKeySecretRef: + description: 'API key to use to authenticate with Cloudflare. Note: using an API token to authenticate is now the recommended method as it allows greater control of permissions.' + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + apiTokenSecretRef: + description: API token used to authenticate with Cloudflare. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + email: + description: Email of the account, only required when using API key based authentication. + type: string + cnameStrategy: + description: CNAMEStrategy configures how the DNS01 provider should handle CNAME records when found in DNS zones. + type: string + enum: + - None + - Follow + digitalocean: + description: Use the DigitalOcean DNS API to manage DNS01 challenge records. + type: object + required: + - tokenSecretRef + properties: + tokenSecretRef: + description: A reference to a specific 'key' within a Secret resource. In some instances, `key` is a required field. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + rfc2136: + description: Use RFC2136 ("Dynamic Updates in the Domain Name System") (https://datatracker.ietf.org/doc/rfc2136/) to manage DNS01 challenge records. + type: object + required: + - nameserver + properties: + nameserver: + description: The IP address or hostname of an authoritative DNS server supporting RFC2136 in the form host:port. If the host is an IPv6 address it must be enclosed in square brackets (e.g [2001:db8::1]) ; port is optional. This field is required. + type: string + tsigAlgorithm: + description: 'The TSIG Algorithm configured in the DNS supporting RFC2136. Used only when ``tsigSecretSecretRef`` and ``tsigKeyName`` are defined. Supported values are (case-insensitive): ``HMACMD5`` (default), ``HMACSHA1``, ``HMACSHA256`` or ``HMACSHA512``.' + type: string + tsigKeyName: + description: The TSIG Key name configured in the DNS. If ``tsigSecretSecretRef`` is defined, this field is required. + type: string + tsigSecretSecretRef: + description: The name of the secret containing the TSIG value. If ``tsigKeyName`` is defined, this field is required. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + route53: + description: Use the AWS Route53 API to manage DNS01 challenge records. + type: object + required: + - region + properties: + accessKeyID: + description: 'The AccessKeyID is used for authentication. Cannot be set when SecretAccessKeyID is set. If neither the Access Key nor Key ID are set, we fall-back to using env vars, shared credentials file or AWS Instance metadata, see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials' + type: string + accessKeyIDSecretRef: + description: 'The SecretAccessKey is used for authentication. If set, pull the AWS access key ID from a key within a Kubernetes Secret. Cannot be set when AccessKeyID is set. If neither the Access Key nor Key ID are set, we fall-back to using env vars, shared credentials file or AWS Instance metadata, see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials' + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + hostedZoneID: + description: If set, the provider will manage only this zone in Route53 and will not do an lookup using the route53:ListHostedZonesByName api call. + type: string + region: + description: Always set the region when using AccessKeyID and SecretAccessKey + type: string + role: + description: Role is a Role ARN which the Route53 provider will assume using either the explicit credentials AccessKeyID/SecretAccessKey or the inferred credentials from environment variables, shared credentials file or AWS Instance metadata + type: string + secretAccessKeySecretRef: + description: 'The SecretAccessKey is used for authentication. If neither the Access Key nor Key ID are set, we fall-back to using env vars, shared credentials file or AWS Instance metadata, see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials' + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + webhook: + description: Configure an external webhook based DNS01 challenge solver to manage DNS01 challenge records. + type: object + required: + - groupName + - solverName + properties: + config: + description: Additional configuration that should be passed to the webhook apiserver when challenges are processed. This can contain arbitrary JSON data. Secret values should not be specified in this stanza. If secret values are needed (e.g. credentials for a DNS service), you should use a SecretKeySelector to reference a Secret resource. For details on the schema of this field, consult the webhook provider implementation's documentation. + x-kubernetes-preserve-unknown-fields: true + groupName: + description: The API group name that should be used when POSTing ChallengePayload resources to the webhook apiserver. This should be the same as the GroupName specified in the webhook provider implementation. + type: string + solverName: + description: The name of the solver to use, as defined in the webhook provider implementation. This will typically be the name of the provider, e.g. 'cloudflare'. + type: string + http01: + description: Configures cert-manager to attempt to complete authorizations by performing the HTTP01 challenge flow. It is not possible to obtain certificates for wildcard domain names (e.g. `*.example.com`) using the HTTP01 challenge mechanism. + type: object + properties: + gatewayHTTPRoute: + description: The Gateway API is a sig-network community API that models service networking in Kubernetes (https://gateway-api.sigs.k8s.io/). The Gateway solver will create HTTPRoutes with the specified labels in the same namespace as the challenge. This solver is experimental, and fields / behaviour may change in the future. + type: object + properties: + labels: + description: Custom labels that will be applied to HTTPRoutes created by cert-manager while solving HTTP-01 challenges. + type: object + additionalProperties: + type: string + parentRefs: + description: 'When solving an HTTP-01 challenge, cert-manager creates an HTTPRoute. cert-manager needs to know which parentRefs should be used when creating the HTTPRoute. Usually, the parentRef references a Gateway. See: https://gateway-api.sigs.k8s.io/api-types/httproute/#attaching-to-gateways' + type: array + items: + description: "ParentReference identifies an API object (usually a Gateway) that can be considered a parent of this resource (usually a route). The only kind of parent resource with \"Core\" support is Gateway. This API may be extended in the future to support additional kinds of parent resources, such as HTTPRoute. \n The API object must be valid in the cluster; the Group and Kind must be registered in the cluster for this reference to be valid." + type: object + required: + - name + properties: + group: + description: "Group is the group of the referent. When unspecified, \"gateway.networking.k8s.io\" is inferred. To set the core API group (such as for a \"Service\" kind referent), Group must be explicitly set to \"\" (empty string). \n Support: Core" + type: string + default: gateway.networking.k8s.io + maxLength: 253 + pattern: ^$|^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$ + kind: + description: "Kind is kind of the referent. \n Support: Core (Gateway) \n Support: Implementation-specific (Other Resources)" + type: string + default: Gateway + maxLength: 63 + minLength: 1 + pattern: ^[a-zA-Z]([-a-zA-Z0-9]*[a-zA-Z0-9])?$ + name: + description: "Name is the name of the referent. \n Support: Core" + type: string + maxLength: 253 + minLength: 1 + namespace: + description: "Namespace is the namespace of the referent. When unspecified, this refers to the local namespace of the Route. \n Note that there are specific rules for ParentRefs which cross namespace boundaries. Cross-namespace references are only valid if they are explicitly allowed by something in the namespace they are referring to. For example: Gateway has the AllowedRoutes field, and ReferenceGrant provides a generic way to enable any other kind of cross-namespace reference. \n Support: Core" + type: string + maxLength: 63 + minLength: 1 + pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$ + port: + description: "Port is the network port this Route targets. It can be interpreted differently based on the type of parent resource. \n When the parent resource is a Gateway, this targets all listeners listening on the specified port that also support this kind of Route(and select this Route). It's not recommended to set `Port` unless the networking behaviors specified in a Route must apply to a specific port as opposed to a listener(s) whose port(s) may be changed. When both Port and SectionName are specified, the name and port of the selected listener must match both specified values. \n Implementations MAY choose to support other parent resources. Implementations supporting other types of parent resources MUST clearly document how/if Port is interpreted. \n For the purpose of status, an attachment is considered successful as long as the parent resource accepts it partially. For example, Gateway listeners can restrict which Routes can attach to them by Route kind, namespace, or hostname. If 1 of 2 Gateway listeners accept attachment from the referencing Route, the Route MUST be considered successfully attached. If no Gateway listeners accept attachment from this Route, the Route MUST be considered detached from the Gateway. \n Support: Extended \n " + type: integer + format: int32 + maximum: 65535 + minimum: 1 + sectionName: + description: "SectionName is the name of a section within the target resource. In the following resources, SectionName is interpreted as the following: \n * Gateway: Listener Name. When both Port (experimental) and SectionName are specified, the name and port of the selected listener must match both specified values. \n Implementations MAY choose to support attaching Routes to other resources. If that is the case, they MUST clearly document how SectionName is interpreted. \n When unspecified (empty string), this will reference the entire resource. For the purpose of status, an attachment is considered successful if at least one section in the parent resource accepts it. For example, Gateway listeners can restrict which Routes can attach to them by Route kind, namespace, or hostname. If 1 of 2 Gateway listeners accept attachment from the referencing Route, the Route MUST be considered successfully attached. If no Gateway listeners accept attachment from this Route, the Route MUST be considered detached from the Gateway. \n Support: Core" + type: string + maxLength: 253 + minLength: 1 + pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$ + serviceType: + description: Optional service type for Kubernetes solver service. Supported values are NodePort or ClusterIP. If unset, defaults to NodePort. + type: string + ingress: + description: The ingress based HTTP01 challenge solver will solve challenges by creating or modifying Ingress resources in order to route requests for '/.well-known/acme-challenge/XYZ' to 'challenge solver' pods that are provisioned by cert-manager for each Challenge to be completed. + type: object + properties: + class: + description: This field configures the annotation `kubernetes.io/ingress.class` when creating Ingress resources to solve ACME challenges that use this challenge solver. Only one of `class`, `name` or `ingressClassName` may be specified. + type: string + ingressClassName: + description: This field configures the field `ingressClassName` on the created Ingress resources used to solve ACME challenges that use this challenge solver. This is the recommended way of configuring the ingress class. Only one of `class`, `name` or `ingressClassName` may be specified. + type: string + ingressTemplate: + description: Optional ingress template used to configure the ACME challenge solver ingress used for HTTP01 challenges. + type: object + properties: + metadata: + description: ObjectMeta overrides for the ingress used to solve HTTP01 challenges. Only the 'labels' and 'annotations' fields may be set. If labels or annotations overlap with in-built values, the values here will override the in-built values. + type: object + properties: + annotations: + description: Annotations that should be added to the created ACME HTTP01 solver ingress. + type: object + additionalProperties: + type: string + labels: + description: Labels that should be added to the created ACME HTTP01 solver ingress. + type: object + additionalProperties: + type: string + name: + description: The name of the ingress resource that should have ACME challenge solving routes inserted into it in order to solve HTTP01 challenges. This is typically used in conjunction with ingress controllers like ingress-gce, which maintains a 1:1 mapping between external IPs and ingress resources. Only one of `class`, `name` or `ingressClassName` may be specified. + type: string + podTemplate: + description: Optional pod template used to configure the ACME challenge solver pods used for HTTP01 challenges. + type: object + properties: + metadata: + description: ObjectMeta overrides for the pod used to solve HTTP01 challenges. Only the 'labels' and 'annotations' fields may be set. If labels or annotations overlap with in-built values, the values here will override the in-built values. + type: object + properties: + annotations: + description: Annotations that should be added to the create ACME HTTP01 solver pods. + type: object + additionalProperties: + type: string + labels: + description: Labels that should be added to the created ACME HTTP01 solver pods. + type: object + additionalProperties: + type: string + spec: + description: PodSpec defines overrides for the HTTP01 challenge solver pod. Check ACMEChallengeSolverHTTP01IngressPodSpec to find out currently supported fields. All other fields will be ignored. + type: object + properties: + affinity: + description: If specified, the pod's scheduling constraints + type: object + properties: + nodeAffinity: + description: Describes node affinity scheduling rules for the pod. + type: object + properties: + preferredDuringSchedulingIgnoredDuringExecution: + description: The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred. + type: array + items: + description: An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op). + type: object + required: + - preference + - weight + properties: + preference: + description: A node selector term, associated with the corresponding weight. + type: object + properties: + matchExpressions: + description: A list of node selector requirements by node's labels. + type: array + items: + description: A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: The label key that the selector applies to. + type: string + operator: + description: Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + type: string + values: + description: An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchFields: + description: A list of node selector requirements by node's fields. + type: array + items: + description: A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: The label key that the selector applies to. + type: string + operator: + description: Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + type: string + values: + description: An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. + type: array + items: + type: string + x-kubernetes-map-type: atomic + weight: + description: Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100. + type: integer + format: int32 + requiredDuringSchedulingIgnoredDuringExecution: + description: If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node. + type: object + required: + - nodeSelectorTerms + properties: + nodeSelectorTerms: + description: Required. A list of node selector terms. The terms are ORed. + type: array + items: + description: A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm. + type: object + properties: + matchExpressions: + description: A list of node selector requirements by node's labels. + type: array + items: + description: A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: The label key that the selector applies to. + type: string + operator: + description: Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + type: string + values: + description: An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchFields: + description: A list of node selector requirements by node's fields. + type: array + items: + description: A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: The label key that the selector applies to. + type: string + operator: + description: Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + type: string + values: + description: An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. + type: array + items: + type: string + x-kubernetes-map-type: atomic + x-kubernetes-map-type: atomic + podAffinity: + description: Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)). + type: object + properties: + preferredDuringSchedulingIgnoredDuringExecution: + description: The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. + type: array + items: + description: The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s) + type: object + required: + - podAffinityTerm + - weight + properties: + podAffinityTerm: + description: Required. A pod affinity term, associated with the corresponding weight. + type: object + required: + - topologyKey + properties: + labelSelector: + description: A label query over a set of resources, in this case pods. + type: object + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + type: array + items: + description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchLabels: + description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + additionalProperties: + type: string + x-kubernetes-map-type: atomic + namespaceSelector: + description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. + type: object + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + type: array + items: + description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchLabels: + description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + additionalProperties: + type: string + x-kubernetes-map-type: atomic + namespaces: + description: namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace". + type: array + items: + type: string + topologyKey: + description: This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. + type: string + weight: + description: weight associated with matching the corresponding podAffinityTerm, in the range 1-100. + type: integer + format: int32 + requiredDuringSchedulingIgnoredDuringExecution: + description: If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. + type: array + items: + description: Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key matches that of any node on which a pod of the set of pods is running + type: object + required: + - topologyKey + properties: + labelSelector: + description: A label query over a set of resources, in this case pods. + type: object + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + type: array + items: + description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchLabels: + description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + additionalProperties: + type: string + x-kubernetes-map-type: atomic + namespaceSelector: + description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. + type: object + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + type: array + items: + description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchLabels: + description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + additionalProperties: + type: string + x-kubernetes-map-type: atomic + namespaces: + description: namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace". + type: array + items: + type: string + topologyKey: + description: This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. + type: string + podAntiAffinity: + description: Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)). + type: object + properties: + preferredDuringSchedulingIgnoredDuringExecution: + description: The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. + type: array + items: + description: The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s) + type: object + required: + - podAffinityTerm + - weight + properties: + podAffinityTerm: + description: Required. A pod affinity term, associated with the corresponding weight. + type: object + required: + - topologyKey + properties: + labelSelector: + description: A label query over a set of resources, in this case pods. + type: object + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + type: array + items: + description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchLabels: + description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + additionalProperties: + type: string + x-kubernetes-map-type: atomic + namespaceSelector: + description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. + type: object + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + type: array + items: + description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchLabels: + description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + additionalProperties: + type: string + x-kubernetes-map-type: atomic + namespaces: + description: namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace". + type: array + items: + type: string + topologyKey: + description: This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. + type: string + weight: + description: weight associated with matching the corresponding podAffinityTerm, in the range 1-100. + type: integer + format: int32 + requiredDuringSchedulingIgnoredDuringExecution: + description: If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. + type: array + items: + description: Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key matches that of any node on which a pod of the set of pods is running + type: object + required: + - topologyKey + properties: + labelSelector: + description: A label query over a set of resources, in this case pods. + type: object + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + type: array + items: + description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchLabels: + description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + additionalProperties: + type: string + x-kubernetes-map-type: atomic + namespaceSelector: + description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. + type: object + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + type: array + items: + description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchLabels: + description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + additionalProperties: + type: string + x-kubernetes-map-type: atomic + namespaces: + description: namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace". + type: array + items: + type: string + topologyKey: + description: This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. + type: string + imagePullSecrets: + description: If specified, the pod's imagePullSecrets + type: array + items: + description: LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace. + type: object + properties: + name: + description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?' + type: string + x-kubernetes-map-type: atomic + nodeSelector: + description: 'NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node''s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/' + type: object + additionalProperties: + type: string + priorityClassName: + description: If specified, the pod's priorityClassName. + type: string + serviceAccountName: + description: If specified, the pod's service account + type: string + tolerations: + description: If specified, the pod's tolerations. + type: array + items: + description: The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . + type: object + properties: + effect: + description: Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. + type: string + key: + description: Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. + type: string + operator: + description: Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. + type: string + tolerationSeconds: + description: TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. + type: integer + format: int64 + value: + description: Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. + type: string + serviceType: + description: Optional service type for Kubernetes solver service. Supported values are NodePort or ClusterIP. If unset, defaults to NodePort. + type: string + selector: + description: Selector selects a set of DNSNames on the Certificate resource that should be solved using this challenge solver. If not specified, the solver will be treated as the 'default' solver with the lowest priority, i.e. if any other solver has a more specific match, it will be used instead. + type: object + properties: + dnsNames: + description: List of DNSNames that this solver will be used to solve. If specified and a match is found, a dnsNames selector will take precedence over a dnsZones selector. If multiple solvers match with the same dnsNames value, the solver with the most matching labels in matchLabels will be selected. If neither has more matches, the solver defined earlier in the list will be selected. + type: array + items: + type: string + dnsZones: + description: List of DNSZones that this solver will be used to solve. The most specific DNS zone match specified here will take precedence over other DNS zone matches, so a solver specifying sys.example.com will be selected over one specifying example.com for the domain www.sys.example.com. If multiple solvers match with the same dnsZones value, the solver with the most matching labels in matchLabels will be selected. If neither has more matches, the solver defined earlier in the list will be selected. + type: array + items: + type: string + matchLabels: + description: A label selector that is used to refine the set of certificate's that this challenge solver will apply to. + type: object + additionalProperties: + type: string + ca: + description: CA configures this issuer to sign certificates using a signing CA keypair stored in a Secret resource. This is used to build internal PKIs that are managed by cert-manager. + type: object + required: + - secretName + properties: + crlDistributionPoints: + description: The CRL distribution points is an X.509 v3 certificate extension which identifies the location of the CRL from which the revocation of this certificate can be checked. If not set, certificates will be issued without distribution points set. + type: array + items: + type: string + ocspServers: + description: The OCSP server list is an X.509 v3 extension that defines a list of URLs of OCSP responders. The OCSP responders can be queried for the revocation status of an issued certificate. If not set, the certificate will be issued with no OCSP servers set. For example, an OCSP server URL could be "http://ocsp.int-x3.letsencrypt.org". + type: array + items: + type: string + secretName: + description: SecretName is the name of the secret used to sign Certificates issued by this Issuer. + type: string + selfSigned: + description: SelfSigned configures this issuer to 'self sign' certificates using the private key used to create the CertificateRequest object. + type: object + properties: + crlDistributionPoints: + description: The CRL distribution points is an X.509 v3 certificate extension which identifies the location of the CRL from which the revocation of this certificate can be checked. If not set certificate will be issued without CDP. Values are strings. + type: array + items: + type: string + vault: + description: Vault configures this issuer to sign certificates using a HashiCorp Vault PKI backend. + type: object + required: + - auth + - path + - server + properties: + auth: + description: Auth configures how cert-manager authenticates with the Vault server. + type: object + properties: + appRole: + description: AppRole authenticates with Vault using the App Role auth mechanism, with the role and secret stored in a Kubernetes Secret resource. + type: object + required: + - path + - roleId + - secretRef + properties: + path: + description: 'Path where the App Role authentication backend is mounted in Vault, e.g: "approle"' + type: string + roleId: + description: RoleID configured in the App Role authentication backend when setting up the authentication backend in Vault. + type: string + secretRef: + description: Reference to a key in a Secret that contains the App Role secret used to authenticate with Vault. The `key` field must be specified and denotes which entry within the Secret resource is used as the app role secret. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + kubernetes: + description: Kubernetes authenticates with Vault by passing the ServiceAccount token stored in the named Secret resource to the Vault server. + type: object + required: + - role + properties: + mountPath: + description: The Vault mountPath here is the mount path to use when authenticating with Vault. For example, setting a value to `/v1/auth/foo`, will use the path `/v1/auth/foo/login` to authenticate with Vault. If unspecified, the default value "/v1/auth/kubernetes" will be used. + type: string + role: + description: A required field containing the Vault Role to assume. A Role binds a Kubernetes ServiceAccount with a set of Vault policies. + type: string + secretRef: + description: The required Secret field containing a Kubernetes ServiceAccount JWT used for authenticating with Vault. Use of 'ambient credentials' is not supported. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + serviceAccountRef: + description: A reference to a service account that will be used to request a bound token (also known as "projected token"). Compared to using "secretRef", using this field means that you don't rely on statically bound tokens. To use this field, you must configure an RBAC rule to let cert-manager request a token. + type: object + required: + - name + properties: + name: + description: Name of the ServiceAccount used to request a token. + type: string + tokenSecretRef: + description: TokenSecretRef authenticates with Vault by presenting a token. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + caBundle: + description: Base64-encoded bundle of PEM CAs which will be used to validate the certificate chain presented by Vault. Only used if using HTTPS to connect to Vault and ignored for HTTP connections. Mutually exclusive with CABundleSecretRef. If neither CABundle nor CABundleSecretRef are defined, the certificate bundle in the cert-manager controller container is used to validate the TLS connection. + type: string + format: byte + caBundleSecretRef: + description: Reference to a Secret containing a bundle of PEM-encoded CAs to use when verifying the certificate chain presented by Vault when using HTTPS. Mutually exclusive with CABundle. If neither CABundle nor CABundleSecretRef are defined, the certificate bundle in the cert-manager controller container is used to validate the TLS connection. If no key for the Secret is specified, cert-manager will default to 'ca.crt'. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + namespace: + description: 'Name of the vault namespace. Namespaces is a set of features within Vault Enterprise that allows Vault environments to support Secure Multi-tenancy. e.g: "ns1" More about namespaces can be found here https://www.vaultproject.io/docs/enterprise/namespaces' + type: string + path: + description: 'Path is the mount path of the Vault PKI backend''s `sign` endpoint, e.g: "my_pki_mount/sign/my-role-name".' + type: string + server: + description: 'Server is the connection address for the Vault server, e.g: "https://vault.example.com:8200".' + type: string + venafi: + description: Venafi configures this issuer to sign certificates using a Venafi TPP or Venafi Cloud policy zone. + type: object + required: + - zone + properties: + cloud: + description: Cloud specifies the Venafi cloud configuration settings. Only one of TPP or Cloud may be specified. + type: object + required: + - apiTokenSecretRef + properties: + apiTokenSecretRef: + description: APITokenSecretRef is a secret key selector for the Venafi Cloud API token. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + url: + description: URL is the base URL for Venafi Cloud. Defaults to "https://api.venafi.cloud/v1". + type: string + tpp: + description: TPP specifies Trust Protection Platform configuration settings. Only one of TPP or Cloud may be specified. + type: object + required: + - credentialsRef + - url + properties: + caBundle: + description: Base64-encoded bundle of PEM CAs which will be used to validate the certificate chain presented by the TPP server. Only used if using HTTPS; ignored for HTTP. If undefined, the certificate bundle in the cert-manager controller container is used to validate the chain. + type: string + format: byte + credentialsRef: + description: CredentialsRef is a reference to a Secret containing the username and password for the TPP server. The secret must contain two keys, 'username' and 'password'. + type: object + required: + - name + properties: + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + url: + description: 'URL is the base URL for the vedsdk endpoint of the Venafi TPP instance, for example: "https://tpp.example.com/vedsdk".' + type: string + zone: + description: Zone is the Venafi Policy Zone to use for this issuer. All requests made to the Venafi platform will be restricted by the named zone policy. This field is required. + type: string + status: + description: Status of the ClusterIssuer. This is set and managed automatically. + type: object + properties: + acme: + description: ACME specific status options. This field should only be set if the Issuer is configured to use an ACME server to issue certificates. + type: object + properties: + lastPrivateKeyHash: + description: LastPrivateKeyHash is a hash of the private key associated with the latest registered ACME account, in order to track changes made to registered account associated with the Issuer + type: string + lastRegisteredEmail: + description: LastRegisteredEmail is the email associated with the latest registered ACME account, in order to track changes made to registered account associated with the Issuer + type: string + uri: + description: URI is the unique account identifier, which can also be used to retrieve account details from the CA + type: string + conditions: + description: List of status conditions to indicate the status of a CertificateRequest. Known condition types are `Ready`. + type: array + items: + description: IssuerCondition contains condition information for an Issuer. + type: object + required: + - status + - type + properties: + lastTransitionTime: + description: LastTransitionTime is the timestamp corresponding to the last status change of this condition. + type: string + format: date-time + message: + description: Message is a human readable description of the details of the last transition, complementing reason. + type: string + observedGeneration: + description: If set, this represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration is 9, the condition is out of date with respect to the current state of the Issuer. + type: integer + format: int64 + reason: + description: Reason is a brief machine readable explanation for the condition's last transition. + type: string + status: + description: Status of the condition, one of (`True`, `False`, `Unknown`). + type: string + enum: + - "True" + - "False" + - Unknown + type: + description: Type of the condition, known values are (`Ready`). + type: string + x-kubernetes-list-map-keys: + - type + x-kubernetes-list-type: map + served: true + storage: true +--- +# Source: cert-manager/templates/crds.yaml +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + name: issuers.cert-manager.io + labels: + app: 'cert-manager' + app.kubernetes.io/name: 'cert-manager' + app.kubernetes.io/instance: "cert-manager" + # Generated labels + app.kubernetes.io/version: "v1.12.4" +spec: + group: cert-manager.io + names: + kind: Issuer + listKind: IssuerList + plural: issuers + singular: issuer + categories: + - cert-manager + scope: Namespaced + versions: + - name: v1 + subresources: + status: {} + additionalPrinterColumns: + - jsonPath: .status.conditions[?(@.type=="Ready")].status + name: Ready + type: string + - jsonPath: .status.conditions[?(@.type=="Ready")].message + name: Status + priority: 1 + type: string + - jsonPath: .metadata.creationTimestamp + description: CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. + name: Age + type: date + schema: + openAPIV3Schema: + description: An Issuer represents a certificate issuing authority which can be referenced as part of `issuerRef` fields. It is scoped to a single namespace and can therefore only be referenced by resources within the same namespace. + type: object + required: + - spec + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: Desired state of the Issuer resource. + type: object + properties: + acme: + description: ACME configures this issuer to communicate with a RFC8555 (ACME) server to obtain signed x509 certificates. + type: object + required: + - privateKeySecretRef + - server + properties: + caBundle: + description: Base64-encoded bundle of PEM CAs which can be used to validate the certificate chain presented by the ACME server. Mutually exclusive with SkipTLSVerify; prefer using CABundle to prevent various kinds of security vulnerabilities. If CABundle and SkipTLSVerify are unset, the system certificate bundle inside the container is used to validate the TLS connection. + type: string + format: byte + disableAccountKeyGeneration: + description: Enables or disables generating a new ACME account key. If true, the Issuer resource will *not* request a new account but will expect the account key to be supplied via an existing secret. If false, the cert-manager system will generate a new ACME account key for the Issuer. Defaults to false. + type: boolean + email: + description: Email is the email address to be associated with the ACME account. This field is optional, but it is strongly recommended to be set. It will be used to contact you in case of issues with your account or certificates, including expiry notification emails. This field may be updated after the account is initially registered. + type: string + enableDurationFeature: + description: Enables requesting a Not After date on certificates that matches the duration of the certificate. This is not supported by all ACME servers like Let's Encrypt. If set to true when the ACME server does not support it it will create an error on the Order. Defaults to false. + type: boolean + externalAccountBinding: + description: ExternalAccountBinding is a reference to a CA external account of the ACME server. If set, upon registration cert-manager will attempt to associate the given external account credentials with the registered ACME account. + type: object + required: + - keyID + - keySecretRef + properties: + keyAlgorithm: + description: 'Deprecated: keyAlgorithm field exists for historical compatibility reasons and should not be used. The algorithm is now hardcoded to HS256 in golang/x/crypto/acme.' + type: string + enum: + - HS256 + - HS384 + - HS512 + keyID: + description: keyID is the ID of the CA key that the External Account is bound to. + type: string + keySecretRef: + description: keySecretRef is a Secret Key Selector referencing a data item in a Kubernetes Secret which holds the symmetric MAC key of the External Account Binding. The `key` is the index string that is paired with the key data in the Secret and should not be confused with the key data itself, or indeed with the External Account Binding keyID above. The secret key stored in the Secret **must** be un-padded, base64 URL encoded data. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + preferredChain: + description: 'PreferredChain is the chain to use if the ACME server outputs multiple. PreferredChain is no guarantee that this one gets delivered by the ACME endpoint. For example, for Let''s Encrypt''s DST crosssign you would use: "DST Root CA X3" or "ISRG Root X1" for the newer Let''s Encrypt root CA. This value picks the first certificate bundle in the ACME alternative chains that has a certificate with this value as its issuer''s CN' + type: string + maxLength: 64 + privateKeySecretRef: + description: PrivateKey is the name of a Kubernetes Secret resource that will be used to store the automatically generated ACME account private key. Optionally, a `key` may be specified to select a specific entry within the named Secret resource. If `key` is not specified, a default of `tls.key` will be used. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + server: + description: 'Server is the URL used to access the ACME server''s ''directory'' endpoint. For example, for Let''s Encrypt''s staging endpoint, you would use: "https://acme-staging-v02.api.letsencrypt.org/directory". Only ACME v2 endpoints (i.e. RFC 8555) are supported.' + type: string + skipTLSVerify: + description: 'INSECURE: Enables or disables validation of the ACME server TLS certificate. If true, requests to the ACME server will not have the TLS certificate chain validated. Mutually exclusive with CABundle; prefer using CABundle to prevent various kinds of security vulnerabilities. Only enable this option in development environments. If CABundle and SkipTLSVerify are unset, the system certificate bundle inside the container is used to validate the TLS connection. Defaults to false.' + type: boolean + solvers: + description: 'Solvers is a list of challenge solvers that will be used to solve ACME challenges for the matching domains. Solver configurations must be provided in order to obtain certificates from an ACME server. For more information, see: https://cert-manager.io/docs/configuration/acme/' + type: array + items: + description: An ACMEChallengeSolver describes how to solve ACME challenges for the issuer it is part of. A selector may be provided to use different solving strategies for different DNS names. Only one of HTTP01 or DNS01 must be provided. + type: object + properties: + dns01: + description: Configures cert-manager to attempt to complete authorizations by performing the DNS01 challenge flow. + type: object + properties: + acmeDNS: + description: Use the 'ACME DNS' (https://github.com/joohoi/acme-dns) API to manage DNS01 challenge records. + type: object + required: + - accountSecretRef + - host + properties: + accountSecretRef: + description: A reference to a specific 'key' within a Secret resource. In some instances, `key` is a required field. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + host: + type: string + akamai: + description: Use the Akamai DNS zone management API to manage DNS01 challenge records. + type: object + required: + - accessTokenSecretRef + - clientSecretSecretRef + - clientTokenSecretRef + - serviceConsumerDomain + properties: + accessTokenSecretRef: + description: A reference to a specific 'key' within a Secret resource. In some instances, `key` is a required field. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + clientSecretSecretRef: + description: A reference to a specific 'key' within a Secret resource. In some instances, `key` is a required field. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + clientTokenSecretRef: + description: A reference to a specific 'key' within a Secret resource. In some instances, `key` is a required field. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + serviceConsumerDomain: + type: string + azureDNS: + description: Use the Microsoft Azure DNS API to manage DNS01 challenge records. + type: object + required: + - resourceGroupName + - subscriptionID + properties: + clientID: + description: if both this and ClientSecret are left unset MSI will be used + type: string + clientSecretSecretRef: + description: if both this and ClientID are left unset MSI will be used + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + environment: + description: name of the Azure environment (default AzurePublicCloud) + type: string + enum: + - AzurePublicCloud + - AzureChinaCloud + - AzureGermanCloud + - AzureUSGovernmentCloud + hostedZoneName: + description: name of the DNS zone that should be used + type: string + managedIdentity: + description: managed identity configuration, can not be used at the same time as clientID, clientSecretSecretRef or tenantID + type: object + properties: + clientID: + description: client ID of the managed identity, can not be used at the same time as resourceID + type: string + resourceID: + description: resource ID of the managed identity, can not be used at the same time as clientID + type: string + resourceGroupName: + description: resource group the DNS zone is located in + type: string + subscriptionID: + description: ID of the Azure subscription + type: string + tenantID: + description: when specifying ClientID and ClientSecret then this field is also needed + type: string + cloudDNS: + description: Use the Google Cloud DNS API to manage DNS01 challenge records. + type: object + required: + - project + properties: + hostedZoneName: + description: HostedZoneName is an optional field that tells cert-manager in which Cloud DNS zone the challenge record has to be created. If left empty cert-manager will automatically choose a zone. + type: string + project: + type: string + serviceAccountSecretRef: + description: A reference to a specific 'key' within a Secret resource. In some instances, `key` is a required field. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + cloudflare: + description: Use the Cloudflare API to manage DNS01 challenge records. + type: object + properties: + apiKeySecretRef: + description: 'API key to use to authenticate with Cloudflare. Note: using an API token to authenticate is now the recommended method as it allows greater control of permissions.' + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + apiTokenSecretRef: + description: API token used to authenticate with Cloudflare. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + email: + description: Email of the account, only required when using API key based authentication. + type: string + cnameStrategy: + description: CNAMEStrategy configures how the DNS01 provider should handle CNAME records when found in DNS zones. + type: string + enum: + - None + - Follow + digitalocean: + description: Use the DigitalOcean DNS API to manage DNS01 challenge records. + type: object + required: + - tokenSecretRef + properties: + tokenSecretRef: + description: A reference to a specific 'key' within a Secret resource. In some instances, `key` is a required field. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + rfc2136: + description: Use RFC2136 ("Dynamic Updates in the Domain Name System") (https://datatracker.ietf.org/doc/rfc2136/) to manage DNS01 challenge records. + type: object + required: + - nameserver + properties: + nameserver: + description: The IP address or hostname of an authoritative DNS server supporting RFC2136 in the form host:port. If the host is an IPv6 address it must be enclosed in square brackets (e.g [2001:db8::1]) ; port is optional. This field is required. + type: string + tsigAlgorithm: + description: 'The TSIG Algorithm configured in the DNS supporting RFC2136. Used only when ``tsigSecretSecretRef`` and ``tsigKeyName`` are defined. Supported values are (case-insensitive): ``HMACMD5`` (default), ``HMACSHA1``, ``HMACSHA256`` or ``HMACSHA512``.' + type: string + tsigKeyName: + description: The TSIG Key name configured in the DNS. If ``tsigSecretSecretRef`` is defined, this field is required. + type: string + tsigSecretSecretRef: + description: The name of the secret containing the TSIG value. If ``tsigKeyName`` is defined, this field is required. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + route53: + description: Use the AWS Route53 API to manage DNS01 challenge records. + type: object + required: + - region + properties: + accessKeyID: + description: 'The AccessKeyID is used for authentication. Cannot be set when SecretAccessKeyID is set. If neither the Access Key nor Key ID are set, we fall-back to using env vars, shared credentials file or AWS Instance metadata, see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials' + type: string + accessKeyIDSecretRef: + description: 'The SecretAccessKey is used for authentication. If set, pull the AWS access key ID from a key within a Kubernetes Secret. Cannot be set when AccessKeyID is set. If neither the Access Key nor Key ID are set, we fall-back to using env vars, shared credentials file or AWS Instance metadata, see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials' + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + hostedZoneID: + description: If set, the provider will manage only this zone in Route53 and will not do an lookup using the route53:ListHostedZonesByName api call. + type: string + region: + description: Always set the region when using AccessKeyID and SecretAccessKey + type: string + role: + description: Role is a Role ARN which the Route53 provider will assume using either the explicit credentials AccessKeyID/SecretAccessKey or the inferred credentials from environment variables, shared credentials file or AWS Instance metadata + type: string + secretAccessKeySecretRef: + description: 'The SecretAccessKey is used for authentication. If neither the Access Key nor Key ID are set, we fall-back to using env vars, shared credentials file or AWS Instance metadata, see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials' + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + webhook: + description: Configure an external webhook based DNS01 challenge solver to manage DNS01 challenge records. + type: object + required: + - groupName + - solverName + properties: + config: + description: Additional configuration that should be passed to the webhook apiserver when challenges are processed. This can contain arbitrary JSON data. Secret values should not be specified in this stanza. If secret values are needed (e.g. credentials for a DNS service), you should use a SecretKeySelector to reference a Secret resource. For details on the schema of this field, consult the webhook provider implementation's documentation. + x-kubernetes-preserve-unknown-fields: true + groupName: + description: The API group name that should be used when POSTing ChallengePayload resources to the webhook apiserver. This should be the same as the GroupName specified in the webhook provider implementation. + type: string + solverName: + description: The name of the solver to use, as defined in the webhook provider implementation. This will typically be the name of the provider, e.g. 'cloudflare'. + type: string + http01: + description: Configures cert-manager to attempt to complete authorizations by performing the HTTP01 challenge flow. It is not possible to obtain certificates for wildcard domain names (e.g. `*.example.com`) using the HTTP01 challenge mechanism. + type: object + properties: + gatewayHTTPRoute: + description: The Gateway API is a sig-network community API that models service networking in Kubernetes (https://gateway-api.sigs.k8s.io/). The Gateway solver will create HTTPRoutes with the specified labels in the same namespace as the challenge. This solver is experimental, and fields / behaviour may change in the future. + type: object + properties: + labels: + description: Custom labels that will be applied to HTTPRoutes created by cert-manager while solving HTTP-01 challenges. + type: object + additionalProperties: + type: string + parentRefs: + description: 'When solving an HTTP-01 challenge, cert-manager creates an HTTPRoute. cert-manager needs to know which parentRefs should be used when creating the HTTPRoute. Usually, the parentRef references a Gateway. See: https://gateway-api.sigs.k8s.io/api-types/httproute/#attaching-to-gateways' + type: array + items: + description: "ParentReference identifies an API object (usually a Gateway) that can be considered a parent of this resource (usually a route). The only kind of parent resource with \"Core\" support is Gateway. This API may be extended in the future to support additional kinds of parent resources, such as HTTPRoute. \n The API object must be valid in the cluster; the Group and Kind must be registered in the cluster for this reference to be valid." + type: object + required: + - name + properties: + group: + description: "Group is the group of the referent. When unspecified, \"gateway.networking.k8s.io\" is inferred. To set the core API group (such as for a \"Service\" kind referent), Group must be explicitly set to \"\" (empty string). \n Support: Core" + type: string + default: gateway.networking.k8s.io + maxLength: 253 + pattern: ^$|^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$ + kind: + description: "Kind is kind of the referent. \n Support: Core (Gateway) \n Support: Implementation-specific (Other Resources)" + type: string + default: Gateway + maxLength: 63 + minLength: 1 + pattern: ^[a-zA-Z]([-a-zA-Z0-9]*[a-zA-Z0-9])?$ + name: + description: "Name is the name of the referent. \n Support: Core" + type: string + maxLength: 253 + minLength: 1 + namespace: + description: "Namespace is the namespace of the referent. When unspecified, this refers to the local namespace of the Route. \n Note that there are specific rules for ParentRefs which cross namespace boundaries. Cross-namespace references are only valid if they are explicitly allowed by something in the namespace they are referring to. For example: Gateway has the AllowedRoutes field, and ReferenceGrant provides a generic way to enable any other kind of cross-namespace reference. \n Support: Core" + type: string + maxLength: 63 + minLength: 1 + pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$ + port: + description: "Port is the network port this Route targets. It can be interpreted differently based on the type of parent resource. \n When the parent resource is a Gateway, this targets all listeners listening on the specified port that also support this kind of Route(and select this Route). It's not recommended to set `Port` unless the networking behaviors specified in a Route must apply to a specific port as opposed to a listener(s) whose port(s) may be changed. When both Port and SectionName are specified, the name and port of the selected listener must match both specified values. \n Implementations MAY choose to support other parent resources. Implementations supporting other types of parent resources MUST clearly document how/if Port is interpreted. \n For the purpose of status, an attachment is considered successful as long as the parent resource accepts it partially. For example, Gateway listeners can restrict which Routes can attach to them by Route kind, namespace, or hostname. If 1 of 2 Gateway listeners accept attachment from the referencing Route, the Route MUST be considered successfully attached. If no Gateway listeners accept attachment from this Route, the Route MUST be considered detached from the Gateway. \n Support: Extended \n " + type: integer + format: int32 + maximum: 65535 + minimum: 1 + sectionName: + description: "SectionName is the name of a section within the target resource. In the following resources, SectionName is interpreted as the following: \n * Gateway: Listener Name. When both Port (experimental) and SectionName are specified, the name and port of the selected listener must match both specified values. \n Implementations MAY choose to support attaching Routes to other resources. If that is the case, they MUST clearly document how SectionName is interpreted. \n When unspecified (empty string), this will reference the entire resource. For the purpose of status, an attachment is considered successful if at least one section in the parent resource accepts it. For example, Gateway listeners can restrict which Routes can attach to them by Route kind, namespace, or hostname. If 1 of 2 Gateway listeners accept attachment from the referencing Route, the Route MUST be considered successfully attached. If no Gateway listeners accept attachment from this Route, the Route MUST be considered detached from the Gateway. \n Support: Core" + type: string + maxLength: 253 + minLength: 1 + pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$ + serviceType: + description: Optional service type for Kubernetes solver service. Supported values are NodePort or ClusterIP. If unset, defaults to NodePort. + type: string + ingress: + description: The ingress based HTTP01 challenge solver will solve challenges by creating or modifying Ingress resources in order to route requests for '/.well-known/acme-challenge/XYZ' to 'challenge solver' pods that are provisioned by cert-manager for each Challenge to be completed. + type: object + properties: + class: + description: This field configures the annotation `kubernetes.io/ingress.class` when creating Ingress resources to solve ACME challenges that use this challenge solver. Only one of `class`, `name` or `ingressClassName` may be specified. + type: string + ingressClassName: + description: This field configures the field `ingressClassName` on the created Ingress resources used to solve ACME challenges that use this challenge solver. This is the recommended way of configuring the ingress class. Only one of `class`, `name` or `ingressClassName` may be specified. + type: string + ingressTemplate: + description: Optional ingress template used to configure the ACME challenge solver ingress used for HTTP01 challenges. + type: object + properties: + metadata: + description: ObjectMeta overrides for the ingress used to solve HTTP01 challenges. Only the 'labels' and 'annotations' fields may be set. If labels or annotations overlap with in-built values, the values here will override the in-built values. + type: object + properties: + annotations: + description: Annotations that should be added to the created ACME HTTP01 solver ingress. + type: object + additionalProperties: + type: string + labels: + description: Labels that should be added to the created ACME HTTP01 solver ingress. + type: object + additionalProperties: + type: string + name: + description: The name of the ingress resource that should have ACME challenge solving routes inserted into it in order to solve HTTP01 challenges. This is typically used in conjunction with ingress controllers like ingress-gce, which maintains a 1:1 mapping between external IPs and ingress resources. Only one of `class`, `name` or `ingressClassName` may be specified. + type: string + podTemplate: + description: Optional pod template used to configure the ACME challenge solver pods used for HTTP01 challenges. + type: object + properties: + metadata: + description: ObjectMeta overrides for the pod used to solve HTTP01 challenges. Only the 'labels' and 'annotations' fields may be set. If labels or annotations overlap with in-built values, the values here will override the in-built values. + type: object + properties: + annotations: + description: Annotations that should be added to the create ACME HTTP01 solver pods. + type: object + additionalProperties: + type: string + labels: + description: Labels that should be added to the created ACME HTTP01 solver pods. + type: object + additionalProperties: + type: string + spec: + description: PodSpec defines overrides for the HTTP01 challenge solver pod. Check ACMEChallengeSolverHTTP01IngressPodSpec to find out currently supported fields. All other fields will be ignored. + type: object + properties: + affinity: + description: If specified, the pod's scheduling constraints + type: object + properties: + nodeAffinity: + description: Describes node affinity scheduling rules for the pod. + type: object + properties: + preferredDuringSchedulingIgnoredDuringExecution: + description: The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred. + type: array + items: + description: An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op). + type: object + required: + - preference + - weight + properties: + preference: + description: A node selector term, associated with the corresponding weight. + type: object + properties: + matchExpressions: + description: A list of node selector requirements by node's labels. + type: array + items: + description: A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: The label key that the selector applies to. + type: string + operator: + description: Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + type: string + values: + description: An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchFields: + description: A list of node selector requirements by node's fields. + type: array + items: + description: A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: The label key that the selector applies to. + type: string + operator: + description: Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + type: string + values: + description: An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. + type: array + items: + type: string + x-kubernetes-map-type: atomic + weight: + description: Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100. + type: integer + format: int32 + requiredDuringSchedulingIgnoredDuringExecution: + description: If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node. + type: object + required: + - nodeSelectorTerms + properties: + nodeSelectorTerms: + description: Required. A list of node selector terms. The terms are ORed. + type: array + items: + description: A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm. + type: object + properties: + matchExpressions: + description: A list of node selector requirements by node's labels. + type: array + items: + description: A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: The label key that the selector applies to. + type: string + operator: + description: Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + type: string + values: + description: An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchFields: + description: A list of node selector requirements by node's fields. + type: array + items: + description: A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: The label key that the selector applies to. + type: string + operator: + description: Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + type: string + values: + description: An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. + type: array + items: + type: string + x-kubernetes-map-type: atomic + x-kubernetes-map-type: atomic + podAffinity: + description: Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)). + type: object + properties: + preferredDuringSchedulingIgnoredDuringExecution: + description: The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. + type: array + items: + description: The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s) + type: object + required: + - podAffinityTerm + - weight + properties: + podAffinityTerm: + description: Required. A pod affinity term, associated with the corresponding weight. + type: object + required: + - topologyKey + properties: + labelSelector: + description: A label query over a set of resources, in this case pods. + type: object + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + type: array + items: + description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchLabels: + description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + additionalProperties: + type: string + x-kubernetes-map-type: atomic + namespaceSelector: + description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. + type: object + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + type: array + items: + description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchLabels: + description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + additionalProperties: + type: string + x-kubernetes-map-type: atomic + namespaces: + description: namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace". + type: array + items: + type: string + topologyKey: + description: This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. + type: string + weight: + description: weight associated with matching the corresponding podAffinityTerm, in the range 1-100. + type: integer + format: int32 + requiredDuringSchedulingIgnoredDuringExecution: + description: If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. + type: array + items: + description: Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key matches that of any node on which a pod of the set of pods is running + type: object + required: + - topologyKey + properties: + labelSelector: + description: A label query over a set of resources, in this case pods. + type: object + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + type: array + items: + description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchLabels: + description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + additionalProperties: + type: string + x-kubernetes-map-type: atomic + namespaceSelector: + description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. + type: object + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + type: array + items: + description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchLabels: + description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + additionalProperties: + type: string + x-kubernetes-map-type: atomic + namespaces: + description: namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace". + type: array + items: + type: string + topologyKey: + description: This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. + type: string + podAntiAffinity: + description: Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)). + type: object + properties: + preferredDuringSchedulingIgnoredDuringExecution: + description: The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. + type: array + items: + description: The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s) + type: object + required: + - podAffinityTerm + - weight + properties: + podAffinityTerm: + description: Required. A pod affinity term, associated with the corresponding weight. + type: object + required: + - topologyKey + properties: + labelSelector: + description: A label query over a set of resources, in this case pods. + type: object + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + type: array + items: + description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchLabels: + description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + additionalProperties: + type: string + x-kubernetes-map-type: atomic + namespaceSelector: + description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. + type: object + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + type: array + items: + description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchLabels: + description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + additionalProperties: + type: string + x-kubernetes-map-type: atomic + namespaces: + description: namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace". + type: array + items: + type: string + topologyKey: + description: This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. + type: string + weight: + description: weight associated with matching the corresponding podAffinityTerm, in the range 1-100. + type: integer + format: int32 + requiredDuringSchedulingIgnoredDuringExecution: + description: If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. + type: array + items: + description: Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key matches that of any node on which a pod of the set of pods is running + type: object + required: + - topologyKey + properties: + labelSelector: + description: A label query over a set of resources, in this case pods. + type: object + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + type: array + items: + description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchLabels: + description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + additionalProperties: + type: string + x-kubernetes-map-type: atomic + namespaceSelector: + description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. + type: object + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + type: array + items: + description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + type: object + required: + - key + - operator + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + type: array + items: + type: string + matchLabels: + description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + additionalProperties: + type: string + x-kubernetes-map-type: atomic + namespaces: + description: namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace". + type: array + items: + type: string + topologyKey: + description: This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. + type: string + imagePullSecrets: + description: If specified, the pod's imagePullSecrets + type: array + items: + description: LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace. + type: object + properties: + name: + description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?' + type: string + x-kubernetes-map-type: atomic + nodeSelector: + description: 'NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node''s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/' + type: object + additionalProperties: + type: string + priorityClassName: + description: If specified, the pod's priorityClassName. + type: string + serviceAccountName: + description: If specified, the pod's service account + type: string + tolerations: + description: If specified, the pod's tolerations. + type: array + items: + description: The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . + type: object + properties: + effect: + description: Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. + type: string + key: + description: Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. + type: string + operator: + description: Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. + type: string + tolerationSeconds: + description: TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. + type: integer + format: int64 + value: + description: Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. + type: string + serviceType: + description: Optional service type for Kubernetes solver service. Supported values are NodePort or ClusterIP. If unset, defaults to NodePort. + type: string + selector: + description: Selector selects a set of DNSNames on the Certificate resource that should be solved using this challenge solver. If not specified, the solver will be treated as the 'default' solver with the lowest priority, i.e. if any other solver has a more specific match, it will be used instead. + type: object + properties: + dnsNames: + description: List of DNSNames that this solver will be used to solve. If specified and a match is found, a dnsNames selector will take precedence over a dnsZones selector. If multiple solvers match with the same dnsNames value, the solver with the most matching labels in matchLabels will be selected. If neither has more matches, the solver defined earlier in the list will be selected. + type: array + items: + type: string + dnsZones: + description: List of DNSZones that this solver will be used to solve. The most specific DNS zone match specified here will take precedence over other DNS zone matches, so a solver specifying sys.example.com will be selected over one specifying example.com for the domain www.sys.example.com. If multiple solvers match with the same dnsZones value, the solver with the most matching labels in matchLabels will be selected. If neither has more matches, the solver defined earlier in the list will be selected. + type: array + items: + type: string + matchLabels: + description: A label selector that is used to refine the set of certificate's that this challenge solver will apply to. + type: object + additionalProperties: + type: string + ca: + description: CA configures this issuer to sign certificates using a signing CA keypair stored in a Secret resource. This is used to build internal PKIs that are managed by cert-manager. + type: object + required: + - secretName + properties: + crlDistributionPoints: + description: The CRL distribution points is an X.509 v3 certificate extension which identifies the location of the CRL from which the revocation of this certificate can be checked. If not set, certificates will be issued without distribution points set. + type: array + items: + type: string + ocspServers: + description: The OCSP server list is an X.509 v3 extension that defines a list of URLs of OCSP responders. The OCSP responders can be queried for the revocation status of an issued certificate. If not set, the certificate will be issued with no OCSP servers set. For example, an OCSP server URL could be "http://ocsp.int-x3.letsencrypt.org". + type: array + items: + type: string + secretName: + description: SecretName is the name of the secret used to sign Certificates issued by this Issuer. + type: string + selfSigned: + description: SelfSigned configures this issuer to 'self sign' certificates using the private key used to create the CertificateRequest object. + type: object + properties: + crlDistributionPoints: + description: The CRL distribution points is an X.509 v3 certificate extension which identifies the location of the CRL from which the revocation of this certificate can be checked. If not set certificate will be issued without CDP. Values are strings. + type: array + items: + type: string + vault: + description: Vault configures this issuer to sign certificates using a HashiCorp Vault PKI backend. + type: object + required: + - auth + - path + - server + properties: + auth: + description: Auth configures how cert-manager authenticates with the Vault server. + type: object + properties: + appRole: + description: AppRole authenticates with Vault using the App Role auth mechanism, with the role and secret stored in a Kubernetes Secret resource. + type: object + required: + - path + - roleId + - secretRef + properties: + path: + description: 'Path where the App Role authentication backend is mounted in Vault, e.g: "approle"' + type: string + roleId: + description: RoleID configured in the App Role authentication backend when setting up the authentication backend in Vault. + type: string + secretRef: + description: Reference to a key in a Secret that contains the App Role secret used to authenticate with Vault. The `key` field must be specified and denotes which entry within the Secret resource is used as the app role secret. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + kubernetes: + description: Kubernetes authenticates with Vault by passing the ServiceAccount token stored in the named Secret resource to the Vault server. + type: object + required: + - role + properties: + mountPath: + description: The Vault mountPath here is the mount path to use when authenticating with Vault. For example, setting a value to `/v1/auth/foo`, will use the path `/v1/auth/foo/login` to authenticate with Vault. If unspecified, the default value "/v1/auth/kubernetes" will be used. + type: string + role: + description: A required field containing the Vault Role to assume. A Role binds a Kubernetes ServiceAccount with a set of Vault policies. + type: string + secretRef: + description: The required Secret field containing a Kubernetes ServiceAccount JWT used for authenticating with Vault. Use of 'ambient credentials' is not supported. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + serviceAccountRef: + description: A reference to a service account that will be used to request a bound token (also known as "projected token"). Compared to using "secretRef", using this field means that you don't rely on statically bound tokens. To use this field, you must configure an RBAC rule to let cert-manager request a token. + type: object + required: + - name + properties: + name: + description: Name of the ServiceAccount used to request a token. + type: string + tokenSecretRef: + description: TokenSecretRef authenticates with Vault by presenting a token. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + caBundle: + description: Base64-encoded bundle of PEM CAs which will be used to validate the certificate chain presented by Vault. Only used if using HTTPS to connect to Vault and ignored for HTTP connections. Mutually exclusive with CABundleSecretRef. If neither CABundle nor CABundleSecretRef are defined, the certificate bundle in the cert-manager controller container is used to validate the TLS connection. + type: string + format: byte + caBundleSecretRef: + description: Reference to a Secret containing a bundle of PEM-encoded CAs to use when verifying the certificate chain presented by Vault when using HTTPS. Mutually exclusive with CABundle. If neither CABundle nor CABundleSecretRef are defined, the certificate bundle in the cert-manager controller container is used to validate the TLS connection. If no key for the Secret is specified, cert-manager will default to 'ca.crt'. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + namespace: + description: 'Name of the vault namespace. Namespaces is a set of features within Vault Enterprise that allows Vault environments to support Secure Multi-tenancy. e.g: "ns1" More about namespaces can be found here https://www.vaultproject.io/docs/enterprise/namespaces' + type: string + path: + description: 'Path is the mount path of the Vault PKI backend''s `sign` endpoint, e.g: "my_pki_mount/sign/my-role-name".' + type: string + server: + description: 'Server is the connection address for the Vault server, e.g: "https://vault.example.com:8200".' + type: string + venafi: + description: Venafi configures this issuer to sign certificates using a Venafi TPP or Venafi Cloud policy zone. + type: object + required: + - zone + properties: + cloud: + description: Cloud specifies the Venafi cloud configuration settings. Only one of TPP or Cloud may be specified. + type: object + required: + - apiTokenSecretRef + properties: + apiTokenSecretRef: + description: APITokenSecretRef is a secret key selector for the Venafi Cloud API token. + type: object + required: + - name + properties: + key: + description: The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be defaulted, in others it may be required. + type: string + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + url: + description: URL is the base URL for Venafi Cloud. Defaults to "https://api.venafi.cloud/v1". + type: string + tpp: + description: TPP specifies Trust Protection Platform configuration settings. Only one of TPP or Cloud may be specified. + type: object + required: + - credentialsRef + - url + properties: + caBundle: + description: Base64-encoded bundle of PEM CAs which will be used to validate the certificate chain presented by the TPP server. Only used if using HTTPS; ignored for HTTP. If undefined, the certificate bundle in the cert-manager controller container is used to validate the chain. + type: string + format: byte + credentialsRef: + description: CredentialsRef is a reference to a Secret containing the username and password for the TPP server. The secret must contain two keys, 'username' and 'password'. + type: object + required: + - name + properties: + name: + description: 'Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + url: + description: 'URL is the base URL for the vedsdk endpoint of the Venafi TPP instance, for example: "https://tpp.example.com/vedsdk".' + type: string + zone: + description: Zone is the Venafi Policy Zone to use for this issuer. All requests made to the Venafi platform will be restricted by the named zone policy. This field is required. + type: string + status: + description: Status of the Issuer. This is set and managed automatically. + type: object + properties: + acme: + description: ACME specific status options. This field should only be set if the Issuer is configured to use an ACME server to issue certificates. + type: object + properties: + lastPrivateKeyHash: + description: LastPrivateKeyHash is a hash of the private key associated with the latest registered ACME account, in order to track changes made to registered account associated with the Issuer + type: string + lastRegisteredEmail: + description: LastRegisteredEmail is the email associated with the latest registered ACME account, in order to track changes made to registered account associated with the Issuer + type: string + uri: + description: URI is the unique account identifier, which can also be used to retrieve account details from the CA + type: string + conditions: + description: List of status conditions to indicate the status of a CertificateRequest. Known condition types are `Ready`. + type: array + items: + description: IssuerCondition contains condition information for an Issuer. + type: object + required: + - status + - type + properties: + lastTransitionTime: + description: LastTransitionTime is the timestamp corresponding to the last status change of this condition. + type: string + format: date-time + message: + description: Message is a human readable description of the details of the last transition, complementing reason. + type: string + observedGeneration: + description: If set, this represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration is 9, the condition is out of date with respect to the current state of the Issuer. + type: integer + format: int64 + reason: + description: Reason is a brief machine readable explanation for the condition's last transition. + type: string + status: + description: Status of the condition, one of (`True`, `False`, `Unknown`). + type: string + enum: + - "True" + - "False" + - Unknown + type: + description: Type of the condition, known values are (`Ready`). + type: string + x-kubernetes-list-map-keys: + - type + x-kubernetes-list-type: map + served: true + storage: true +--- +# Source: cert-manager/templates/crds.yaml +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + name: orders.acme.cert-manager.io + labels: + app: 'cert-manager' + app.kubernetes.io/name: 'cert-manager' + app.kubernetes.io/instance: 'cert-manager' + # Generated labels + app.kubernetes.io/version: "v1.12.4" +spec: + group: acme.cert-manager.io + names: + kind: Order + listKind: OrderList + plural: orders + singular: order + categories: + - cert-manager + - cert-manager-acme + scope: Namespaced + versions: + - name: v1 + subresources: + status: {} + additionalPrinterColumns: + - jsonPath: .status.state + name: State + type: string + - jsonPath: .spec.issuerRef.name + name: Issuer + priority: 1 + type: string + - jsonPath: .status.reason + name: Reason + priority: 1 + type: string + - jsonPath: .metadata.creationTimestamp + description: CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. + name: Age + type: date + schema: + openAPIV3Schema: + description: Order is a type to represent an Order with an ACME server + type: object + required: + - metadata + - spec + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + type: object + required: + - issuerRef + - request + properties: + commonName: + description: CommonName is the common name as specified on the DER encoded CSR. If specified, this value must also be present in `dnsNames` or `ipAddresses`. This field must match the corresponding field on the DER encoded CSR. + type: string + dnsNames: + description: DNSNames is a list of DNS names that should be included as part of the Order validation process. This field must match the corresponding field on the DER encoded CSR. + type: array + items: + type: string + duration: + description: Duration is the duration for the not after date for the requested certificate. this is set on order creation as pe the ACME spec. + type: string + ipAddresses: + description: IPAddresses is a list of IP addresses that should be included as part of the Order validation process. This field must match the corresponding field on the DER encoded CSR. + type: array + items: + type: string + issuerRef: + description: IssuerRef references a properly configured ACME-type Issuer which should be used to create this Order. If the Issuer does not exist, processing will be retried. If the Issuer is not an 'ACME' Issuer, an error will be returned and the Order will be marked as failed. + type: object + required: + - name + properties: + group: + description: Group of the resource being referred to. + type: string + kind: + description: Kind of the resource being referred to. + type: string + name: + description: Name of the resource being referred to. + type: string + request: + description: Certificate signing request bytes in DER encoding. This will be used when finalizing the order. This field must be set on the order. + type: string + format: byte + status: + type: object + properties: + authorizations: + description: Authorizations contains data returned from the ACME server on what authorizations must be completed in order to validate the DNS names specified on the Order. + type: array + items: + description: ACMEAuthorization contains data returned from the ACME server on an authorization that must be completed in order validate a DNS name on an ACME Order resource. + type: object + required: + - url + properties: + challenges: + description: Challenges specifies the challenge types offered by the ACME server. One of these challenge types will be selected when validating the DNS name and an appropriate Challenge resource will be created to perform the ACME challenge process. + type: array + items: + description: Challenge specifies a challenge offered by the ACME server for an Order. An appropriate Challenge resource can be created to perform the ACME challenge process. + type: object + required: + - token + - type + - url + properties: + token: + description: Token is the token that must be presented for this challenge. This is used to compute the 'key' that must also be presented. + type: string + type: + description: Type is the type of challenge being offered, e.g. 'http-01', 'dns-01', 'tls-sni-01', etc. This is the raw value retrieved from the ACME server. Only 'http-01' and 'dns-01' are supported by cert-manager, other values will be ignored. + type: string + url: + description: URL is the URL of this challenge. It can be used to retrieve additional metadata about the Challenge from the ACME server. + type: string + identifier: + description: Identifier is the DNS name to be validated as part of this authorization + type: string + initialState: + description: InitialState is the initial state of the ACME authorization when first fetched from the ACME server. If an Authorization is already 'valid', the Order controller will not create a Challenge resource for the authorization. This will occur when working with an ACME server that enables 'authz reuse' (such as Let's Encrypt's production endpoint). If not set and 'identifier' is set, the state is assumed to be pending and a Challenge will be created. + type: string + enum: + - valid + - ready + - pending + - processing + - invalid + - expired + - errored + url: + description: URL is the URL of the Authorization that must be completed + type: string + wildcard: + description: Wildcard will be true if this authorization is for a wildcard DNS name. If this is true, the identifier will be the *non-wildcard* version of the DNS name. For example, if '*.example.com' is the DNS name being validated, this field will be 'true' and the 'identifier' field will be 'example.com'. + type: boolean + certificate: + description: Certificate is a copy of the PEM encoded certificate for this Order. This field will be populated after the order has been successfully finalized with the ACME server, and the order has transitioned to the 'valid' state. + type: string + format: byte + failureTime: + description: FailureTime stores the time that this order failed. This is used to influence garbage collection and back-off. + type: string + format: date-time + finalizeURL: + description: FinalizeURL of the Order. This is used to obtain certificates for this order once it has been completed. + type: string + reason: + description: Reason optionally provides more information about a why the order is in the current state. + type: string + state: + description: State contains the current state of this Order resource. States 'success' and 'expired' are 'final' + type: string + enum: + - valid + - ready + - pending + - processing + - invalid + - expired + - errored + url: + description: URL of the Order. This will initially be empty when the resource is first created. The Order controller will populate this field when the Order is first processed. This field will be immutable after it is initially set. + type: string + served: true + storage: true diff --git a/cert-manager/helm/cert-manager/values.yaml b/cert-manager/helm/cert-manager/values.yaml index efe160ae2..2f51e6aea 100644 --- a/cert-manager/helm/cert-manager/values.yaml +++ b/cert-manager/helm/cert-manager/values.yaml @@ -1,6 +1,5 @@ cert-manager: enabled: true - installCRDs: true image: repository: dkr.plural.sh/cert-manager/jetstack/cert-manager-controller tag: v1.12.4 diff --git a/cert-manager/terraform/aws/deps.yaml b/cert-manager/terraform/aws/deps.yaml index a4023a5f4..526dcdbb4 100644 --- a/cert-manager/terraform/aws/deps.yaml +++ b/cert-manager/terraform/aws/deps.yaml @@ -2,7 +2,7 @@ apiVersion: plural.sh/v1alpha1 kind: Dependencies metadata: description: cert-manager aws setup - version: 0.1.1 + version: 0.1.2 spec: dependencies: - name: aws-bootstrap diff --git a/cert-manager/terraform/aws/main.tf b/cert-manager/terraform/aws/main.tf index 780f7987a..2f0077eda 100644 --- a/cert-manager/terraform/aws/main.tf +++ b/cert-manager/terraform/aws/main.tf @@ -7,7 +7,7 @@ module "assumable_role_cert_manager" { version = "3.14.0" create_role = true role_name = "${var.cluster_name}-cert-manager" - provider_url = replace(data.aws_eks_cluster.cluster[0].identity[0].oidc.0.issuer, "https://", "") + provider_url = replace(data.aws_eks_cluster.cluster.identity[0].oidc.0.issuer, "https://", "") role_policy_arns = [aws_iam_policy.cert_manager.arn] oidc_fully_qualified_subjects = ["system:serviceaccount:${var.namespace}:${var.serviceaccount_name}"] } diff --git a/cert-manager/terraform/azure/deps.yaml b/cert-manager/terraform/azure/deps.yaml index 79be085e5..c102a2c02 100644 --- a/cert-manager/terraform/azure/deps.yaml +++ b/cert-manager/terraform/azure/deps.yaml @@ -2,7 +2,7 @@ apiVersion: plural.sh/v1alpha1 kind: Dependencies metadata: description: cert-manager azure setup - version: 0.1.1 + version: 0.1.2 spec: dependencies: - name: azure-bootstrap diff --git a/cert-manager/terraform/azure/main.tf b/cert-manager/terraform/azure/main.tf index a86e4e230..845d782a8 100644 --- a/cert-manager/terraform/azure/main.tf +++ b/cert-manager/terraform/azure/main.tf @@ -35,7 +35,7 @@ resource "azurerm_federated_identity_credential" "cert_manager" { name = "${var.name}-cert-manager-federated-identity" resource_group_name = data.azurerm_resource_group.group.name audience = ["api://AzureADTokenExchange"] - issuer = one(data.azurerm_kubernetes_cluster.cluster[*].oidc_issuer_url) + issuer = data.azurerm_kubernetes_cluster.cluster.oidc_issuer_url parent_id = azurerm_user_assigned_identity.cert_manager.id subject = "system:serviceaccount:${var.namespace}:${var.serviceaccount_name}" } From 2183e3fac3bff01b06e2552ae9da107ebbf80965 Mon Sep 17 00:00:00 2001 From: David van der Spek Date: Tue, 5 Sep 2023 17:31:56 +0200 Subject: [PATCH 6/8] deploy issuers even if cert-manager is disabled Signed-off-by: David van der Spek --- bootstrap/helm/bootstrap/templates/issuer.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/bootstrap/helm/bootstrap/templates/issuer.yaml b/bootstrap/helm/bootstrap/templates/issuer.yaml index 5d5dfe5e1..e4577ff90 100644 --- a/bootstrap/helm/bootstrap/templates/issuer.yaml +++ b/bootstrap/helm/bootstrap/templates/issuer.yaml @@ -1,5 +1,4 @@ -{{ if index $.Values "cert-manager" "enabled" }} -{{ if empty .Values.acmeServer }} +{{- if empty .Values.acmeServer }} apiVersion: cert-manager.io/v1 kind: ClusterIssuer metadata: @@ -13,7 +12,7 @@ metadata: name: letsencrypt-staging spec: selfSigned: {} -{{ else }} +{{- else }} apiVersion: cert-manager.io/v1 kind: ClusterIssuer metadata: @@ -25,14 +24,14 @@ spec: # certificates, and issues related to your account. email: {{ .Values.ownerEmail }} server: {{ .Values.acmeServer }} - {{ if .Values.acmeEAB.kid }} + {{- if .Values.acmeEAB.kid }} externalAccountBinding: keyID: {{ .Values.acmeEAB.kid }} keySecretRef: name: acme-eab-secret key: eab-secret keyAlgorithm: HS256 - {{ end }} + {{- end }} privateKeySecretRef: # Secret resource that will be used to store the account's private key. name: cert-manager-key @@ -60,5 +59,4 @@ spec: - http01: ingress: class: nginx -{{ end }} -{{ end }} +{{- end }} From 06979c58bc9199b6bc3df8acb0d60046dbd0df8a Mon Sep 17 00:00:00 2001 From: David van der Spek Date: Tue, 5 Sep 2023 17:36:37 +0200 Subject: [PATCH 7/8] set recipes to private Signed-off-by: David van der Spek --- cert-manager/plural/recipes/cert-manager-aws.yaml | 1 + cert-manager/plural/recipes/cert-manager-azure.yaml | 1 + cert-manager/plural/recipes/cert-manager-gcp.yaml | 1 + cert-manager/plural/recipes/cert-manager-kind.yaml | 1 + 4 files changed, 4 insertions(+) diff --git a/cert-manager/plural/recipes/cert-manager-aws.yaml b/cert-manager/plural/recipes/cert-manager-aws.yaml index c0b3e75f9..f3eae1676 100644 --- a/cert-manager/plural/recipes/cert-manager-aws.yaml +++ b/cert-manager/plural/recipes/cert-manager-aws.yaml @@ -2,6 +2,7 @@ name: cert-manager-aws description: Installs cert-manager on an aws eks cluster provider: AWS primary: true +private: true dependencies: - repo: bootstrap name: aws-k8s diff --git a/cert-manager/plural/recipes/cert-manager-azure.yaml b/cert-manager/plural/recipes/cert-manager-azure.yaml index 303847286..e5643e0db 100644 --- a/cert-manager/plural/recipes/cert-manager-azure.yaml +++ b/cert-manager/plural/recipes/cert-manager-azure.yaml @@ -2,6 +2,7 @@ name: cert-manager-azure description: Installs cert-manager on an aws eks cluster provider: AZURE primary: true +private: true dependencies: - repo: bootstrap name: azure-k8s diff --git a/cert-manager/plural/recipes/cert-manager-gcp.yaml b/cert-manager/plural/recipes/cert-manager-gcp.yaml index 135b2f03e..b67255533 100644 --- a/cert-manager/plural/recipes/cert-manager-gcp.yaml +++ b/cert-manager/plural/recipes/cert-manager-gcp.yaml @@ -2,6 +2,7 @@ name: cert-manager-gcp description: Installs cert-manager on an aws eks cluster provider: GCP primary: true +private: true dependencies: - repo: bootstrap name: gcp-k8s diff --git a/cert-manager/plural/recipes/cert-manager-kind.yaml b/cert-manager/plural/recipes/cert-manager-kind.yaml index 4bead316d..08eb45d80 100644 --- a/cert-manager/plural/recipes/cert-manager-kind.yaml +++ b/cert-manager/plural/recipes/cert-manager-kind.yaml @@ -2,6 +2,7 @@ name: cert-manager-kind description: Installs cert-manager on a KinD cluster provider: KIND primary: true +private: true dependencies: - repo: bootstrap name: kind-k8s From d00570469f4818c06eaceade05ff542c46a220f4 Mon Sep 17 00:00:00 2001 From: Sebastian Florek Date: Tue, 26 Sep 2023 16:44:44 +0200 Subject: [PATCH 8/8] Fix cert-manager permissions and terraform gcp module typo --- .../helm/cert-manager/templates/rbac.yaml | 37 +++++++++++++++++++ .../helm/cert-manager/templates/secrets.yaml | 10 +++++ cert-manager/helm/cert-manager/values.yaml | 12 ++++++ .../helm/cert-manager/values.yaml.tpl | 8 ++++ cert-manager/terraform/gcp/output.tf | 2 +- 5 files changed, 68 insertions(+), 1 deletion(-) create mode 100644 cert-manager/helm/cert-manager/templates/rbac.yaml create mode 100644 cert-manager/helm/cert-manager/templates/secrets.yaml diff --git a/cert-manager/helm/cert-manager/templates/rbac.yaml b/cert-manager/helm/cert-manager/templates/rbac.yaml new file mode 100644 index 000000000..47963c931 --- /dev/null +++ b/cert-manager/helm/cert-manager/templates/rbac.yaml @@ -0,0 +1,37 @@ +# Grant cert-manager permission to validate using our apiserver +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: {{ include "cert-manager-plural.fullname" . }}:domain-solver + labels: + app: {{ include "cert-manager-plural.name" . }} + chart: {{ include "cert-manager-plural.chart" . }} + release: {{ .Release.Name }} + heritage: {{ .Release.Service }} +rules: + - apiGroups: + - {{ .Values.groupName }} + resources: + - '*' + verbs: + - 'create' +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + name: {{ include "cert-manager-plural.fullname" . }}:domain-solver + labels: + app: {{ include "cert-manager-plural.name" . }} + chart: {{ include "cert-manager-plural.chart" . }} + release: {{ .Release.Name }} + heritage: {{ .Release.Service }} +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: {{ include "cert-manager-plural.fullname" . }}:domain-solver +subjects: + - apiGroup: "" + kind: ServiceAccount + name: {{ include "cert-manager-plural.serviceAccountName" (index .Subcharts "cert-manager") }} + namespace: {{ .Release.Namespace }} +--- \ No newline at end of file diff --git a/cert-manager/helm/cert-manager/templates/secrets.yaml b/cert-manager/helm/cert-manager/templates/secrets.yaml new file mode 100644 index 000000000..0dd021f2a --- /dev/null +++ b/cert-manager/helm/cert-manager/templates/secrets.yaml @@ -0,0 +1,10 @@ +{{ if .Values.acmeEAB.secret }} +apiVersion: v1 +kind: Secret +metadata: + name: acme-eab-secret + labels: +{{ include "cert-manager-plural.labels" . | indent 4 }} +stringData: + eab-secret: {{ .Values.acmeEAB.secret }} +{{ end }} \ No newline at end of file diff --git a/cert-manager/helm/cert-manager/values.yaml b/cert-manager/helm/cert-manager/values.yaml index 2f51e6aea..865ffe06b 100644 --- a/cert-manager/helm/cert-manager/values.yaml +++ b/cert-manager/helm/cert-manager/values.yaml @@ -1,3 +1,15 @@ +# The GroupName here is used to identify your company or business unit that +# created this webhook. +# For example, this may be "acme.mycompany.com". +# This name will need to be referenced in each Issuer's `webhook` stanza to +# inform cert-manager of where to send ChallengePayload resources in order to +# solve the DNS01 challenge. +# This group name should be **unique**, hence using your own company's domain +# here is recommended. +groupName: acme.plural.sh + +acmeEAB: {} + cert-manager: enabled: true image: diff --git a/cert-manager/helm/cert-manager/values.yaml.tpl b/cert-manager/helm/cert-manager/values.yaml.tpl index 06317a265..cb7f7ec73 100644 --- a/cert-manager/helm/cert-manager/values.yaml.tpl +++ b/cert-manager/helm/cert-manager/values.yaml.tpl @@ -1,4 +1,6 @@ {{ $isGcp := or (eq .Provider "google") (eq .Provider "gcp") }} +{{ $pluraldns := .Network.PluralDns }} +{{ $providerArgs := dict "provider" .Provider "cluster" .Cluster }} cert-manager: serviceAccount: annotations: @@ -13,3 +15,9 @@ cert-manager: podLabels: azure.workload.identity/use: "true" {{- end }} + +{{ if $pluraldns }} +{{ $eab := eabCredential $providerArgs.cluster $providerArgs.provider }} +acmeEAB: + secret: {{ $eab.HmacKey }} +{{ end }} \ No newline at end of file diff --git a/cert-manager/terraform/gcp/output.tf b/cert-manager/terraform/gcp/output.tf index a3a6b3fd5..6d01279e0 100644 --- a/cert-manager/terraform/gcp/output.tf +++ b/cert-manager/terraform/gcp/output.tf @@ -1,3 +1,3 @@ output "service_account_email" { - value = module.certmanager_workload_identity.gcp_service_account_email + value = module.cert_manager_workload_identity.gcp_service_account_email }