Mitchell Hashimoto
|
11a009d5ab
|
logical/framework: PathMap is case insensitive by default
|
2015-05-11 10:27:04 -07:00 |
|
Mitchell Hashimoto
|
5d1baaace4
|
credential/github: case insensitive mappings
|
2015-05-11 10:24:39 -07:00 |
|
Giovanni Bajo
|
4273247923
|
auth/ldap: move password into InternalData
|
2015-05-09 22:06:34 +02:00 |
|
Giovanni Bajo
|
4a9be1fb5f
|
auth/ldap: move username into the path (to allow per-user revokation on the path)
|
2015-05-09 22:06:28 +02:00 |
|
Giovanni Bajo
|
45a151ef73
|
auth/ldap: fix pasto
|
2015-05-09 22:06:22 +02:00 |
|
Giovanni Bajo
|
9e8b045308
|
auth/ldap: implement login renew
|
2015-05-09 22:04:20 +02:00 |
|
Giovanni Bajo
|
368df9fac1
|
auth/ldap: document LDAP server used in tests
|
2015-05-09 22:04:20 +02:00 |
|
Giovanni Bajo
|
b41328c72d
|
auth/ldap: add acceptance tests
|
2015-05-09 22:04:20 +02:00 |
|
Giovanni Bajo
|
16d1d052f0
|
auth/ldap: add support for groups with unique members
|
2015-05-09 22:04:20 +02:00 |
|
Giovanni Bajo
|
f0c2c95909
|
auth/ldap: implement authorization via LDAP groups
|
2015-05-09 22:04:20 +02:00 |
|
Giovanni Bajo
|
ab269aef60
|
auth/ldap: add configuration path for groups
|
2015-05-09 22:04:20 +02:00 |
|
Giovanni Bajo
|
7f3313c587
|
Attempt connection to LDAP server at login time.
Also switch to a LDAP library fork which fixes a panic when
shutting down a connection immediately.
|
2015-05-09 22:04:19 +02:00 |
|
Giovanni Bajo
|
230fc30ea2
|
Initial implementation of the LDAP credential backend
|
2015-05-09 22:04:19 +02:00 |
|
Seth Vargo
|
3748be6491
|
Remove references to -var
|
2015-05-08 11:45:29 -04:00 |
|
Armon Dadgar
|
83dbdf1611
|
cred/app-id: Add help synopsis to login path
|
2015-05-07 15:45:43 -07:00 |
|
Seth Vargo
|
bf8ba7b1bb
|
Fix output from GitHub help
|
2015-05-07 14:13:12 -04:00 |
|
Armon Dadgar
|
70ae9323e2
|
audit/file: Create file if it does not exist. Fixes #148
|
2015-05-06 11:33:06 -07:00 |
|
Mitchell Hashimoto
|
be301bcd8a
|
token/disk: write token with 0600
|
2015-05-02 13:34:01 -07:00 |
|
Trevor Pounds
|
a9367c17d0
|
Fix documentation typo.
|
2015-04-28 22:15:56 -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
|
5c11927fa8
|
audit/syslog: Copy structure before hashing to avoid breaking result
|
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 |
|
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
|
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
|
d69a7ba697
|
logical/consul: Added missing policy endpoints
|
2015-04-27 11:08:37 -07:00 |
|
Armon Dadgar
|
56adae843b
|
secret/mysql: improve the example statement
|
2015-04-25 12:58:50 -07:00 |
|
Armon Dadgar
|
b1e3ec15a5
|
secret/mysql: adding acceptance test
|
2015-04-25 12:56:23 -07:00 |
|
Armon Dadgar
|
c237c8c258
|
secret/mysql: fixing mysql oddities
|
2015-04-25 12:56:11 -07:00 |
|
Armon Dadgar
|
d9e313c120
|
secret/mysql: initial pass at mysql secret backend
|
2015-04-25 12:05:26 -07:00 |
|
Armon Dadgar
|
8ae7b1288a
|
credential/cert: support leasing and renewal
|
2015-04-24 12:58:39 -07:00 |
|
Armon Dadgar
|
b9a9c3677a
|
credential/cert: default display name
|
2015-04-24 10:52:17 -07:00 |
|
Armon Dadgar
|
e17c11149f
|
credential/cert: more validation on cert setup
|
2015-04-24 10:39:44 -07:00 |
|
Armon Dadgar
|
4c309781d2
|
credential/cert: return logical error if invalid
|
2015-04-24 10:36:25 -07:00 |
|
Armon Dadgar
|
0ef9947b1d
|
credential/cert: major refactor
|
2015-04-24 10:31:57 -07:00 |
|
Armon Dadgar
|
658b03e93d
|
credential/cert: First pass at public key credential backend
|
2015-04-23 21:46:21 -07:00 |
|
Mitchell Hashimoto
|
8cab481400
|
audit/file: append
|
2015-04-19 22:43:39 -07:00 |
|
Mitchell Hashimoto
|
c8498c3c91
|
credentials/userpass: integrate into auth cli
|
2015-04-19 15:17:24 -07:00 |
|
Mitchell Hashimoto
|
0320cea5de
|
credential/userpass: renewal
|
2015-04-19 15:12:50 -07:00 |
|
Mitchell Hashimoto
|
4eea0e237b
|
credential/userpass: help
|
2015-04-19 15:07:11 -07:00 |
|
Mitchell Hashimoto
|
038e705134
|
credential/userpass: login
|
2015-04-19 15:06:29 -07:00 |
|