Matthew Irish
11508c78a4
add a test to verify the api explorer basic loading and funtionality works ( #7200 )
2019-08-01 16:18:47 -05:00
Matthew Irish
29a85fa1c5
UI kmip acceptance ( #7129 )
...
* change the story blueprint so that using -ir will generate a story in the expected place for in-repo addons and engines
* update gen-story-md script to do output md to stories folder inside of in-repo addons and engines
* update storybook config to look for story files in /lib
* add story for list-view component
* add list view page object
* add kmip page objects and tests
* update storybook commands in the README
* split tests up more
* update var name in storybook
2019-08-01 16:04:59 -05:00
Matthew Irish
7437dc9821
ancestorKeysForKey always returns an array ( #6205 )
2019-08-01 15:49:37 -05:00
Jeff Mitchell
03f90c56a9
changelog++
2019-08-01 16:23:21 -04:00
John Morrissey
596b1a990c
avoid a panic on failed creds polling ( #7238 )
2019-08-01 16:22:15 -04:00
Jeff Mitchell
a9ba15a075
Add AppRole upgrade issue to upgrade guide for 1.2.0 ( #7234 )
2019-08-01 11:50:43 -04:00
Jim Kalafut
beea6358f3
Fix GCP docs formatting ( #7120 )
2019-08-01 08:00:42 -07:00
Andre Hilsendeger
8f8af53394
docs: add connection options for MySQL storage backend ( #7171 )
2019-08-01 08:00:00 -07:00
Eko Simanjuntak
a6b45bd2df
fixing typo on chiphertext prefix ( #7189 )
2019-08-01 07:41:52 -07:00
Becca Petrin
271bfdcda4
AWS credential plugin maintenance ( #7114 )
2019-07-31 16:11:35 -07:00
Paul Banks
2c62c96fee
Fix JSON example syntax in identity docs ( #7227 )
2019-07-31 15:23:00 -07:00
Becca Petrin
5c9228a021
Fix tag ( #7221 )
...
* fix tag
* Update index.html.md.erb
2019-07-30 15:51:31 -07:00
Becca Petrin
0b31996aa7
improve tls cert docs ( #7132 )
2019-07-30 13:57:36 -07:00
Jeff Mitchell
20aeba2fbe
Fix PCF location in sidebar
2019-07-30 16:12:55 -04:00
Calvin Leung Huang
1eb7e3cd43
docs: add kmip docs/api to the sidebar ( #7218 )
2019-07-30 15:59:07 -04:00
Calvin Leung Huang
d9ec7ea38c
docs: add pcf docs/api to sidebar ( #7219 )
2019-07-30 15:58:51 -04:00
Jeff Mitchell
fc79848856
Add token helper partial and pull into auth docs ( #7220 )
2019-07-30 15:58:32 -04:00
Jeff Mitchell
e118b41d09
Fix yml exception in PCF docs
2019-07-30 15:02:53 -04:00
Jeff Mitchell
ab8d3e4a8a
changelog++
2019-07-30 12:47:18 -04:00
Jeff Mitchell
01987f972c
Add 1.2.0 upgrade guide
2019-07-30 12:37:45 -04:00
Jeff Mitchell
9ffac1dfd3
Cut version 1.2.0
2019-07-30 01:05:06 -04:00
Jeff Mitchell
f0a9d9910f
Revert "Generalize and improve testcluster-building code ( #7177 )" ( #7212 )
...
This reverts commit d177fc7dd1aa7beda8b1c5bf5a8a4e85d725cca5.
2019-07-30 01:04:06 -04:00
Jeff Mitchell
cfffaa5f09
Updating plugin deps
2019-07-30 00:26:33 -04:00
Jeff Mitchell
23b1b27cec
Update api/sdk
2019-07-30 00:24:27 -04:00
Jeff Mitchell
356faff9ab
Update api's sdk
2019-07-30 00:23:57 -04:00
Jeff Mitchell
1d75ace163
Update files for release
2019-07-30 00:23:20 -04:00
Jeff Mitchell
46b78b8143
changelog++
2019-07-29 22:31:12 -04:00
Jeff Mitchell
e3ef0d3051
Pull in updated secrets-ad plugin
2019-07-29 18:10:13 -04:00
Jeff Mitchell
8cec74e256
Fix tests
2019-07-29 17:40:04 -04:00
Brian Kassouf
bdfa2c7828
Add additional raft chunk test ( #7192 )
...
* Add an end-to-end raft chunk test
* Apply suggestions from code review
Co-Authored-By: Jim Kalafut <jkalafut@hashicorp.com>
2019-07-29 14:11:46 -07:00
Brian Kassouf
b83aaf7331
storage/raft: Support storage migration to raft storage ( #7207 )
...
* Support raft in the migration command
* Add comments
2019-07-29 13:05:43 -07:00
Jeff Mitchell
022eaf1f5d
Port LDAP getCN changes to 1.2 branch ( #7209 )
2019-07-29 15:43:34 -04:00
Jeff Mitchell
4d488f6f25
changelog++
2019-07-29 14:04:29 -04:00
Björn Wenzel
f4334ec824
Vault-CRD to synchronize Secrets with Kubernetes ( #7105 )
2019-07-29 11:04:42 +02:00
Jeff Mitchell
71c444a960
changelog++
2019-07-28 20:33:59 -04:00
Lexman
cf00988a49
also flush nilNamespace when a namespace is flushed in the identity/oidc backend ( #7203 )
...
* also flush nilNamespace when a namespace is flushed
* adds test cases with nilNamespace.ID
* adds a test case
* adds a test for oidcCache.Flush
* fixed a typo in an error message
2019-07-26 19:53:40 -07:00
ncabatoff
7512a71a4c
Generalize and improve testcluster-building code ( #7177 )
...
There are a few different things happening in this change. First, some code that previously lived in enterprise has moved here: this includes some helper code for manipulating clusters and for building storage backends. Second, the existing cluster-building code using inmem storage has been generalized to allow various storage backends. Third, added support for creating two-cluster DR setups. Finally, there are tweaks to handle edge cases that
result in intermittent failures, or to eliminate sleeps in favour of polling to detect state changes.
Also: generalize TestClusterOptions.PhysicalFactory so it can be used either
as a per-core factory (for raft) or a per-cluster factory (for other
storage backends.)
2019-07-26 16:42:51 -04:00
Brian Kassouf
8f7dca085c
changelog++
2019-07-26 10:56:20 -07:00
Jim Kalafut
e3484526b8
Update identity token docs ( #7195 )
2019-07-26 09:59:38 -07:00
Sam Salisbury
537b1fbd4d
ci: doc+warn about editing/merging generated file ( #7201 )
...
- This is the result of calling ./install from
https://github.com/samsalisbury/circleci-multi-file-config
at commit 920f5330430303196781d668e8546337427cceab
2019-07-26 17:32:13 +01:00
Sam Salisbury
062757fe3c
ci: increase memory for browserstack tests ( #7202 )
...
- Specifically to solve an OOM for babel.
2019-07-26 17:02:44 +01:00
Brian Kassouf
68a82d47d2
changelog++
2019-07-25 14:23:18 -07:00
Jeff Mitchell
3f059a4d8c
Cut version 1.2.0-rc1
2019-07-25 14:41:58 -04:00
Jeff Mitchell
42d5ca86ea
Fix Dockerfile
2019-07-25 14:11:03 -04:00
Jeff Mitchell
dfbceecf22
Add gomiports to Dockerfile
2019-07-25 14:08:51 -04:00
Jeff Mitchell
73ae1829d8
Add goimports to makefile external tools
2019-07-25 14:02:16 -04:00
Jeff Mitchell
4c77d69fff
Prep for rc1 release
2019-07-25 13:08:49 -04:00
Jeff Mitchell
abcae3830f
Updating plugin deps
2019-07-25 13:01:47 -04:00
Jeff Mitchell
6ca4fa02df
Bump api/sdk
2019-07-25 12:59:29 -04:00
Jeff Mitchell
522c11e654
Update api's sdk version
2019-07-25 12:57:51 -04:00