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 |
Armon Dadgar
|
bbbd3b63ef
|
website: Starting internals glossary
|
2015-04-08 12:17:09 -07:00 |
Mitchell Hashimoto
|
6015a8d7c2
|
http: handle errors better
|
2015-04-08 11:19:03 -07:00 |
Mitchell Hashimoto
|
9366be4895
|
command/auth: should let <1 args go through
|
2015-04-07 23:53:45 -07:00 |
Mitchell Hashimoto
|
11cbe4dd8d
|
website: auth
|
2015-04-07 23:53:37 -07:00 |
Mitchell Hashimoto
|
071b72186e
|
command/auth: unify
|
2015-04-07 23:29:49 -07:00 |
Mitchell Hashimoto
|
73edbebd4d
|
command/audit-enable
|
2015-04-07 22:42:04 -07:00 |
Mitchell Hashimoto
|
8e3746d347
|
helper/kv-builder
|
2015-04-07 22:30:25 -07:00 |
Mitchell Hashimoto
|
71923a3abc
|
command/audit-disable
|
2015-04-07 18:23:50 -07:00 |
Mitchell Hashimoto
|
0b45ffcd66
|
command/audit-list
|
2015-04-07 18:19:44 -07:00 |
Mitchell Hashimoto
|
7e4f47a9e6
|
vault: proper meta parameter for vaultstorage (tests pass now)
|
2015-04-07 14:37:50 -07:00 |
Mitchell Hashimoto
|
d97d9b928a
|
command/token-revoke
|
2015-04-07 14:36:17 -07:00 |
Mitchell Hashimoto
|
457694c28b
|
command/token-create: test
|
2015-04-07 14:22:18 -07:00 |
Mitchell Hashimoto
|
ee690ee3b3
|
command/token-create
|
2015-04-07 14:20:18 -07:00 |
Mitchell Hashimoto
|
9378d0388a
|
vault: token store inehrits policies by default
|
2015-04-07 14:19:52 -07:00 |
Mitchell Hashimoto
|
8dce065972
|
vault: use mapstructure to decode token args
JSON sends as interface{}, so we can't decode directly into types.
|
2015-04-07 14:16:35 -07:00 |
Mitchell Hashimoto
|
065650b88d
|
http: make POST to WriteOperation
|
2015-04-07 14:00:09 -07:00 |
Mitchell Hashimoto
|
e5368ac1cc
|
shuffling some bits
|
2015-04-07 13:46:35 -07:00 |
Mitchell Hashimoto
|
e42e0df3b0
|
command/delete
|
2015-04-07 11:16:08 -07:00 |
Mitchell Hashimoto
|
7442bc1ef6
|
command/delete
|
2015-04-07 11:15:20 -07:00 |
Mitchell Hashimoto
|
3001c245e5
|
api: Logical delete
|
2015-04-07 11:04:56 -07:00 |
Mitchell Hashimoto
|
37f58dec59
|
http: logical delete support
|
2015-04-07 11:04:06 -07:00 |
Mitchell Hashimoto
|
fe9dbc6616
|
http: remount verbs
|
2015-04-07 10:55:18 -07:00 |
Mitchell Hashimoto
|
f9f7001242
|
http: remount
|
2015-04-07 10:54:58 -07:00 |
Mitchell Hashimoto
|
f2ee82a17f
|
command/remount
|
2015-04-07 10:46:47 -07:00 |
Mitchell Hashimoto
|
ce0b0202ea
|
command/unmount: better output
|
2015-04-07 10:39:17 -07:00 |
Mitchell Hashimoto
|
a5ef1b6437
|
command/unmount
|
2015-04-07 10:38:51 -07:00 |
Mitchell Hashimoto
|
a2d1d1a639
|
website: auth on the way
|
2015-04-07 10:03:27 -07:00 |
Mitchell Hashimoto
|
3439875311
|
website: more getting started
|
2015-04-07 09:30:58 -07:00 |