Clint
95810d1360
Return logical.StatusBadRequest on requests with missing token ( #8457 )
...
* Add test for 400 status on missing token
* Return logical.StatusBadRequest on missing token
* remove commented out code
Co-authored-by: Vishal Nayak <vishalnayak@users.noreply.github.com>
2020-10-26 16:17:25 -04:00
Michael Golowka
d2c9522d39
Password policies in DB engine
...
Also expanded support for all DBs for root credential rotation & static credential rotation
2020-10-26 14:01:08 -06:00
Michael Golowka
e07fe992ef
DBPW - Add readme to dbplugin package ( #10230 )
2020-10-26 13:57:02 -06:00
Jeff Mitchell
a07b6ba1d2
Add omitempty's to MountEntry and MountConfig ( #7154 )
...
Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
Co-authored-by: Vishal Nayak <vishalnayak@users.noreply.github.com>
2020-10-26 15:34:55 -04:00
Theron Voran
b705d71ae7
Add info about aws timeouts to docs ( #10209 )
...
In auth/aws, seal/awskms, and secrets/aws, storage/s3, and
storage/dynamodb.
One blurb for the docs pages and one for the .0 upgrade pages.
2020-10-26 11:15:59 -07:00
Tom Proctor
a095d1e809
changelog++
2020-10-26 17:50:32 +00:00
dr-db
fb31a72b02
Updates Go version in README to 1.14.7, to match reality ( #10237 )
2020-10-25 22:50:25 -07:00
Aleksandr Bezobchuk
95bbd8d920
Merge PR #10192 : Auto-Join: Configurable Scheme & Port (and add k8s provider)
2020-10-23 16:13:09 -04:00
Byungjin Park (BJ)
ca63903321
Fix outdated enable-versioning command usage in kv ( #10212 )
2020-10-23 12:46:20 -07:00
Chelsea Shaw
08137dcbd9
Default objects should return a function to avoid breaking ember's idea of what a default value should look like ( #10218 )
2020-10-23 14:23:51 -05:00
Nick Cabatoff
0d6a929a4c
Same seal migration oss ( #10224 )
...
* Refactoring and test improvements.
* Support migrating from a given type of autoseal to that same type but with different parameters.
2020-10-23 14:16:04 -04:00
Chelsea Shaw
071f651a5a
Update language on primary to reflect how many known secondaries there are, and update CTA for viewing all ( #10217 )
2020-10-23 11:58:06 -05:00
Tom Proctor
53875004df
DBPW - Migrate Redshift database plugin to v5 interface ( #10195 )
2020-10-23 14:10:57 +01:00
Ryan Treat
d5169bae28
Update Venafi Secrets Engine doc to account for recent enhancements ( #10221 )
2020-10-22 16:25:37 -07:00
Michael Golowka
bd79fbafb3
Add couchbase, elasticsearch, and mongodbatlas back ( #10222 )
...
Updated the `Serve` function so these can be added back into Vault
2020-10-22 17:20:17 -06:00
Michael Golowka
e6c8ee24ea
DBPW - Enables AutoMTLS for DB plugins ( #10220 )
...
This also temporarily disables couchbase, elasticsearch, and
mongodbatlas because the `Serve` function needs to change signatures
and those plugins are vendored in from external repos, causing problems
when building.
2020-10-22 15:43:19 -06:00
Theron Voran
7d92ce446e
changelog++
2020-10-22 14:03:04 -07:00
Theron Voran
92fa04c910
Update auth/jwt to latest master ( #10214 )
...
Fixes oidc config UI, and adds EdDSA (ed25519) to supported algorithms
2020-10-22 13:59:37 -07:00
Michael Golowka
9d8312571e
Remove newdbplugin package ( #10216 )
2020-10-22 13:33:27 -06:00
Calvin Leung Huang
de5dc075df
changelog++
2020-10-22 11:51:36 -07:00
Mike Grass
e1541a4569
Improve errors for aws login with an unbound ARN ( #10036 )
...
* Improve errors for aws login with an unbound ARN
* Factor hasWildcardBind into its own function
Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>
2020-10-22 11:24:47 -07:00
Meggie
ecaa561262
Updating latest version to 1.5.5 on website ( #10208 )
2020-10-21 19:27:43 -04:00
Meggie
edd16e1073
changelog++
2020-10-21 19:13:45 -04:00
Lauren Voswinkel
3328a2a2b7
Update HanaDb to v5 Database interface ( #10142 )
...
* Update HanaDb to v5 dbplugin
* Add ability to update passwords for HANA db
2020-10-21 15:55:56 -07:00
Aleksandr Bezobchuk
57566037b2
changelog++
2020-10-21 16:38:24 -04:00
Chelsea Shaw
2e462991a1
Ui/pricing metrics api hookup ( #10196 )
...
* Update language to reflect that current namespace includes all children as well
* Update metrics config value to correct ones
* Handle 204 no data from activity endpoint
* Wrap metrics date inputs in form so it handles keyboard events like Enter
* Pass default span and retention months from config
* remove stray space
2020-10-21 11:35:36 -05:00
Jim Kalafut
c8303c9263
changelog++
2020-10-20 14:28:02 -07:00
Jason O'Donnell
cdcbac013b
docs: update helm to 0.8.0 ( #10190 )
...
* docs: update helm to 0.8.0
* Fix formatting
* Add allowed values to failurePolicy
2020-10-20 15:47:47 -04:00
Michael Golowka
f4a3bf46ed
Couchbase -> 0.2.0; Elasticsearch -> 0.6.0; MongoDBAtlas -> 0.2.0 ( #10188 )
2020-10-20 11:48:53 -06:00
Jason O'Donnell
2dbd6dd098
Update injector docs for 0.6.0 ( #10186 )
2020-10-20 13:09:37 -04:00
Josh Mills
99408dbf62
Fix grammar error in Okta UI field help text ( #10183 )
2020-10-20 09:07:32 -07:00
Mike Green
77ea265a0a
Clarify prometheus_retention_time to 0 ( #10187 )
...
zero prometheus_retention_time will disable.
2020-10-20 11:51:08 -04:00
Michael Golowka
53222a2546
DBPW - Remove AutoMTLS option from DB plugin opts ( #10182 )
2020-10-19 16:35:04 -06:00
Michael Golowka
ec29078acb
DBPW - Update docs with password policies & new Database interface ( #10138 )
2020-10-19 15:58:09 -06:00
Angel Garbarino
108da2c2dc
fix by returning apiPath from the model ( #10122 )
...
* fix by returning apiPath from the model
* remove unused service
* be more specific of when setting dynamicApiPath
* new acceptance test for auth list
* remove unused policy
* udpate comment
2020-10-19 10:42:01 -06:00
Angel Garbarino
bdf8528120
Update CHANGELOG.md
2020-10-19 10:15:06 -06:00
Angel Garbarino
cf48c6a4c0
update modal text to clarify ( #10155 )
2020-10-19 09:59:03 -06:00
Jeff Escalante
ee6dafcf45
fix press kit ( #10169 )
2020-10-18 22:07:58 -07:00
Theron Voran
272d7c8bea
changelog++
2020-10-16 17:14:29 -07:00
Julien Rottenberg
6c6dc2bfbb
Fix for broken link ( #10152 )
2020-10-16 16:44:33 -07:00
davidadeleon
ab18a74c08
Updated missing code encoding around two path references ( #10161 )
2020-10-16 16:26:28 -07:00
Theron Voran
374b9dea42
changelog++
2020-10-16 15:57:24 -07:00
Theron Voran
a3375f0fc8
Set default IMDS timeouts to match AWS SDK ( #10133 )
2020-10-16 15:54:16 -07:00
Calvin Leung Huang
19f7fea565
changelog++
2020-10-16 15:40:24 -07:00
Michael Golowka
a9e7edab39
DBPW - Updated couchbase plugin ( #10162 )
2020-10-16 15:19:42 -06:00
Danielle
b821d35acb
approle: Include role_name in alias metadata ( #9529 )
...
This change allows people who are using templated policies to use the
role_name in their templates through {{
identity.entity.aliases.approle.metadata.role_name }}.
Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>
2020-10-16 14:01:57 -07:00
Aleksandr Bezobchuk
0d6a0ec589
Merge PR #10010 : Rate Limit Quotas: Allow Exempt Paths to be Configurable
2020-10-16 14:58:19 -04:00
Nick Cabatoff
66274607b7
OSS changes for enterprise automated snapshots ( #10160 )
2020-10-16 14:57:11 -04:00
Calvin Leung Huang
af2c3a851d
database/test: use vault.TestWaitActive when we're starting up a test cluster ( #10158 )
2020-10-16 09:35:55 -07:00
Hridoy Roy
b31f494673
Changelog for new metric regarding leader status [VAULT-672] ( #10136 )
...
* changelog update for leader status reporting
* changelog update for leader status reporting
* wrong location for changelog update
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
Co-authored-by: HridoyRoy <hridoyroy@Hridoys-MacBook-Pro.local>
2020-10-15 14:49:20 -07:00