10305 Commits

Author SHA1 Message Date
Jeff Mitchell
0928750790 Remove disableIndexing 2018-10-23 16:05:45 -04:00
Jeff Mitchell
6b0782989a Fix build 2018-10-23 15:09:35 -04:00
Chris Hoffman
149fc9f0e1
Adding gcpkms docs (#5590)
* adding gcpkms docs

* adding detail links

* adding 1.0 Beta badge
2018-10-23 12:14:32 -07:00
Jeff Mitchell
5c8a37a570 Add disable indexing to core object 2018-10-23 15:04:36 -04:00
Jeff Mitchell
41deb88d68 Add disable-indexing 2018-10-23 15:03:17 -04:00
Jeff Mitchell
db4ff0fe3f changelog++ 2018-10-23 13:50:03 -04:00
Jeff Mitchell
2e1953bd93 changelog++ 2018-10-23 13:49:27 -04:00
Jeff Mitchell
ebc733f4ca
Cut version 1.0.0-beta1 v1.0.0-beta1 2018-10-23 12:47:04 -04:00
Jeff Mitchell
5aa4dbbc9b Check in some generated protos needed by non-native archs 2018-10-23 12:46:47 -04:00
Jeff Mitchell
c87251b399 Fix build 2018-10-23 04:12:23 -04:00
Jeff Mitchell
9d0c9c0542 Bump version for beta1 2018-10-23 04:05:08 -04:00
Jeff Mitchell
ee49d7aa18 Merge branch 'master-oss' into 1.0-beta-oss 2018-10-23 04:02:28 -04:00
Jeff Mitchell
612120e76d
Cut version 0.11.4 v0.11.4 2018-10-23 03:13:53 -04:00
Jeff Mitchell
becd10f43e Make fmt 2018-10-23 03:13:47 -04:00
Jeff Mitchell
2fe91f1a07 Prep for 0.11.4 2018-10-23 02:46:18 -04:00
Jeff Mitchell
05f92994ed Change deprecation warning to 1.1 2018-10-23 02:44:57 -04:00
Chris Hoffman
107ba2ab9a adding gcpkms secrets engine (#784) 2018-10-22 23:39:25 -07:00
Jeff Mitchell
2f5b464bc9
Seal migration (OSS) (#781) 2018-10-22 23:34:02 -07:00
Thomas Kula
8a5e45e2e1 Document that periodic tokens do expire unless explicitly renewed (#5581) 2018-10-22 15:48:16 -04:00
Vishal Nayak
ba028e0884 Fix flag name for kv help text (#5580) 2018-10-22 15:22:43 -04:00
Jeff Mitchell
c967980020 changelog++ 2018-10-22 12:34:33 -04:00
Jeff Mitchell
cc3d17ff2b changelog++ 2018-10-22 12:33:36 -04:00
Jeff Mitchell
17c438350f Merge branch 'master-oss' into 1.0-beta-oss 2018-10-22 12:32:44 -04:00
Jeff Mitchell
4d73667667 changelog++ 2018-10-22 12:25:24 -04:00
Matthew Irish
7e339b117c
UI - New navbar and mount icons everywhere (#778)
New look for the navbar and new functionality on mobile. Also includes new look for the mounts list and headers in secret engines.
2018-10-21 14:19:34 -05:00
Jeff Mitchell
f32e2694c7 fmt 2018-10-20 21:09:51 -04:00
Seth Vargo
a1285b1a88 Fix website formatting (#5576) 2018-10-20 20:35:33 -04:00
Chris Hoffman
a6a9fdb6a3
changelog++ 2018-10-20 11:01:51 -04:00
andrejvanderzee
d22949a7e6 Added role-option max_sts_ttl to cap TTL for AWS STS credentials. (#5500)
* Added role-option max_sts_ttl to cap TTL for AWS STS credentials.

* Allow for setting max_sts_ttl to 0 after it has been set already.

* Fixed message in error response for default_sts_ttl > max_sts_ttl.
2018-10-20 10:36:47 -04:00
Matthew Irish
8c78bb54b2 Merge branch 'oss-master' into 1.0-beta-oss 2018-10-19 20:40:36 -05:00
Geoffrey Grosenbach
b3c1a0a9bc Redirect old install link to learn.hashicorp (#5567) 2018-10-19 16:24:04 -07:00
Jim Kalafut
d5f9c26536
changelog++ 2018-10-19 16:23:44 -07:00
Jim Kalafut
70f71103e6
Update Azure Secrets plugin (#5533) 2018-10-19 16:15:31 -07:00
Brian Kassouf
3dcb20fdd2
Plugin version negotiation (#5434)
* Plugin version updates

* Update datatbase plugins

* Revert netRPC deletions

* Revert netRPC deletions

* Update plugins to serve both versions

* Update database plugins

* Add Initialize back in

* revert pointer changes

* Add deprecation warning

* Update tests

* Update go-plugin

* Review Feedback
2018-10-19 15:56:17 -07:00
Jim Kalafut
7f35c053dd
Fix docs typo 2018-10-19 15:43:45 -07:00
Mitchell Hashimoto
2d18effc09
website: fix netlify redirects for 404s 2018-10-19 15:38:53 -07:00
Matthew Irish
d57c2d1f09
changelog++ 2018-10-19 17:28:02 -05:00
Matthew Irish
a58745b6b6
UI - kv v2 versions page (#5563)
* add versions routes

* move commands and permissions check to stand-alone menu component

* add versions template

* make list-item component more flexible and use hasMenu to optionally render the menu

* move current check next to the version

* fix linting

* remove is-wide from secret list popup
2018-10-19 17:24:57 -05:00
Jeff Mitchell
48b057b6de Merge branch 'master-oss' into 1.0-beta-oss 2018-10-19 17:47:58 -04:00
Calvin Leung Huang
3d1f0d76c0
[Review Only] Autoseal OSS port (#757)
* Port awskms autoseal

* Rename files

* WIP autoseal

* Fix protobuf conflict

* Expose some structs to properly allow encrypting stored keys

* Update awskms with the latest changes

* Add KeyGuard implementation to abstract encryption/decryption of keys

* Fully decouple seal.Access implementations from sealwrap structs

* Add extra line to proto files, comment update

* Update seal_access_entry.go

* govendor sync

* Add endpoint info to configureAWSKMSSeal

* Update comment

* Refactor structs

* Update make proto

* Remove remove KeyGuard, move encrypt/decrypt to autoSeal

* Add rest of seals, update VerifyRecoveryKeys, add deps

* Fix some merge conflicts via govendor updates

* Rename SealWrapEntry to EncryptedBlobInfo

* Remove barrier type upgrade check in oss

* Add key to EncryptedBlobInfo proto

* Update barrierTypeUpgradeCheck signature
2018-10-19 14:43:57 -07:00
Jeff Escalante
7e0b47df28 fix docs sidebar issue, update product subnav (#5564) 2018-10-19 14:34:23 -07:00
Mitchell Hashimoto
4498b88fc5
website: fix broken link in docs header 2018-10-19 14:10:18 -07:00
RJ Spiker
2651d0b568 fix product-subnav broken links (#5561) 2018-10-19 14:05:23 -07:00
Jeff Escalante
af17ad873c analytics correction to run through segment, clean up extra methods in config.rb (#5562) 2018-10-19 14:04:09 -07:00
Jim Kalafut
068da60712
Update Azure Secrets docs (#5554)
Add coverage of application_object_id parameter.
2018-10-19 13:48:15 -07:00
vishalnayak
36be5785a2 changelog++ 2018-10-19 15:51:31 -04:00
Vishal Nayak
fabe1d9e07
Case insensitive identity names (#5404)
* case insensitive identity names

* TestIdentityStore_GroupHierarchyCases

* address review feedback

* Use errwrap.Contains instead of errwrap.ContainsType

* Warn about duplicate names all the time to help fix them

* Address review feedback
2018-10-19 12:47:26 -07:00
madalynrose
8afbc3d32b
Update CHANGELOG.md 2018-10-19 15:22:43 -04:00
Chris Hoffman
ba9c1a249c
safely clean up loaded map (#5558) 2018-10-19 15:21:42 -04:00
madalynrose
d069e90e4d
add masked input to sensitive parts of credentials (#5551) 2018-10-19 15:16:43 -04:00