Commit graph

442 commits

Author SHA1 Message Date
Mariano Cano
5694ef762d
Merge pull request #75 from smallstep/reload-without-db-changes
Do not allow reload with database configuration changes.
2019-05-10 17:58:44 -07:00
Mariano Cano
dbd3131068 Fix comments. 2019-05-10 17:54:18 -07:00
Mariano Cano
e8498bf612 Add new WithDatabase to test reload. 2019-05-10 17:49:15 -07:00
Mariano Cano
9f39cb5f2a Add test. 2019-05-10 16:53:35 -07:00
Mariano Cano
120e2d0caf Fix restart with simple DB. 2019-05-10 16:14:21 -07:00
Mariano Cano
fb6a1afd89 Fix typo. 2019-05-10 16:04:30 -07:00
Mariano Cano
3a1a4c5ea9 Do not allow reload with database configuration changes.
Fixes #smallstep/ca-component#170
2019-05-10 15:58:37 -07:00
max furman
2871d0b68b bump Docker to latest tag 2019-05-08 12:26:21 -07:00
Max
15c1a6a140
Merge pull request #72 from smallstep/max/ott-db
Add used OTT to DB during authToken step
2019-05-07 12:34:54 -07:00
max furman
81db527f12 NoopDB -> SimpleDB 2019-05-07 12:26:30 -07:00
max furman
b73fe8c157 Add used OTT to DB during authToken step 2019-05-06 15:52:02 -07:00
Mariano Cano
d9da202c7e
Merge pull request #73 from smallstep/reload
Update CA properties on reload.
2019-05-06 10:56:36 -10:00
Mariano Cano
b595c55f0a Update CA properties on reload.
Fixes #71
2019-05-03 15:40:59 -07:00
max furman
cff99b0151 Fix images url in top level README 2019-05-01 16:00:34 -07:00
max furman
25c710c056 docs: indent note in distribution.md 2019-04-30 11:11:18 -07:00
max furman
cd5c7e7134 dep update cli and add distribution.md back 2019-04-30 11:07:54 -07:00
max furman
fe08dcb532 docs: index -> toc 2019-04-29 23:54:25 -07:00
max furman
fdfce81dff docs: direct to readme not dir 2019-04-29 17:51:35 -07:00
max furman
8ab04bd503 docs sub repo update 2019-04-29 17:50:30 -07:00
max furman
2b96e7a94c docs: revoke page 2019-04-29 13:41:21 -07:00
max furman
a27c2dea7d docs: update revocation doc 2019-04-29 11:21:40 -07:00
max furman
e4de7f07e8 docs: Add revocation document 2019-04-27 13:24:53 -07:00
max furman
46c7592f34 db: Omit empty optional fields from JSON 2019-04-26 13:08:14 -07:00
max furman
c8fe1ad86d Add database documentation 2019-04-25 18:27:11 -07:00
Max
d72e076ca6
Merge pull request #70 from smallstep/max/badger
Update nosql integration
2019-04-25 13:36:10 -07:00
max furman
c242602231 reload and shutdown trickery
* Only shutdown the database once.
* Be careful when reloading the CA. Depending on whether the DB has
already been shutdown, and error may be unrecoverable.
2019-04-25 13:25:41 -07:00
max furman
cbeca9383b Update nosql integration
* shutdown and reload database on SIGHUP
2019-04-24 18:00:59 -07:00
Mike Maxey
b4137053cf
Update GETTING_STARTED.md 2019-04-23 11:57:30 -07:00
Sebastian Tiedtke
3a2ba85126
Flip default for certificate restriction to namespace to false (#60) 2019-04-17 14:00:24 -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