Becca Petrin
8bbf6e6fc3
update to latest plugin dependencies
2019-06-19 10:04:49 -07:00
Becca Petrin
35faaef504
update field name to change from pr feedback
2019-06-19 09:54:18 -07:00
Jim Kalafut
d3e47869b7
changelog++
2019-06-19 08:37:24 -07:00
Sam Salisbury
49230ce5f0
Merge pull request #6924 from hashicorp/fix-netlify-tf
...
pin github and netlify providers and fix config
2019-06-19 16:01:52 +01:00
Alvin Huang
168a7ab1d5
pin github and netlify providers and fix config
2019-06-19 10:45:35 -04:00
Jeff Mitchell
3f1c510bc9
Fix a deadlock if a panic happens during request handling ( #6920 )
...
* Fix a deadlock if a panic happens during request handling
During request handling, if a panic is created, deferred functions are
run but otherwise execution stops. #5889 changed some locks to
non-defers but had the side effect of causing the read lock to not be
released if the request panicked. This fixes that and addresses a few
other potential places where things could go wrong:
1) In sealInitCommon we always now defer a function that unlocks the
read lock if it hasn't been unlocked already
2) In StepDown we defer the RUnlock but we also had two error cases that
were calling it manually. These are unlikely to be hit but if they were
I believe would cause a panic.
* Add panic recovery test
2019-06-19 09:40:57 -04:00
Jim Kalafut
8217548bc1
changelog++
2019-06-18 17:14:20 -07:00
Calvin Leung Huang
89cf760e47
changelog++
2019-06-18 15:57:19 -07:00
Calvin Leung Huang
76cc52f48c
auth/aws: guard against malformed assumed role ARNs ( #6917 )
...
* auth/aws: guard against malformed assumed role ARNs
* revert helper func changes
2019-06-18 15:51:40 -07:00
Becca Petrin
3c9c47f97d
Update CHANGELOG.md
2019-06-18 14:34:30 -07:00
Becca Petrin
500df379fd
Merge pull request #6916 from hashicorp/fix-es-db-plugin-compilation
...
Fix TestPluginCatalog_List
2019-06-18 14:16:41 -07:00
Becca Petrin
f6703c3630
fix test
2019-06-18 14:04:08 -07:00
Jeff Mitchell
630380700b
changelog++
2019-06-18 16:44:19 -04:00
Jeff Mitchell
8603573611
Update group alias handling to better protect against namespace differences
...
Also, allow canonical ID to be switched
2019-06-18 16:43:30 -04:00
Yoko
ba82b04b15
Added a note about JWT ( #6899 )
2019-06-18 12:36:51 -07:00
Jeff Mitchell
659f97a0b7
Update api and sdk to remove direct gogo dep
2019-06-18 14:51:13 -04:00
Jeff Mitchell
1a7fee63e3
Update sdk in api/
2019-06-18 14:50:21 -04:00
Jeff Mitchell
2ff5380179
Remove gogo proto from where it snuck in
2019-06-18 14:45:42 -04:00
Becca Petrin
57b2fbbd78
add to sidebar
2019-06-18 11:08:38 -07:00
Becca Petrin
2451fa8fd7
Merge pull request #6911 from hashicorp/fix-aws-region-test
...
Fix failing AWS region test
2019-06-18 10:14:04 -07:00
Becca Petrin
63f38d0fd4
fix failing region test
2019-06-18 09:50:38 -07:00
Becca Petrin
50b2439b2b
Merge pull request #6908 from hashicorp/fix-test-predict-plugins
...
Fix test predict plugins
2019-06-18 09:39:25 -07:00
Becca Petrin
1034e564f1
fix test
2019-06-18 09:36:25 -07:00
Becca Petrin
7be6286966
fix typo
2019-06-18 09:32:14 -07:00
Jeff Mitchell
1e5398efb3
Update api/sdk in main repo
2019-06-18 12:24:15 -04:00
Jeff Mitchell
c466791207
Bump API's SDK version
2019-06-18 12:23:16 -04:00
Jeff Mitchell
fde6a90edc
Return integers, not floats, when reading token params
2019-06-18 12:22:12 -04:00
Jeff Mitchell
8ae4149703
Update description field for some token store role values to be accurate
2019-06-18 11:33:56 -04:00
Jeff Mitchell
6ddac3ad33
Bump api/sdk dep
2019-06-18 11:19:15 -04:00
Jeff Mitchell
49ca5cec91
Bump api against latest sdk
2019-06-18 11:18:22 -04:00
Jeff Mitchell
c0db3df73d
Update go-plugin dep
2019-06-18 10:53:38 -04:00
Jeff Mitchell
334efe4743
changelog++
2019-06-18 10:29:51 -04:00
Jeff Mitchell
d65a716b63
Add a force capability to delete in the policy store
...
This allows us to truly delete policies when we've either invalidated it
(which since they're singletons/default should only happen when we're
doing a namespace delete) or are doing a namespace delete on the local
node.
2019-06-18 10:25:57 -04:00
Becca Petrin
3fc63eb9d5
add api docs
2019-06-17 16:56:14 -07:00
Becca Petrin
cd1b53b350
add agent docs
2019-06-17 15:24:10 -07:00
Becca Petrin
2cc7545351
Merge pull request #6897 from hashicorp/add-es-docs-to-list
...
Add ElasticSearch docs to sidebars
2019-06-17 15:21:46 -07:00
Becca Petrin
30d7f742b3
fix more typos
2019-06-17 15:09:43 -07:00
Becca Petrin
1ca20773c2
fix typos
2019-06-17 15:08:37 -07:00
Becca Petrin
a420b966bb
add docs
2019-06-17 15:00:30 -07:00
Jeff Mitchell
1e1e7c9321
Fix some tests
2019-06-17 17:02:34 -04:00
Becca Petrin
ca165ffdef
add es docs to sidebars
2019-06-17 12:05:57 -07:00
Evan Phoenix
29a287648e
Upgrade github.com/lib/pq to pickup SCRAM-SHA-* methods ( #6895 )
2019-06-17 14:45:27 -04:00
Becca Petrin
7927cc3a43
Update elasticdb.html.md
2019-06-17 11:24:42 -07:00
Becca Petrin
117d28d966
Merge pull request #6857 from hashicorp/add-elasticsearch-auth
...
Add ElasticSearch database secrets engine
2019-06-17 11:19:01 -07:00
Becca Petrin
17a682da40
Merge branch 'opensource-master' into add-elasticsearch-auth
2019-06-17 11:12:51 -07:00
Becca Petrin
fd2e859617
update doc to 7.1.1
2019-06-17 11:12:16 -07:00
ncabatoff
006bab1e49
Add new license callback init step for logical backends. ( #6887 )
2019-06-17 14:11:35 -04:00
Frederic Hemberger
8c5476fb0c
Website(api/secret/identity): Fix whitespace in JSON examples ( #6889 )
2019-06-16 09:26:37 -04:00
Joshua Ogle
f58b79db7f
UI: Remove upgrade modal ( #6871 )
...
* Remove upgrade-link component
* Hide enterprrise links from OSS
* Don't show sidebar if they can't use the options
2019-06-14 15:46:18 -06:00
Jeff Mitchell
51f3d3137f
Update vendoring and api/sdk
2019-06-14 14:29:16 -04:00