Commit graph

424 commits

Author SHA1 Message Date
Mariano Cano
37e84aa535 Add DisableCustomSANs and DisableTrustOnFirstUse to GCP provisioner.
Fixes #67
2019-04-24 13:05:46 -07:00
Mariano Cano
75ef5a2275 Add AWS provisioner.
Fixes #68
2019-04-24 12:12:36 -07:00
Mariano Cano
5defd8289d Add missing config in tests. 2019-04-24 11:30:37 -07:00
Mariano Cano
27c98806c0 Use GetTokenID. 2019-04-24 11:29:57 -07:00
Mariano Cano
2c68915b70 Fix comment. 2019-04-23 14:36:11 -07:00
Mariano Cano
fb6321fb2c Use gcpConfig type to keep configuration urls.
Fixes #67
2019-04-23 14:33:36 -07:00
Mariano Cano
7e53b28320 Disable revoke for GCP. 2019-04-23 14:20:14 -07:00
Mariano Cano
7727fa5665 Update GCP tests. 2019-04-19 10:44:11 -07:00
Mariano Cano
1ea4b0ad64 Add unit test for GCP provider 2019-04-18 16:01:30 -07:00
Mariano Cano
b4729cd670 Use JWKSet to get the GCP keys. 2019-04-17 17:38:24 -07:00
Mariano Cano
f794dbeb93 Add support for GCP identity tokens. 2019-04-17 17:28:21 -07:00
Mariano Cano
6af1e95c5b
Merge pull request #64 from smallstep/step-sds
Add token generator to ca package
2019-04-12 15:08:31 -07:00
Mariano Cano
c2c9798149 Fix review issues. 2019-04-12 14:59:55 -07:00
Mariano Cano
46b9b117e3 Add test for provisioner type. 2019-04-12 13:05:56 -07:00
Mariano Cano
13783301ce Remove test for unnecessary method. 2019-04-12 11:22:49 -07:00
Mariano Cano
b4739c185d Remove unnecessary method GetCertificateRenewer. 2019-04-12 11:10:56 -07:00
Mariano Cano
fa216ccaad Use SetTransport method. 2019-04-12 11:06:38 -07:00
max furman
3f50933823 docs: Fix bad formatting 2019-04-11 16:04:40 -07:00
max furman
81a50a26e4 docs: added archlinux install and distribution info 2019-04-11 16:02:18 -07:00
Mariano Cano
de1114c3c6 Merge branch 'master' into step-sds 2019-04-11 15:48:55 -07:00
Mariano Cano
c248b00c72 Use square/go-jose instead of fork. 2019-04-11 15:44:59 -07:00
Mariano Cano
43c5831582 Merge branch 'master' into step-sds 2019-04-11 11:47:20 -07:00
max furman
b3196d74dd final cli bump 2019-04-10 14:09:30 -07:00
max furman
110e07706f update cli dep 2019-04-10 14:05:33 -07:00
max furman
9977eff153 bump cli dep and fix text error msg 2019-04-10 14:00:36 -07:00
max furman
ff20d9f5af Fix composite literal uses unkeyed field 2019-04-10 13:50:35 -07:00
max furman
ab4d569f36 Add /revoke API with interface db backend 2019-04-10 13:50:35 -07:00
Mariano Cano
f1cd493ae9 Merge branch 'master' into step-sds 2019-04-10 13:34:38 -07:00
Mariano Cano
07ff7d9807 Update cli dependency. 2019-04-10 11:04:13 -07:00
Mariano Cano
ba640234db Use master branch. 2019-04-10 11:02:18 -07:00
Mariano Cano
27eddbff2a
Merge pull request #59 from smallstep/update-go-jose
Update go jose
2019-04-10 10:59:13 -07:00
Mariano Cano
b489687245
Merge pull request #57 from smallstep/update-docker
Docker docs
2019-04-09 12:24:46 -07:00
Mariano Cano
572bf0de96
Merge branch 'master' into update-docker 2019-04-09 12:18:56 -07:00
Mariano Cano
b171e57c86 Use github.com/maraino/go-jose fork. 2019-04-09 12:00:33 -07:00
Mariano Cano
ee9069a32d Fix typos. 2019-04-08 15:11:00 -07:00
max furman
730433fca0 docs: docker bit of grammar adjustment. 2019-04-08 15:02:19 -07:00
Max
82aa425d15
link step certificates 2019-04-08 14:36:38 -07:00
Sebastian Tiedtke
840916ae1b
Note about usage instructions 2019-04-08 12:37:56 -07:00
Justin
351c01cf7e Do not allow pods in one namespace to create certificates for hostnames from another namespace. (#54)
* Do not allow pods in one namespace to create certificates for hostnames from another namespace.

* Make cluster domain configurable, clean up shouldMutate() logic, and make namespace restrictions configurable with restrictCertificatesToNamespace.

* Return certificate hostname validation errors in the admission webhook response.

* Appease the gometalinter.
2019-04-08 12:24:31 -07:00
Mariano Cano
89b25bfb90 Use update-go-jose branch of smallstep/cli 2019-04-05 13:04:44 -07:00
Mariano Cano
1812c0619a Update go-jose to 2.3.0.
This is a dependency for smallstep/cli#105, it will be solved once
square/go-jose#224 gets merged
2019-04-05 12:54:23 -07:00
max furman
d85a083ce2 Add version to git archive name 2019-04-05 11:38:43 -07:00
max furman
8c5b14b88c docs: Update distribution artifacts 2019-04-05 10:45:40 -07:00
Mariano Cano
888ef147fa Expose a way to update the transport. 2019-04-03 19:37:12 -07:00
Mariano Cano
c42265972a Add the autocert provisioner to the ca package. 2019-04-03 12:37:17 -07:00
Mariano Cano
7800f5960a Add test for GetCertificateRenewer 2019-04-03 11:53:04 -07:00
Mariano Cano
8d2de64811 Add method to get a certificate renewer. 2019-04-03 11:08:09 -07:00
Mariano Cano
27b6ac0a58 Add INT and TERM signal handler. 2019-04-03 11:07:11 -07:00
max furman
47eed2b914 forgot to add make target 2019-03-29 12:53:09 -07:00
max furman
464d1d4255 cli update 2019-03-29 12:39:48 -07:00