Mitchell Hashimoto
|
209b275bfd
|
logical/framework: allow max session time
|
2015-04-11 16:41:08 -07:00 |
Mitchell Hashimoto
|
33d66f0130
|
vault: token store allows unlimited renew
|
2015-04-11 16:28:16 -07:00 |
Mitchell Hashimoto
|
d81707a222
|
logical/framework: more tests
|
2015-04-11 14:51:00 -07:00 |
Mitchell Hashimoto
|
a360ca4928
|
logical/framework: AuthRenew callback, add LeaseExtend
/cc @armon - Going with this "standard library" of callbacks approach
to make extending leases in a customizable way easy. See the docs/tests
above.
|
2015-04-11 14:46:09 -07:00 |
Mitchell Hashimoto
|
f996dcf964
|
logical: add LeaseOptions.IncrementedLease()
|
2015-04-10 21:35:17 -07:00 |
Mitchell Hashimoto
|
7139ad427e
|
logical: lease tests
|
2015-04-10 21:29:03 -07:00 |
Mitchell Hashimoto
|
5eff7f1b57
|
vault: upper bound on test
|
2015-04-10 21:22:17 -07:00 |
Mitchell Hashimoto
|
992028e23e
|
vault: the expiration time should be relative to the issue time
|
2015-04-10 21:21:06 -07:00 |
Mitchell Hashimoto
|
2c5ac09b23
|
logical: note time zone of lease
|
2015-04-10 20:49:17 -07:00 |
Mitchell Hashimoto
|
8ef487a4f5
|
command/revoke: rename vars to leaseId
|
2015-04-10 20:49:10 -07:00 |
Mitchell Hashimoto
|
48205d166b
|
rename vault id to lease id all over
|
2015-04-10 20:35:14 -07:00 |
Mitchell Hashimoto
|
3c9b4182cb
|
website: consul secret backend
|
2015-04-10 20:26:01 -07:00 |
Mitchell Hashimoto
|
3266f9513f
|
website: aws secret backend
|
2015-04-10 20:24:45 -07:00 |
Mitchell Hashimoto
|
a3f9311161
|
website: security model is pretty important
|
2015-04-10 20:11:43 -07:00 |
Mitchell Hashimoto
|
058078cb50
|
website: vs
|
2015-04-10 19:39:26 -07:00 |
Armon Dadgar
|
3b852ff3e9
|
website: working on thread model
|
2015-04-10 18:16:36 -07:00 |
Armon Dadgar
|
f2c0f79435
|
vault: Split SecurityBarrier interface to BarrierStorage
|
2015-04-10 16:43:35 -07:00 |
Armon Dadgar
|
a6d974c74e
|
vault: revoking a token should revoke all secrets it has generated
|
2015-04-10 15:12:04 -07:00 |
Armon Dadgar
|
c22d18a5be
|
vault: re-use revokeSalted to share logic
|
2015-04-10 15:06:54 -07:00 |
Armon Dadgar
|
1e2863e2b8
|
vault: remove unused RevokeAll method
|
2015-04-10 14:59:49 -07:00 |
Armon Dadgar
|
b10fbc4d83
|
vault: Adding token based revocation
|
2015-04-10 14:48:08 -07:00 |
Armon Dadgar
|
98679ee7b8
|
vault: Split expiration manager views to index by token
|
2015-04-10 14:21:23 -07:00 |
Armon Dadgar
|
39c51ede2e
|
vault: testing renewAuthEntry
|
2015-04-10 14:07:06 -07:00 |
Armon Dadgar
|
13836e8612
|
vault: groundwork to allow auth renew
|
2015-04-10 13:59:49 -07:00 |
Armon Dadgar
|
f7dbb6966b
|
logical: Adding support for renew of Auth
|
2015-04-10 13:59:49 -07:00 |
Mitchell Hashimoto
|
cb331b48cb
|
website: vs
|
2015-04-10 12:07:24 -07:00 |
Mitchell Hashimoto
|
c75f8fc634
|
update README
|
2015-04-10 11:32:41 -07:00 |
Mitchell Hashimoto
|
a906f720b1
|
website: secrets index
|
2015-04-09 23:31:26 -07:00 |
Mitchell Hashimoto
|
96dec861ec
|
website: lots more docs
|
2015-04-09 22:52:02 -07:00 |
Mitchell Hashimoto
|
8f52174397
|
website: install docs
|
2015-04-09 21:49:52 -07:00 |
Mitchell Hashimoto
|
c71550edc9
|
website: nit picking
|
2015-04-09 19:23:50 -07:00 |
Mitchell Hashimoto
|
787df1def5
|
website: update docs sidebar
|
2015-04-09 19:00:24 -07:00 |
Mitchell Hashimoto
|
e12021e03d
|
website: community
|
2015-04-09 18:58:25 -07:00 |
Mitchell Hashimoto
|
a26d983e0f
|
website: next steps
|
2015-04-09 18:49:45 -07:00 |
Mitchell Hashimoto
|
a573e98c1a
|
website: deploy page
|
2015-04-09 18:46:44 -07:00 |
Mitchell Hashimoto
|
2a617a86d9
|
website: finish ACL page
|
2015-04-09 18:18:05 -07:00 |
Mitchell Hashimoto
|
a0f9b4bf0c
|
website: update to protect website during beta
|
2015-04-09 18:03:46 -07:00 |
Mitchell Hashimoto
|
178816582d
|
website: ACL section
|
2015-04-09 17:19:52 -07:00 |
Armon Dadgar
|
e7fe48c33f
|
vault: refactor expiration timer management
|
2015-04-09 12:39:12 -07:00 |
Armon Dadgar
|
5a3ab973e6
|
vault: Simplify common lease logic
|
2015-04-09 12:29:13 -07:00 |
Armon Dadgar
|
4679febdf3
|
logical: Refactor LeaseOptions to share between Secret and Auth
|
2015-04-09 12:14:04 -07:00 |
Armon Dadgar
|
7df486482b
|
vault: Adding LeaseIssue for renew to allow limiting maximum lease length
|
2015-04-09 11:54:32 -07:00 |
Mitchell Hashimoto
|
9a034c4ab8
|
vault: lookup-self should allow unauthenticated requests
|
2015-04-08 22:09:47 -07:00 |
Armon Dadgar
|
8ebc29d1b9
|
vault: audit broker profiles each backend
|
2015-04-08 17:09:36 -07:00 |
Armon Dadgar
|
e25886859e
|
vault: router generates metrics per operation
|
2015-04-08 17:09:10 -07:00 |
Armon Dadgar
|
82c5d9c478
|
vault: Enforce non-renewability
|
2015-04-08 17:03:46 -07:00 |
Armon Dadgar
|
512b3d7afd
|
vault: Adding metrics profiling
|
2015-04-08 16:43:17 -07:00 |
Armon Dadgar
|
429ad7e5cb
|
vault: Handle auth entry without lease
|
2015-04-08 15:43:26 -07:00 |
Armon Dadgar
|
3f53d0e571
|
website: Working on architecture page
|
2015-04-08 15:36:55 -07:00 |
Armon Dadgar
|
466c7575d3
|
Replace VaultID with LeaseID for terminology simplification
|
2015-04-08 13:35:32 -07:00 |