Vishal Nayak
|
0645606f84
|
Merge pull request #2202 from fcantournet/fix_govet_fatalf
all: test: Fix govet warnings
|
2017-01-17 16:45:35 -05:00 |
|
Vishal Nayak
|
bbd6ec8841
|
Merge pull request #2152 from mr-tron/master
Thanks for submitting this. I am going to merge this in and write tests.
|
2017-01-13 14:29:46 -05:00 |
|
Vishal Nayak
|
3754d68d44
|
Merge pull request #2257 from bkrodgers/git-config-read
Added a 'read' for github config
|
2017-01-11 12:23:00 -05:00 |
|
Brian Rodgers
|
2615412734
|
Added a nil check for config and renamed org field internally.
|
2017-01-11 11:04:15 -06:00 |
|
Matthew Irish
|
231f00dff2
|
Transit key actions (#2254)
* add supports_* for transit key reads
* update transit docs with new supports_* fields
|
2017-01-11 10:05:06 -06:00 |
|
Brian Rodgers
|
5a6baeaca3
|
Added a 'read' for github config
|
2017-01-10 18:21:31 -06:00 |
|
joe miller
|
a76a49732d
|
sign-verbatim should set use_csr_common_name to true (#2243)
|
2017-01-10 09:47:59 -05:00 |
|
Jeff Mitchell
|
454ddd4c48
|
Use dockertest.v2 (#2247)
New dockertest has a totally different API and will require some serious
refactoring. This will tide over until then by pinning the API version.
|
2017-01-09 13:46:54 -05:00 |
|
Félix Cantournet
|
0d6d4211b8
|
all: test: Fix govet warnings
Fix calls to t.Fatal() with formatting.
Fixed some calls to Fatalf() with wrong formatting
|
2016-12-21 19:44:07 +01:00 |
|
vishalnayak
|
cc92d166f3
|
Address review feedback
|
2016-12-20 11:19:47 -05:00 |
|
vishalnayak
|
c80b1dc2b9
|
pki: Avoiding a storage read
|
2016-12-20 11:07:20 -05:00 |
|
Brian Nuszkowski
|
787c3de3fe
|
Minor cleanup in audit backend (#2194)
|
2016-12-19 15:35:55 -05:00 |
|
vishalnayak
|
faa975326d
|
pki: Appended error to error message
|
2016-12-19 10:49:32 -05:00 |
|
vishalnayak
|
c8319e330d
|
PKI: Added error to the error message
|
2016-12-19 10:47:29 -05:00 |
|
Jeff Mitchell
|
a498cec44f
|
normalize some capitlization in error messages
|
2016-12-15 19:02:33 -05:00 |
|
Jeff Mitchell
|
f56eae5e0d
|
Don't panic when TLS is enabled but the initial dial doesn't return a connection (#2188)
Related to #2186
|
2016-12-15 15:49:30 -05:00 |
|
Félix Cantournet
|
7bfecbd181
|
ldap auth via cli defaults username to env (#2137)
try to guess the username from 'LOGNAME' or if it isn't set 'USER'
|
2016-12-02 19:08:32 +01:00 |
|
Jeff Mitchell
|
b9be3da2bc
|
Fix nil value panic when Consul returns a user error (#2145)
|
2016-12-01 10:22:32 -08:00 |
|
Brian Nuszkowski
|
4a5ecd5d6c
|
Disallow passwords LDAP binds by default (#2103)
|
2016-12-01 10:11:40 -08:00 |
|
Denis Subbotin
|
34fd141771
|
fix checking that users policies is not nil
|
2016-11-29 16:35:49 +03:00 |
|
Denis Subbotin
|
876c50539f
|
add support per user acl for ldap users
|
2016-11-29 13:32:59 +03:00 |
|
Thomas Soëte
|
a5bc54cbbf
|
Close ldap connection to avoid leak (#2130)
|
2016-11-28 09:31:36 -08:00 |
|
Jeff Mitchell
|
be2d33e4b6
|
Update path help for approle secret id TTL
|
2016-11-15 11:50:51 -05:00 |
|
Daniel Somerfield
|
c1d2dd5fb9
|
Added support for individual user policy mapping in github auth backend. (#2079)
|
2016-11-10 16:21:14 -05:00 |
|
vascop
|
59c55e0aa6
|
Fix typo and remove trailing whitespace. (#2074)
|
2016-11-08 09:32:23 -05:00 |
|
Jeff Mitchell
|
e364221122
|
Fix GitHub tests
|
2016-11-08 07:13:42 -05:00 |
|
Glenn McAllister
|
4bb7c96827
|
Add ldap tls_max_version config (#2060)
|
2016-11-07 13:43:39 -05:00 |
|
Jeff Mitchell
|
5a6b1987c5
|
Add listing to Consul secret roles (#2065)
|
2016-11-04 12:35:16 -04:00 |
|
vishalnayak
|
407b30d4a0
|
Remove the sanity check which is not proving to be useful
|
2016-10-27 19:11:26 -04:00 |
|
vishalnayak
|
e6daa3782a
|
Return the revocation_sql from role read all the time
|
2016-10-27 12:24:31 -04:00 |
|
vishalnayak
|
8293b19a98
|
Added revocation_sql to the website docs
|
2016-10-27 12:15:08 -04:00 |
|
vishalnayak
|
2ac019a9c5
|
Move policy test to keysutil package
|
2016-10-26 19:57:28 -04:00 |
|
vishalnayak
|
b30d5f5c57
|
Pulled out transit's lock manager and policy structs into a helper
|
2016-10-26 19:52:31 -04:00 |
|
Vishal Nayak
|
e7c57b677e
|
Merge pull request #2004 from hashicorp/role-id-update
Fix regression caused by not creating a role_id secondary index
|
2016-10-26 16:29:46 -04:00 |
|
vishalnayak
|
b408c95e0d
|
ssh: Use temporary file to store the identity file
|
2016-10-18 12:50:12 -04:00 |
|
Vishal Nayak
|
4ef4411a19
|
Merge pull request #2005 from hashicorp/dedup-ldap-policies
Deduplicate the policies in ldap backend
|
2016-10-18 10:42:11 -04:00 |
|
Chris Hoffman
|
4406a39da2
|
Add ability to list keys in transit backend (#1987)
|
2016-10-18 10:13:01 -04:00 |
|
vishalnayak
|
60b638f3b2
|
Deduplicate the policies in ldap backend
|
2016-10-14 17:20:50 -04:00 |
|
vishalnayak
|
4caa09f6e6
|
Fix regression caused by not creating a role_id secondary index
|
2016-10-14 12:56:29 -04:00 |
|
Laura Bennett
|
8d423616ec
|
Merge pull request #1980 from hashicorp/audit-update
Audit file update
|
2016-10-10 14:34:53 -04:00 |
|
Laura Bennett
|
6770545cfd
|
test updates to address feedback
|
2016-10-10 12:58:30 -04:00 |
|
Laura Bennett
|
1cc7c811c7
|
address feedback
|
2016-10-10 12:16:55 -04:00 |
|
Laura Bennett
|
7def50799b
|
address latest feedback
|
2016-10-10 11:58:26 -04:00 |
|
Laura Bennett
|
18028ffcd6
|
minor fix
|
2016-10-10 10:05:36 -04:00 |
|
Laura Bennett
|
3bf0520bbb
|
address feedback
|
2016-10-09 22:23:30 -04:00 |
|
Laura Bennett
|
bef5a625d6
|
adding unit tests for file mode
|
2016-10-09 00:33:24 -04:00 |
|
Laura Bennett
|
bc58e02fe8
|
initial commit to fix empty consistency option issue
|
2016-10-08 20:22:26 -04:00 |
|
Laura Bennett
|
a8813c4ff2
|
changes for 'mode'
|
2016-10-08 19:52:49 -04:00 |
|
Laura Bennett
|
635873cf4a
|
initial commit for adding audit file permission changes
|
2016-10-07 15:09:32 -04:00 |
|
Michael S. Fischer
|
c6120c26d9
|
Update aws-ec2 configuration help
Updated to reflect enhanced functionality and clarify necessary
permissions.
|
2016-10-05 12:40:58 -07:00 |
|