Mitchell Hashimoto
|
ae1c71085c
|
helper/passsword: fix windows compilation
|
2015-04-28 09:23:48 -07:00 |
|
Mitchell Hashimoto
|
939123c86e
|
command/*: lets try to remove this before 0.1.0
|
2015-04-28 09:20:42 -07:00 |
|
Mitchell Hashimoto
|
d1054ceda9
|
command/*: more TODO removal
|
2015-04-28 09:15:38 -07:00 |
|
Mitchell Hashimoto
|
128eea13f6
|
command/*: fix spacing
|
2015-04-28 09:15:21 -07:00 |
|
Mitchell Hashimoto
|
9816427b37
|
command/* fill in the addr
|
2015-04-28 09:13:32 -07:00 |
|
Mitchell Hashimoto
|
9a9fc93a64
|
Add CHANGELOG
|
2015-04-28 09:12:09 -07:00 |
|
Mitchell Hashimoto
|
c78d0c0514
|
cli: up version
|
2015-04-28 09:12:04 -07:00 |
|
Mitchell Hashimoto
|
1fae5dddc3
|
website: add security disclosure page
|
2015-04-28 09:09:58 -07:00 |
|
Armon Dadgar
|
0bf96348dc
|
command/server: Catch error from core initialization. Fixes #42
|
2015-04-27 21:29:40 -07:00 |
|
Jack Pearkes
|
df566771eb
|
website: ping on interval
|
2015-04-27 18:00:30 -07:00 |
|
Mitchell Hashimoto
|
ed47dd7b4a
|
website: update google analytics
|
2015-04-27 17:11:58 -07:00 |
|
Mitchell Hashimoto
|
f6850f41e6
|
README
|
2015-04-27 17:06:47 -07:00 |
|
Mitchell Hashimoto
|
0b6b1702d8
|
website: optimizing the pictures
|
2015-04-27 17:01:03 -07:00 |
|
Mitchell Hashimoto
|
b63e827c12
|
website: add big logo
|
2015-04-27 16:54:02 -07:00 |
|
Mitchell Hashimoto
|
4ea2d674c8
|
vault: ability to toggle mlock on core
|
2015-04-27 16:40:14 -07:00 |
|
Mitchell Hashimoto
|
3a31d7c6f9
|
website: point to real demo server
|
2015-04-27 16:31:32 -07:00 |
|
Mitchell Hashimoto
|
8e529b8ace
|
Use Godeps
|
2015-04-27 16:22:26 -07:00 |
|
Mitchell Hashimoto
|
af6f634149
|
Godeps to lock in dependencies
|
2015-04-27 16:19:51 -07:00 |
|
Armon Dadgar
|
a8a2cb5a3a
|
Merge pull request #36 from hashicorp/f-syslog
Adding syslog audit provider
|
2015-04-27 16:13:13 -07:00 |
|
Armon Dadgar
|
1530403a04
|
audit/file: add log_raw parameter and default to hashing
|
2015-04-27 15:56:41 -07:00 |
|
Armon Dadgar
|
9c019d3f20
|
audit/syslog: switch defaults
|
2015-04-27 15:56:41 -07:00 |
|
Armon Dadgar
|
91730ae8af
|
website: Adding the syslog audit backend
|
2015-04-27 15:56:41 -07:00 |
|
Armon Dadgar
|
5c11927fa8
|
audit/syslog: Copy structure before hashing to avoid breaking result
|
2015-04-27 15:56:40 -07:00 |
|
Armon Dadgar
|
139a8db461
|
audit: Guard against a few nil pointer cases
|
2015-04-27 15:56:40 -07:00 |
|
Armon Dadgar
|
cee1d20015
|
audit/syslog: Hash everything by default, optionally disable
|
2015-04-27 15:56:40 -07:00 |
|
Armon Dadgar
|
44fb28f762
|
audit/syslog: first pass
|
2015-04-27 15:56:40 -07:00 |
|
Mitchell Hashimoto
|
4b942e9ccd
|
audit: add more tests for copying
|
2015-04-27 15:54:14 -07:00 |
|
Armon Dadgar
|
7240a3e62c
|
http: avoid authenticating as new token for auth/token/create
|
2015-04-27 15:17:59 -07:00 |
|
Armon Dadgar
|
72d4bddf9d
|
command/write: test output
|
2015-04-27 15:08:03 -07:00 |
|
Armon Dadgar
|
2bcba24561
|
website: remove TODO from transit quickstart
|
2015-04-27 14:58:53 -07:00 |
|
Armon Dadgar
|
f2fe8dac79
|
command/write: handle writes with output
|
2015-04-27 14:55:43 -07:00 |
|
Armon Dadgar
|
5aee91ccb9
|
command: refactor to share output formating code
|
2015-04-27 14:55:29 -07:00 |
|
Armon Dadgar
|
dfce9d75d3
|
website: updating getting started with aws changes
|
2015-04-27 14:36:14 -07:00 |
|
Armon Dadgar
|
a76cd4c58d
|
audit: Document that arguments must not be modified
|
2015-04-27 14:24:11 -07:00 |
|
Armon Dadgar
|
478a5965ee
|
secret/aws: Using roles instead of policy
|
2015-04-27 14:20:28 -07:00 |
|
Armon Dadgar
|
aaf10cd624
|
Do not root protect role configurations
|
2015-04-27 14:07:20 -07:00 |
|
Armon Dadgar
|
3330d43d44
|
secret/postgres: secret/mysql: roles endpoints root protected
|
2015-04-27 14:04:10 -07:00 |
|
Armon Dadgar
|
f159750509
|
secret/consul: replace policy with roles, and prefix the token path
|
2015-04-27 13:59:56 -07:00 |
|
Armon Dadgar
|
d425ca22df
|
secret/transit: rename policy to keys
|
2015-04-27 13:52:47 -07:00 |
|
Armon Dadgar
|
39f014e0b6
|
secret/transit: Adding more help. Fixes #41
|
2015-04-27 12:47:09 -07:00 |
|
Armon Dadgar
|
79d0c0affe
|
audit/file: Attempt to create directory path. Fixes #38
|
2015-04-27 12:40:32 -07:00 |
|
Armon Dadgar
|
dd1ba4a79e
|
website: Adding CIDR block config to app-id
|
2015-04-27 12:38:04 -07:00 |
|
Armon Dadgar
|
b80f3e4e06
|
website: API consistency
|
2015-04-27 12:30:46 -07:00 |
|
Armon Dadgar
|
26b5dc20c6
|
website: aws API
|
2015-04-27 12:26:23 -07:00 |
|
Armon Dadgar
|
27902b1d06
|
website: make PG quickstart like MySQL
|
2015-04-27 12:16:07 -07:00 |
|
Armon Dadgar
|
212aa9fb5b
|
secret/postgresql: testing support for multiple statements
|
2015-04-27 12:00:07 -07:00 |
|
Armon Dadgar
|
db5f74f6b4
|
secret/postgresql: support multiple sql statements
|
2015-04-27 11:31:27 -07:00 |
|
Armon Dadgar
|
9a156ac246
|
mysql: cleanup
|
2015-04-27 11:31:11 -07:00 |
|
Armon Dadgar
|
fd00322981
|
website: adding postgresql API docs
|
2015-04-27 11:17:13 -07:00 |
|
Armon Dadgar
|
e44fd556a8
|
website: document Consul APIs
|
2015-04-27 11:08:47 -07:00 |
|