Jeff Mitchell
|
ad5d270e58
|
Rearrange libs
|
2016-10-29 13:53:06 -04:00 |
|
Mark Paluch
|
cacaec11f5
|
Add Spring Vault to client libraries (#2042)
|
2016-10-29 13:52:16 -04:00 |
|
Mark Woolsey
|
8d92df4bfe
|
Merge pull request #7 from ChaseLEngel/permissions
Permissions
|
2016-10-28 12:56:12 -07:00 |
|
mwoolsey
|
ee4df0fb34
|
Had to change what a wildcard value in a parameter mapped to, from a nil value to an empty struct
|
2016-10-28 12:54:37 -07:00 |
|
mwoolsey
|
c4f3d87ac4
|
Added the merging of wildcards to allowed and denied parameters.
|
2016-10-28 12:33:50 -07:00 |
|
Jeff Mitchell
|
0882b6fcc0
|
Don't panic if postUnseal calls preSeal due to audit table never being set up. Also call cleanup funcs on auth backends. (#2043)
|
2016-10-28 15:32:32 -04:00 |
|
Mark Woolsey
|
544dc0fb3a
|
Merge pull request #6 from ChaseLEngel/permissions
updated testing on a policy to cover parameters in the policy
|
2016-10-28 10:20:23 -07:00 |
|
mwoolsey
|
821b7723ee
|
updated testing on a policy to cover parameters in the policy
|
2016-10-28 10:18:31 -07:00 |
|
Jeff Mitchell
|
8980f8d2fa
|
Don't cache physical responses when thre was an error (#2040)
|
2016-10-28 12:55:56 -04:00 |
|
vishalnayak
|
f8d1b8f4d3
|
changelog++
|
2016-10-28 10:08:35 -04:00 |
|
Vishal Nayak
|
012d2c1ffc
|
Merge pull request #2036 from hashicorp/doc-update-getting-started-api
Docs: Update for getting started API section
|
2016-10-28 09:59:58 -04:00 |
|
vishalnayak
|
e2a5881bc4
|
s/localhost/127.0.0.1 in approle docs
|
2016-10-28 09:46:39 -04:00 |
|
vishalnayak
|
52419be7c9
|
s/localhost/127.0.0.1
|
2016-10-28 09:23:05 -04:00 |
|
vishalnayak
|
81410d7bc4
|
Using AppRole as an example. Removed 'root' policy being used in examples
|
2016-10-28 01:24:25 -04:00 |
|
vishalnayak
|
9237ffae16
|
changelog++
|
2016-10-27 21:42:13 -04:00 |
|
Vishal Nayak
|
b1b86b73c6
|
Merge pull request #2035 from hashicorp/remove-sanity-check-ec2
aws-ec2 auth: Remove the sanity check which is not proving to be useful
|
2016-10-27 21:37:16 -04:00 |
|
vishalnayak
|
407b30d4a0
|
Remove the sanity check which is not proving to be useful
|
2016-10-27 19:11:26 -04:00 |
|
Vishal Nayak
|
cc73d3a20b
|
Merge pull request #2034 from greglook/patch-1
Update libraries.html.md
|
2016-10-27 17:08:44 -04:00 |
|
Greg Look
|
0e6580efd9
|
Update libraries.html.md
Add Clojure Vault client.
|
2016-10-27 11:39:52 -07:00 |
|
vishalnayak
|
4b9b5b1429
|
changelog++
|
2016-10-27 12:29:47 -04:00 |
|
Vishal Nayak
|
634a332f4e
|
Merge pull request #2033 from hashicorp/docs-postgres-revocation-sql
Added revocation_sql to the website docs
|
2016-10-27 12:26:50 -04:00 |
|
vishalnayak
|
e6daa3782a
|
Return the revocation_sql from role read all the time
|
2016-10-27 12:24:31 -04:00 |
|
Jeff Mitchell
|
57870f7f05
|
change api so if wrapping token is the same as the client token it doesn't set it in the body
|
2016-10-27 12:15:30 -04:00 |
|
vishalnayak
|
8293b19a98
|
Added revocation_sql to the website docs
|
2016-10-27 12:15:08 -04:00 |
|
Vishal Nayak
|
f2adc02800
|
Merge pull request #2031 from hashicorp/transit-helper
Transit helper
|
2016-10-26 20:24:55 -04:00 |
|
vishalnayak
|
484f8993c5
|
Remove the methods introduced to make the tests work from its older package
|
2016-10-26 20:03:51 -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
|
7958b2e3e8
|
Merge pull request #2029 from bfallik/patch-1
Update aws-ec2.html.md
|
2016-10-26 16:57:39 -04:00 |
|
vishalnayak
|
be79a25da5
|
changelog++
|
2016-10-26 16:33:41 -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 |
|
Raja Nadar
|
d0c6767156
|
doc: syslog change data type from bool to string (#1998)
|
2016-10-26 16:18:31 -04:00 |
|
Brian Fallik
|
84f1995e97
|
Update aws-ec2.html.md
fix minor typo
|
2016-10-26 15:40:40 -04:00 |
|
Raja Nadar
|
b8c492f8c6
|
doc: change data type from boolean to string (#1997)
the api doesn't accept the boolean value. it needs a string containing a boolean value.
|
2016-10-26 11:29:42 -04:00 |
|
Chase L Engel
|
3890bea627
|
Merge pull request #5 from ChaseLEngel/permissions-chase
Permissions chase
|
2016-10-24 11:43:52 -07:00 |
|
ChaseLEngel
|
c36ab446f6
|
Update acl and policy tests to use Permissions.
|
2016-10-21 23:45:39 -07:00 |
|
ChaseLEngel
|
b748586d95
|
Fixing type assertions.
|
2016-10-21 21:12:02 -07:00 |
|
Mark Woolsey
|
e9b5155dcc
|
Merge pull request #4 from ChaseLEngel/permissions
Permissions
|
2016-10-21 19:38:09 -07:00 |
|
mwoolsey
|
b3c6aa423c
|
permissions structure now holds a map of strings to empty structs. Modified acl.go to acommidate these changes
|
2016-10-21 19:35:55 -07:00 |
|
ChaseLEngel
|
f722003e62
|
Implemented AllowOperation parameter permission checking for request data.
|
2016-10-21 18:38:05 -07:00 |
|
Jeff Mitchell
|
7f8ac1fa8d
|
Add 'make proto' target
|
2016-10-20 12:39:19 -04:00 |
|
Jeff Mitchell
|
3d90f2ba0e
|
Bump Go version in cross Dockerfile
|
2016-10-19 22:29:26 -04:00 |
|
vishalnayak
|
d6dfa44f7a
|
Docs: Add port numbers to redirect_addr
|
2016-10-19 22:07:25 -04:00 |
|
Vishal Nayak
|
dbdf068e81
|
Merge pull request #2017 from hashicorp/client-redirect-default
Docs: Update the client redirection defaults
|
2016-10-19 09:41:50 -04:00 |
|
vishalnayak
|
5c7d1cb0a0
|
changelog++
|
2016-10-19 09:42:50 -04:00 |
|
Vishal Nayak
|
abbaa2ba21
|
Merge pull request #2016 from hashicorp/ssh-temp-identity-file
ssh: Use temporary file to store the identity file and ensure its deletion
|
2016-10-19 09:38:27 -04:00 |
|
vishalnayak
|
b85687a639
|
Docs: Update the client redirection defaults
|
2016-10-18 13:27:19 -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 |
|
Vishal Nayak
|
64965b889e
|
Merge pull request #2006 from hashicorp/update-github-docs
Update github login output in the docs
|
2016-10-18 10:27:06 -04:00 |
|