1304 Commits

Author SHA1 Message Date
Mitchell Hashimoto
90936ff77c logical/postgers: update docs properly 2015-04-18 18:42:26 -07:00
Mitchell Hashimoto
2312cef959 logical/postgresql: leases 2015-04-18 18:40:03 -07:00
Mitchell Hashimoto
f640048fad logical/postgresql: create DB credentials 2015-04-18 18:37:27 -07:00
Mitchell Hashimoto
979e42be35 logical/postgresql: creating roles 2015-04-18 18:09:33 -07:00
Mitchell Hashimoto
adbc734791 logical/postgresql: connection 2015-04-18 17:34:36 -07:00
Mitchell Hashimoto
4501b62953 website: so much API docs 2015-04-18 14:34:47 -07:00
Mitchell Hashimoto
796dbe3481 website: more auth 2015-04-18 13:45:50 -07:00
Mitchell Hashimoto
4602733986 website: token auth help 2015-04-18 13:35:55 -07:00
Mitchell Hashimoto
c22ef80a1e website: auth backends 2015-04-17 17:41:56 -07:00
Mitchell Hashimoto
4e56567d6e website: a lot more concepts 2015-04-17 17:18:31 -07:00
Armon Dadgar
4316b1b88c vault: Adding an epoch prefix to keys to support eventual online key rotation 2015-04-17 16:51:13 -07:00
Mitchell Hashimoto
d77faa2760 website: transit backend 2015-04-17 12:56:31 -07:00
Mitchell Hashimoto
090c8becb2 website: HA concepts, configuration 2015-04-17 12:56:31 -07:00
Mitchell Hashimoto
bac7049996 command/server: can set advertise addr 2015-04-17 12:56:31 -07:00
Mitchell Hashimoto
75a319d767 command/server: config for setting stats addresses 2015-04-17 12:56:31 -07:00
Mitchell Hashimoto
b5fbc293b3 command/server: not HA possibilities when starting 2015-04-17 12:56:31 -07:00
Armon Dadgar
97c944c999 Merge pull request #14 from hashicorp/f-limited-use
Support limited or one-time-use tokens
2015-04-17 11:59:31 -07:00
Armon Dadgar
3086b39f0d vault: core enforcement of limited use tokens 2015-04-17 11:57:56 -07:00
Armon Dadgar
cd555d158a vault: Adding method to consume a limited use token 2015-04-17 11:51:04 -07:00
Armon Dadgar
8021fe6926 vault: Tokens can have a use count specified 2015-04-17 11:34:25 -07:00
Mitchell Hashimoto
51093d3d18 credential/app-id: allow restriction by CIDR block [GH-10] 2015-04-17 10:14:39 -07:00
Mitchell Hashimoto
ddd678bf48 credential/app-id: support associating a name with app ID [GH-9] 2015-04-17 10:01:03 -07:00
Mitchell Hashimoto
fe747fbcaa credential/*: adhere to new API 2015-04-17 09:40:28 -07:00
Mitchell Hashimoto
d76814e0f3 logical/framework: more flexible Pathmap and PolicyMap 2015-04-17 09:35:49 -07:00
Mitchell Hashimoto
81436dc871 logical/framework: PathStruct 2015-04-17 09:18:21 -07:00
Armon Dadgar
5dc7a76a9f vault: using a constant to make @mitchellh feel better 2015-04-15 17:19:59 -07:00
Armon Dadgar
3db5b143f5 Merge pull request #12 from hashicorp/f-transit
Adding transit logical backend
2015-04-15 17:14:30 -07:00
Armon Dadgar
d02028a0e4 Adding transit logical backend 2015-04-15 17:08:12 -07:00
Armon Dadgar
160eccff1d Merge pull request #11 from abedra/barrier_updates
Clarify Barrier encryption defaults.
2015-04-15 16:46:20 -07:00
Aaron Bedra
037e7dcfc2 Clarify Barrier encryption defaults.
Declare the defaults in the comments to be what they are now (256 bit
key and default golang NONCE value). Make the key error message more
precise since. It isn't between 16 and 32, it is 16 OR 32.
2015-04-15 18:24:23 -05:00
Armon Dadgar
59073cf775 logical/aws: Use display name for IAM username 2015-04-15 15:05:00 -07:00
Armon Dadgar
006cb08853 logical/consul: Use the DisplayName for the ACL token name 2015-04-15 15:03:05 -07:00
Armon Dadgar
b354299e89 credential/github: Set the github username as the display name 2015-04-15 14:30:46 -07:00
Armon Dadgar
8ed421ab82 Merge pull request #8 from hashicorp/f-display
Adding DisplayName to Auth to help operators correlate dynamic secrets
2015-04-15 14:28:56 -07:00
Armon Dadgar
dd87f94dfb vault: token store allows specifying display_name 2015-04-15 14:24:07 -07:00
Armon Dadgar
b4a3e57bf6 vault: thread the display name through 2015-04-15 14:12:34 -07:00
Armon Dadgar
9603c37094 logical: Adding a DisplayName for operators 2015-04-15 13:56:42 -07:00
Armon Dadgar
8321a63f7d physical: fix negative cache issue for core keys 2015-04-15 13:48:49 -07:00
Armon Dadgar
6c8cc63f57 vault: Default key size to 256bit. 2015-04-15 13:33:47 -07:00
Armon Dadgar
0123fdf9a4 vault: Allow AES key to be up to 256 bits. Fixes #7 2015-04-15 13:33:47 -07:00
Mitchell Hashimoto
19d813f5bc Merge pull request #6 from abedra/master
website: add vault help output.
2015-04-15 08:31:09 -07:00
Aaron Bedra
12a50cad90 Add vault help output.
Replace the TODO in the intro with the actual help output.
2015-04-15 10:29:02 -05:00
Armon Dadgar
e809819046 website: Adding telemetry documentation 2015-04-14 18:47:47 -07:00
Armon Dadgar
b25125f167 command/server: Enable telemetry. cc: @mitchellh 2015-04-14 18:44:09 -07:00
Armon Dadgar
166cff2d4c website: document the HA design 2015-04-14 18:31:25 -07:00
Armon Dadgar
310e1c503d Merge pull request #5 from hashicorp/f-ha
Support for High-Availability mode based on Backends
2015-04-14 16:59:35 -07:00
Armon Dadgar
b8a3a76a6b vault: expose the current leader 2015-04-14 16:53:40 -07:00
Armon Dadgar
8454d0f942 vault: leader should advertise address 2015-04-14 16:44:48 -07:00
Armon Dadgar
db309326c8 physical: Support association of value with lock 2015-04-14 16:36:53 -07:00
Armon Dadgar
7cfaf64315 vault: rename internal variable 2015-04-14 16:11:39 -07:00