Commit graph

581 commits

Author SHA1 Message Date
Mariano Cano
bca5dcc326 Remove url from error message. 2019-09-11 17:36:48 -07:00
Mariano Cano
0c654d93ea Create method for onboard action and clean code. 2019-09-11 17:33:27 -07:00
Alan Christopher Thomas
c0d1399c38 Change onboarding bootstrap command to step-ca onboard
cc @sourishkrout @maraino
2019-09-11 14:54:54 -06:00
Alan Christopher Thomas
7c0622e50e Make note about adding "admin" JWT provisioner 2019-09-10 22:56:30 -06:00
Alan Christopher Thomas
21baa69473 Fix linting errors and remove useless code 2019-09-10 22:56:19 -06:00
Alan Christopher Thomas
15f2935db1 Rough wiring for basics of connecting to onboarding flow 2019-09-10 16:29:03 -06:00
max furman
4c390dcfe1 update helm package distribution doc 2019-09-09 16:35:00 -07:00
max furman
0ab0ca0ffe dep update cli v0.12.0 2019-09-09 15:59:03 -07:00
Max
7726f5ec75
Merge pull request #85 from smallstep/ssh-ca
SSH CA support
2019-09-09 15:39:23 -07:00
max furman
61d52a8510 Small fixes associated with PR review
* additions and grammar edits to documentation
* clarification of error msgs
2019-09-08 21:05:36 -07:00
Michael Malone
67dd8d5579
Added link to IID blog post in README.md 2019-09-05 14:15:32 -07:00
Mariano Cano
10e7b81b9f Merge branch 'master' into ssh-ca 2019-09-05 23:06:01 +02:00
Mike Maxey
0d8854bc53
Update README.md 2019-09-03 15:59:21 -07:00
Michael Malone
f25e953bf0
Fixed some README.md formatting 2019-08-30 17:58:52 -07:00
max furman
8e46cf0522 dep update cli 2019-08-29 16:02:26 -07:00
max furman
e3bd2d0e2b Custom AppHelpTemplate for step-ca 2019-08-29 15:58:07 -07:00
max furman
8516ea2fc6 dep update cli 2019-08-29 10:57:16 -07:00
Max
2d6cafe611
Merge pull request #97 from smallstep/skip-unsupported
Skip unsupported provisioners.
2019-08-29 10:55:51 -07:00
max furman
ac234771c7 Remove unknown provisioner WARNning and leave TODO 2019-08-29 10:49:52 -07:00
max furman
ca8daf5f12 Update comment and warn 2019-08-28 17:28:03 -07:00
Mariano Cano
9200f11ed8 Skip unsupported provisioners. 2019-08-28 17:25:39 -07:00
Michael Malone
7c9ab9814f
Updated README with features & a bunch of cleanup 2019-08-28 11:58:53 -07:00
Max
5dac2459c3
Merge pull request #96 from smallstep/max/2084
Enforce >= 2048 bit rsa keys in CSRs
2019-08-28 09:41:58 -07:00
max furman
d3e74a0d2e switch from metalinter to golangci-lint 2019-08-27 16:39:48 -07:00
max furman
2b41faa9cf Enforce >= 2048 bit rsa keys at the provisioner layer
* Fixes #94
* In the future this should be configurable by provisioner
2019-08-27 14:44:59 -07:00
max furman
0939f0d053 dep update cli email sans 2019-08-23 16:35:49 -07:00
Max
27d89c21dc
Merge pull request #93 from smallstep/email
Accept emails SANs
2019-08-23 16:01:20 -07:00
max furman
635c59ed24 Accept emails SANs 2019-08-23 15:59:30 -07:00
max furman
f3faeeee4d dep change golint revision 2019-08-21 18:20:52 -07:00
max furman
00b412a45a remove autocert bug + enhancement issue templates
* add regular enhancement tracker
2019-08-12 17:18:55 -04:00
Mariano Cano
db4baa0487 Add tests for authority sign ssh methods. 2019-08-05 18:35:00 -07:00
Mariano Cano
34e1e3380a Fix lint errors. 2019-08-05 16:14:25 -07:00
Mariano Cano
ca74bb1de5 Add ssh api tests. 2019-08-05 16:06:05 -07:00
Mariano Cano
57a529cc1a Allow to enable the SSH CA per provisioner 2019-08-05 11:40:27 -07:00
Mariano Cano
e71072d389 Add experimental support for provisioning users. 2019-08-02 17:48:34 -07:00
Mariano Cano
390aecca0b Check for error creating signers. 2019-08-01 18:15:04 -07:00
Mariano Cano
004ea12212 Allow to use custom SSH user/host key files. 2019-08-01 15:04:56 -07:00
Mariano Cano
00ebee870b Do not show value on boolean flags help. 2019-08-01 13:13:50 -07:00
Mariano Cano
dc657565a7 Add SSH test for GCP. 2019-07-31 18:22:21 -07:00
Mariano Cano
7983aa8661 Add azure ssh tests. 2019-07-31 18:16:17 -07:00
Mariano Cano
2cac85a8c8 Add aws tests. 2019-07-31 18:11:46 -07:00
Mariano Cano
f8a71899fd Add missing file. 2019-07-31 17:46:28 -07:00
Mariano Cano
d231bfb764 Update jwk and oidc tests. 2019-07-31 17:04:17 -07:00
Mariano Cano
a8f4ad1b8e Set default SSH options if no user options are given. 2019-07-31 17:03:33 -07:00
Mariano Cano
c17375a10a Create convenient method to mock the timeduration. 2019-07-31 12:53:03 -07:00
Mariano Cano
4c1a11c1bc Add Unix method to TimeDuration. 2019-07-31 12:36:31 -07:00
Mariano Cano
b0240772da Add tests for SSH certs with JWK provisioners. 2019-07-30 18:23:54 -07:00
Mariano Cano
780eeb5487 Remove debug print. 2019-07-30 16:56:30 -07:00
Mariano Cano
ad91842d06 Add test for SanitizeSSHUserPrincipal 2019-07-30 15:28:04 -07:00
Mariano Cano
f8cacc11b1 Fix tests. 2019-07-29 18:24:34 -07:00