Commit Graph

12021 Commits

Author SHA1 Message Date
Chelsea Shaw 3934b9888c
changelog++ 2020-05-01 12:07:56 -05:00
Chelsea Shaw ddeec8ab0b
UI/Fix snowman that appears when namespaces have more than one period (#8910) 2020-05-01 12:06:32 -05:00
ncabatoff a6809fdbaf
Write NewTestCluster logs to files, which get deleted if the test passes (#8911) 2020-05-01 12:26:26 -04:00
Jason O'Donnell ece5329dae
doc: fix order of auth method sidebar (#8902) 2020-04-30 16:35:55 -04:00
Calvin Leung Huang 87886c6f18
website: bump version to 1.4.1 (#8904)
* website: bump version to 1.4.1

* website: update changelog URL
2020-04-30 12:43:35 -07:00
Calvin Leung Huang e01ec7bd66
changelog++ 2020-04-30 12:40:06 -07:00
Calvin Leung Huang 200e681702
Update website README 2020-04-30 12:38:28 -07:00
Mike Jarmy 10a25d59b0
Update CHANGELOG.md 2020-04-30 14:41:59 -04:00
Brian Kassouf a0e10f833c
changelog++ 2020-04-30 10:35:53 -07:00
ncabatoff d0754790ab
Define Consul version to test against in one place, and let it be overriden by environment. Exception: some tests that verify interoperability with older Consul versions still specify a version explicitly. (#8901) 2020-04-30 13:06:24 -04:00
ncabatoff 997fe6152c
Add overlooked role params. (#8898) 2020-04-30 13:05:20 -04:00
grantorchard 4d8c7d3f19
Update index.mdx (#8895) 2020-04-30 09:25:59 -07:00
Brian Kassouf 826fb140e5 Fix Makefile 2020-04-30 13:13:46 +01:00
Becca Petrin 62d266e9b7
Add AWS auth metadata changes to upgrade guide (#8887)
* add aws auth metadata changes to upgrade guide
2020-04-29 21:52:03 -07:00
Sam Salisbury 5d1b7e38e6 Makefile: add goimports to CI tools
- This is needed for building the final release.
2020-04-29 21:35:35 +01:00
Vishal Nayak 267cdb5c70 changelog++ 2020-04-29 16:32:25 -04:00
Theron Voran 3c0f80f1dc
Update the vault-helm ingress config docs (#8881)
The chart defines the `backend` stanza, so the `path` list should
just be path strings. More typos: `tls.hosts` is a list, not a
string.
2020-04-29 12:10:26 -07:00
Jim Kalafut 9ec10973e7
changelog++ 2020-04-29 10:22:18 -07:00
Jim Kalafut ed59b811a5
changelog++ 2020-04-29 10:20:30 -07:00
Lauren Voswinkel b3cbad3b43 Update CHANGELOG.md to include namespace list changes in 1.4.1 2020-04-29 10:17:44 -07:00
Scott G. Miller bf402405d2 changelog++ 2020-04-29 12:16:04 -05:00
Brian Kassouf 3319421a67
changelog++ 2020-04-29 10:08:21 -07:00
Noelle Daley 7b9482be4a
Update CHANGELOG.md 2020-04-29 09:59:00 -07:00
Yong Wen Chua f0720205c3
[auth/gcp] Add missing permission to documentation (#8689)
* [auth/gcp] Add missing permission to documentation

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>

* Clarified group aliases
2020-04-29 09:42:59 -07:00
Becca Petrin 405fbaface
document new gcp auth metadata fields (#8879) 2020-04-29 09:38:13 -07:00
Becca Petrin 5e2285ed51 changelog++ 2020-04-29 09:11:03 -07:00
Becca Petrin 74c1bf6894
document aws auth metadata (#8880) 2020-04-29 07:36:38 -07:00
Mike Jarmy 38acc09a2f
Add release date for 1.3.5 2020-04-28 17:58:31 -04:00
Michael Golowka 34106136cd
GCP Auth docs - Move `iam_alias` and `gce_alias` to config instead of role (#8862)
Move `iam_alias` and `gce_alias` to config instead of role
2020-04-28 13:55:07 -06:00
ncabatoff 4b67819942
changelog++ 2020-04-28 13:08:10 -04:00
Jim Kalafut 8493d0a257
changelog++ 2020-04-27 22:02:43 -07:00
Calvin Leung Huang e51ed99211
changelog++ 2020-04-27 18:01:48 -07:00
Calvin Leung Huang c1ac2af9f2
database/mongodb: revert to old retry behavior (#8863)
* database/mongodb: revert to old retry behavior

* add a default case for non-EOF errors
2020-04-27 17:20:25 -07:00
ncabatoff 55609f1d38
Ensure that the .vault-token file writen by `vault login` always has the correct permissions and ownership. (#8867) 2020-04-27 19:55:13 -04:00
Jim Kalafut de2d7b5260
Update OIDC configuration docs (#8771) 2020-04-27 15:59:40 -07:00
Scott Miller 2f0254d05a
Handle request errors during raft snapshot (#8861)
* Handle request errors during raft snapshot
2020-04-27 13:39:06 -05:00
Becca Petrin 3b420b0735
Add helper for aliasmetadata and add to AWS auth (#8783)
* add aliasmetadata sdk helper and add to aws auth

* split into ec2_metadata and iam_metadata fields

* fix tests

* strip pointer

* add test of default metadata

* more test <3

* switch from interface to custom marshallers

* add tests for marshalling

* store nil when selected fields are default

* separate loop into pieces

* separate acc test into multiple

* Update builtin/credential/aws/path_login.go

Co-Authored-By: Jim Kalafut <jkalafut@hashicorp.com>

* changes from feedback

* update aws test

* refactor to also populate auth metadata

* update how jsonification is tested

* only add populated metadata values

* add auth_type to ec2 logins

Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
2020-04-27 10:06:07 -07:00
Calvin Leung Huang 67ce5cf9d4
changelog++ 2020-04-27 09:52:41 -07:00
Calvin Leung Huang ec8448ab56
token: disallow periods on custom token IDs (#8646)
* token: disallow periods on custom token IDs

* docs: update token API docs
2020-04-27 09:39:33 -07:00
Michael Golowka 1dbc6d3dd0
Add 'iam_alias' and 'gce_alias' fields to API docs (#8822) 2020-04-27 09:54:51 -06:00
Michael Hofer 62ee11ef02
Fix typo in Entropy Augmentation docs sales contact link (#8851) 2020-04-26 14:24:48 -07:00
Clement Chauplannaz 5f3a64595b
Typo in response-wrapping.mdx (#8849) 2020-04-26 10:00:32 -07:00
Austin Gebauer 98bea4517f
fix: removes broken golangci-lint external tool from bootstrap (#8846) 2020-04-24 17:52:23 -07:00
Calvin Leung Huang 5b53fd9e34
changelog++ 2020-04-24 13:34:40 -07:00
Calvin Leung Huang 660ce17dd0
seal/gcpkms: fix panic that occurs when the seal config map is nil (#8840) 2020-04-24 13:31:03 -07:00
Dustin Decker 08571a0ac3
Add identity num_entities gauge metric (#8816)
Signed-off-by: Dustin Decker <dustindecker@protonmail.com>
2020-04-23 19:29:42 -05:00
Brian Kassouf 21cdba6fb5
identity: Add batch entity deletion endpoint (#8785)
* identity: Add batch entity deletion endpoint

* Update the parameter description

* Update error message

* Update helper/storagepacker/storagepacker.go

Co-Authored-By: Vishal Nayak <vishalnayak@users.noreply.github.com>

* Review feedback

* Update vault/identity_store_entities.go

Co-Authored-By: Calvin Leung Huang <cleung2010@gmail.com>

Co-authored-by: Vishal Nayak <vishalnayak@users.noreply.github.com>
Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>
2020-04-23 15:25:13 -07:00
Calvin Leung Huang 4f982ea12e
changelog++ 2020-04-23 14:13:45 -07:00
Calvin Leung Huang e9f73e66c2
userpass: fix upgrade value for token_bound_cidrs (#8826) 2020-04-23 14:00:21 -07:00
Austin Gebauer 149a6eea50
changelog++ 2020-04-23 11:51:10 -07:00