Commit Graph

245 Commits

Author SHA1 Message Date
James Munnelly
0d4acf7af3 Merge pull request #113 from jetstack-experimental/dnsname
Rename altNames field to dnsNames
2017-10-13 14:12:08 +01:00
James Munnelly
2600cb8e14 Fix up altName->dnsName change 2017-10-13 14:04:14 +01:00
James Munnelly
bd9c202cbb regenerate files 2017-10-13 13:37:56 +01:00
James Munnelly
d7009fbfa8 Correctly check if certificate is valid when only dnsNames are specified 2017-10-13 13:32:10 +01:00
James Munnelly
a3fc5d9eaa Rename altNames to dnsNames 2017-10-13 13:31:52 +01:00
James Munnelly
45a67dc748 Merge pull request #109 from jetstack-experimental/cn-altname
Use CommonName and AltNames fields on Certificate resource
2017-10-13 13:21:47 +01:00
James Munnelly
a4b1d346c7 Fix invalid check for empty certificate domains 2017-10-13 13:05:21 +01:00
James Munnelly
718ade0dbe Merge pull request #111 from jetstack-experimental/lego-license
Add LICENSE files for files from github.com/xenolf/lego library
2017-10-13 12:58:04 +01:00
James Munnelly
e080d1da25 Add LICENSE files for files from github.com/xenolf/lego library 2017-10-13 12:57:31 +01:00
James Munnelly
40efa293a1 Fix tests for new CommonName 2017-10-13 12:52:36 +01:00
James Munnelly
489f073d3a Require altName or subject name are specified in CA issuer 2017-10-13 12:52:36 +01:00
James Munnelly
ae1173dcec Regenerate files 2017-10-13 12:50:07 +01:00
James Munnelly
187e91f9ae Default commonName to first altName if not specified 2017-10-13 12:50:07 +01:00
James Munnelly
f8107e6fcc Use CommonName and AltNames fields on Certificate resource 2017-10-13 12:50:07 +01:00
James Munnelly
37e53bdd4b Merge pull request #107 from jetstack-experimental/cleanup-secret-ref
Standardise SecretKeySelector field naming
2017-10-13 12:47:16 +01:00
James Munnelly
1f71106c04 Update docs example 2017-10-13 12:14:23 +01:00
James Munnelly
185058815e Fix controller checks for new API schema 2017-10-13 12:09:04 +01:00
James Munnelly
2d0e81fc95 Regenerate files 2017-10-13 11:56:33 +01:00
James Munnelly
04ade0e687 Update documentation examples 2017-10-13 11:54:09 +01:00
James Munnelly
b1d6d1f6af Update e2e tests 2017-10-13 11:47:56 +01:00
James Munnelly
a2d9733f21 Update implementation for new field names/types 2017-10-13 11:43:52 +01:00
James Munnelly
6ae8fbbbb2 Standardise SecretKeySelector field naming 2017-10-13 11:23:20 +01:00
James Munnelly
ae8b1b4d3d Add placeholder user guide names 2017-10-13 10:12:55 +01:00
James Munnelly
6426d0173e Merge pull request #105 from jetstack-experimental/improve-docs
Update documentation
2017-10-13 00:45:46 +01:00
James Munnelly
cbc21e854a Make link checker work with paths containing # 2017-10-13 00:38:08 +01:00
James Munnelly
b18d1e44a0 Update documentation 2017-10-13 00:36:17 +01:00
James Munnelly
5b53ba3f0c Merge pull request #73 from dippynark/add-prometheus-metrics-endpoint
Add prometheus metrics endpoint
2017-10-12 23:15:36 +01:00
James Munnelly
a279ecf1ae Merge pull request #104 from jetstack-experimental/rearrange-e2e-tests
Rearrange e2e tests into subdirectories based on types
2017-10-12 20:53:36 +01:00
James Munnelly
c0b46b11dc Rearrange e2e tests into subdirectories based on types 2017-10-12 20:45:05 +01:00
James Munnelly
be8c0ecf99 Merge pull request #101 from jetstack-experimental/cluster-issuer
Cluster scoped Issuer support
2017-10-12 20:16:53 +01:00
James Munnelly
7b30b80dc5 Update ClusterIssuer to use 'kind' field instead of 'namespace' 2017-10-12 20:06:29 +01:00
Luke Addison
b80e1bb9d1 Update vendor 2017-10-11 17:24:50 +01:00
Luke Addison
c2bead130b Add Prometheus metrics server 2017-10-11 17:24:26 +01:00
James Munnelly
cd4b482410 Check Secret namespace in ClusterIssuer checks. Add TODO. 2017-09-22 09:52:09 +01:00
James Munnelly
7fffd67c86 Fix issuer CA for ClusterIssuer resources 2017-09-22 09:39:03 +01:00
James Munnelly
65366e986c Add ClusterIssuer e2e tests. Fix e2e tests. 2017-09-22 09:38:59 +01:00
James Munnelly
c1ccd7d960 Add ClusterIssuer CRD to helm chart 2017-09-22 01:46:53 +01:00
James Munnelly
dc608f709d Support Certificates referencing ClusterIssuers 2017-09-22 01:46:05 +01:00
James Munnelly
852e250a69 Add clusterissuer controller 2017-09-22 00:10:42 +01:00
James Munnelly
7c425ee86f Switch issuer implementations to use GenericIssuer 2017-09-21 23:27:41 +01:00
James Munnelly
e7ebb10402 Add ClusterIssuer helpers. Add GenericIssuer interface. 2017-09-21 23:19:29 +01:00
James Munnelly
dd63a09fa9 regenerate files 2017-09-21 23:18:58 +01:00
James Munnelly
1c7a70134a Add ClusterIssuer types 2017-09-21 23:18:40 +01:00
James Munnelly
bd0be52548 Merge pull request #88 from jetstack-experimental/cleanup-on-exit
Plumb stopCh into workers
2017-09-21 23:10:19 +01:00
James Munnelly
c4980baaca Use context throughout issuer implementation 2017-09-21 20:45:43 +01:00
James Munnelly
940b26127b Create context for each resource to be processed 2017-09-21 20:26:27 +01:00
James Munnelly
8bac175baa Plumb stopCh into workers 2017-09-21 20:23:17 +01:00
James Munnelly
28570b508f Merge pull request #98 from jetstack-experimental/typo
Fix typo acme->authorizations
2017-09-21 19:56:45 +01:00
James Munnelly
0a665433de Merge pull request #100 from jetstack-experimental/update-readmes
Update README with chart options
2017-09-21 19:53:08 +01:00
James Munnelly
310d7bfc4e Update README with chart options 2017-09-21 19:52:37 +01:00