Commit graph

5285 commits

Author SHA1 Message Date
lemondrank 975ac72822 started acl_test updates 2016-10-30 15:09:45 -07:00
Benjamin Campbell 35542e39d7 Use gpg binary in PGP website documentation (#2047) 2016-10-30 13:09:56 -04:00
Vishal Nayak b3c805e662 Audit the client token accessors (#2037) 2016-10-29 17:01:49 -04:00
Jeff Mitchell b8b962c6e5 Rearrange libs 2016-10-29 13:53:06 -04:00
Mark Paluch 8c5d40df16 Add Spring Vault to client libraries (#2042) 2016-10-29 13:52:16 -04:00
Mark Woolsey 7ae9f38883 Merge pull request #7 from ChaseLEngel/permissions
Permissions
2016-10-28 12:56:12 -07:00
mwoolsey b5669d73db 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 3a0e01a5d7 Added the merging of wildcards to allowed and denied parameters. 2016-10-28 12:33:50 -07:00
Jeff Mitchell 0ed2dece6d 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 dd66aa2cbe 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 bcd0618623 updated testing on a policy to cover parameters in the policy 2016-10-28 10:18:31 -07:00
Jeff Mitchell 9d5462ca04 Don't cache physical responses when thre was an error (#2040) 2016-10-28 12:55:56 -04:00
vishalnayak 49f6ab681e changelog++ 2016-10-28 10:08:35 -04:00
Vishal Nayak 8aed138f17 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 48196228d6 s/localhost/127.0.0.1 in approle docs 2016-10-28 09:46:39 -04:00
vishalnayak 260424244b s/localhost/127.0.0.1 2016-10-28 09:23:05 -04:00
vishalnayak 4ab6bd41c4 Using AppRole as an example. Removed 'root' policy being used in examples 2016-10-28 01:24:25 -04:00
vishalnayak 4cd4d48fd6 changelog++ 2016-10-27 21:42:13 -04:00
Vishal Nayak aca2f68b7b 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 65f0ce8ca3 Remove the sanity check which is not proving to be useful 2016-10-27 19:11:26 -04:00
Vishal Nayak 65b65eba30 Merge pull request #2034 from greglook/patch-1
Update libraries.html.md
2016-10-27 17:08:44 -04:00
Greg Look 089798b5d1 Update libraries.html.md
Add Clojure Vault client.
2016-10-27 11:39:52 -07:00
vishalnayak c199d48689 changelog++ 2016-10-27 12:29:47 -04:00
Vishal Nayak b401a2ae53 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 dc93e57cf1 Return the revocation_sql from role read all the time 2016-10-27 12:24:31 -04:00
Jeff Mitchell 22b5bd54e3 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 e0fb8c17ce Added revocation_sql to the website docs 2016-10-27 12:15:08 -04:00
Vishal Nayak da9ee9a4c1 Merge pull request #2031 from hashicorp/transit-helper
Transit helper
2016-10-26 20:24:55 -04:00
vishalnayak ac9304e660 Remove the methods introduced to make the tests work from its older package 2016-10-26 20:03:51 -04:00
vishalnayak c14a6c8666 Move policy test to keysutil package 2016-10-26 19:57:28 -04:00
vishalnayak 6d1e1a3ba5 Pulled out transit's lock manager and policy structs into a helper 2016-10-26 19:52:31 -04:00
Vishal Nayak c74303dd59 Merge pull request #2029 from bfallik/patch-1
Update aws-ec2.html.md
2016-10-26 16:57:39 -04:00
vishalnayak b30c31a693 changelog++ 2016-10-26 16:33:41 -04:00
Vishal Nayak 79d45355c8 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 d3f71e7232 doc: syslog change data type from bool to string (#1998) 2016-10-26 16:18:31 -04:00
Brian Fallik 59a59a3235 Update aws-ec2.html.md
fix minor typo
2016-10-26 15:40:40 -04:00
Raja Nadar 9bba65e614 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 c9545c2afd Merge pull request #5 from ChaseLEngel/permissions-chase
Permissions chase
2016-10-24 11:43:52 -07:00
ChaseLEngel 2ea4caeffb Update acl and policy tests to use Permissions. 2016-10-21 23:45:39 -07:00
ChaseLEngel 353241e328 Fixing type assertions. 2016-10-21 21:12:02 -07:00
Mark Woolsey fcd82ef0c1 Merge pull request #4 from ChaseLEngel/permissions
Permissions
2016-10-21 19:38:09 -07:00
mwoolsey ed982675a1 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 c6b63b5312 Implemented AllowOperation parameter permission checking for request data. 2016-10-21 18:38:05 -07:00
Jeff Mitchell 7c8fca48eb Add 'make proto' target 2016-10-20 12:39:19 -04:00
Jeff Mitchell 951af3b04f Bump Go version in cross Dockerfile 2016-10-19 22:29:26 -04:00
vishalnayak 5ef3e4b5ef Docs: Add port numbers to redirect_addr 2016-10-19 22:07:25 -04:00
Vishal Nayak 47063137eb Merge pull request #2017 from hashicorp/client-redirect-default
Docs: Update the client redirection defaults
2016-10-19 09:41:50 -04:00
vishalnayak ed465687ef changelog++ 2016-10-19 09:42:50 -04:00
Vishal Nayak 703c7c12f2 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 fec9d83dce Docs: Update the client redirection defaults 2016-10-18 13:27:19 -04:00