Seth Vargo
737fdc34e7
Fix Spanner metrics ( #8541 )
...
* Fix metric for Get
This was incorrectly being reported as List
* Measure transactions
2020-03-13 12:35:56 +01:00
Michel Vocks
365ae4290a
changelog++
2020-03-13 08:22:13 +01:00
Tommy Murphy
a936a77f01
stackdriver: metric label extraction ( #8073 )
...
* stackdriver: use label extraction and add debug config
* go.mod: update go-metrics-stackdriver
* vendor go-metrics-stackdriver
2020-03-13 07:58:45 +01:00
Jeff Mitchell
8dd936d738
Remove the versus section on the website. ( #8538 )
...
* Remove the versus section on the website.
We don't keep it maintained, it's very out of date, and we don't really
like comparing ourselves to other software anyways; it's not fair to
describe other software or solutions in ways that may not align with
how they want to be described.
Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com>
2020-03-12 18:17:15 -04:00
Daniel Spangenberg
3f25dd8081
Update CHANGELOG.md
...
Add missing link
2020-03-12 11:19:33 +01:00
Calvin Leung Huang
d9a10633f8
website: update readme with known issues ( #8539 )
...
* website: update readme with known issues
* website: typo fix
* website: typo fix
* website: wrap text for better readability
2020-03-11 14:15:35 -07:00
Angel Garbarino
15e36e16e4
Update CHANGELOG.md
2020-03-11 12:20:43 -06:00
Angel Garbarino
19ff537053
Bug Fix: capitalization of HMAC consistency on transit engine ( #8528 )
...
* upper case the transit form title for hmac
* uppercase hmac for tab
* fix indentation
2020-03-11 09:25:39 -06:00
Daniel Spangenberg
8007845ba4
Fix SRV Lookups ( #8520 )
...
* Pin HTTP Host header for all client requests
* Drop port map scheme
* Add SRV Lookup environment var
* Lookup SRV records only when env var is specified
* Add docs
Co-Authored-By: Michel Vocks <michelvocks@gmail.com>
2020-03-11 14:22:58 +01:00
Jeff Mitchell
0b09580c36
Remove misleading comment
2020-03-11 09:04:45 -04:00
ncabatoff
5fe1ab766b
Add option to detect deadlocks in Core.stateLock using build tag deadlock
( #8524 )
2020-03-10 16:01:20 -04:00
Angel Garbarino
54b1642a13
Update CHANGELOG.md
2020-03-10 13:37:02 -06:00
Angel Garbarino
b3bad53185
remove duplicate form inputs for the github config ( #8519 )
2020-03-10 13:23:10 -06:00
Jim Kalafut
0f2aa1401c
Update LDAP docs for anonymous_group_search ( #8501 )
2020-03-09 13:21:28 -07:00
Jim Kalafut
4aae569e36
Update JWT docs ( #8513 )
...
Add mention of new CLI parameters.
2020-03-09 13:19:25 -07:00
Jim Kalafut
3b21385937
Add docs for GCP Secrets rotate root operation ( #8514 )
2020-03-09 13:09:03 -07:00
Angel Garbarino
4d3b34ddba
Update CHANGELOG.md
2020-03-09 12:47:42 -06:00
Angel Garbarino
9749d7d9c6
Bug Fix: Show Error messages on Auth Configuration page ( #8500 )
...
* manually trigger error handler
* add a catch
* remove uneeded return
2020-03-09 12:31:21 -06:00
Clint
7661677428
remove workflow that doesn't work at this time ( #8511 )
2020-03-09 12:00:17 -05:00
Clint
530f296522
Add workflow to auto-add any GitHub Issue labeled 'bug' to an internal project board ( #8510 )
...
* Add workflow to auto-add any GitHub Issue labeled 'bug' to an internal project board
* update how the env var is used
* update version of dependency
2020-03-09 11:41:02 -05:00
Daniel Spangenberg
cf16f3e1a8
Document MSSQL revocation behaviour ( #8506 )
...
See #7725
2020-03-09 15:09:15 +01:00
ncabatoff
5be58b3b9b
changelog++
2020-03-09 09:56:44 -04:00
ncabatoff
c9ff95ec70
Update to go-metrics 1.3.3 for Prometheus performance improvements. ( #8507 )
2020-03-09 09:54:55 -04:00
ncabatoff
1370902df3
changelog++
2020-03-09 08:01:26 -04:00
Lars Lehtonen
85301166fe
builtin/logical/pki: fix JSON tag ( #8324 )
2020-03-06 18:41:26 -08:00
Brian Kassouf
cf11de1fe2
changelog++
2020-03-06 16:14:31 -08:00
Jason O'Donnell
f4fffa8bb8
doc: update openldap with racf schema support ( #8491 )
2020-03-06 14:46:33 -08:00
Brian Kassouf
fe90e0a9e0
Rename raft configuration command to list-peers and make output easier to read ( #8484 )
...
* Make the output of raft configuration easier to read
* Rename raft configuration sub command to list-peers
* Update command/operator_raft_listpeers.go
Co-Authored-By: Calvin Leung Huang <cleung2010@gmail.com>
Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>
2020-03-06 14:40:50 -08:00
Becca Petrin
8da5bb27dd
Docs for Kubernetes Helm with Vault Enterprise ( #8283 )
2020-03-06 13:36:06 -08:00
Denis Subbotin
a9e605cc43
fix minor potential nil-pointer panic on line 89 ( #8488 )
2020-03-06 13:32:36 -08:00
Daniel Gozalo
cdeb22b14c
feat: replace the way AWS sessions are created and added a new WebIdentity provider to the credentials chain ( #7738 )
...
* feat: replace the way AWS sessions are created and added a new WebIdentity provider to the credentials chain
* feat: use the correct sdk version
* feat: update go.mod
* feat: remove unnecessary new line
* feat: move AWS_ROLE_SESSION_NAME check up
2020-03-06 13:19:50 -08:00
Jeff Escalante
4562b0dcff
update package lock ( #8495 )
2020-03-06 15:14:17 -05:00
Jeff Escalante
4019a3543c
Improve website docker image build ( #8437 )
...
* improve website docker image build
* update image tag technique
* generate ci file
2020-03-06 10:50:38 -08:00
Jorge Heleno
a9e864f5e3
Add LDAP anonymous group search and client certs ( #8365 )
2020-03-06 10:27:09 -08:00
Jason O'Donnell
3d2c5477ec
openldap secret: update go.mod ( #8494 )
2020-03-06 12:46:29 -05:00
Brian Kassouf
87d88a12c6
Fix migrating away from raft storage ( #8485 )
2020-03-06 09:35:17 -08:00
Jason O'Donnell
524e871343
secrets/openldap: update go.mod ( #8475 )
...
Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
2020-03-06 11:52:28 -05:00
Caine Jette
1fa482e20a
Fix wording in help text ( #8438 )
...
Add "at" in "the UI is accessible at the following URL"
Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
2020-03-06 08:26:18 -08:00
Angel Garbarino
b966443a44
Update CHANGELOG.md
2020-03-06 09:18:59 -07:00
Brian Shumate
9c3b2f6cc8
API Docs: edits to OpenLDAP secrets engine ( #8490 )
...
- Fix typo
- Remove trailing spaces
2020-03-06 10:18:44 -05:00
Brian Kassouf
5481ffe13b
Update raft.mdx
2020-03-05 17:02:31 -08:00
Brian Kassouf
d71584a64d
Doc: Raft retry join ( #8448 )
...
* Doc: Raft retry join
* Update website/pages/docs/configuration/storage/raft.mdx
Co-Authored-By: Brian Kassouf <briankassouf@users.noreply.github.com>
* Update website/pages/docs/configuration/storage/raft.mdx
Co-Authored-By: Brian Kassouf <briankassouf@users.noreply.github.com>
* Update website/pages/docs/configuration/storage/raft.mdx
Co-Authored-By: Brian Kassouf <briankassouf@users.noreply.github.com>
* Update website/pages/docs/configuration/storage/raft.mdx
Co-Authored-By: Brian Kassouf <briankassouf@users.noreply.github.com>
* Address review feedback
Co-authored-by: Brian Kassouf <briankassouf@users.noreply.github.com>
2020-03-05 16:47:10 -08:00
Brian Kassouf
2103d61131
changelog++
2020-03-05 15:00:46 -08:00
Angel Garbarino
8e68d4b3f1
Improvement: give option to refresh namespace dropdown ( #8442 )
...
* move manage and add refresh action
* move title of current namespace
* finish menu redesign
* conditionally hide or show manage namespaces
* fix quotes
2020-03-05 15:12:20 -07:00
Chelsea Shaw
480c406cfd
CHANGELOG -+
2020-03-05 14:27:05 -06:00
Jim Kalafut
1f5a57f63b
changelog++
2020-03-05 10:45:32 -08:00
Chelsea Shaw
e3b5092c1f
Ui/transit key versions update ( #8480 )
...
* Update transit versions list styling and add ability to copy public key from dropdown menu for asymmetric key types
* Cursor is default if list item row has no destination
2020-03-05 12:14:06 -06:00
Jason O'Donnell
f9c03dbb71
docs: update vault k8s to 0.3.0 ( #8479 )
...
* docs: update vault k8s to 0.3.0
* Update descriptions
* Clarify init-first annotation description
* Update website/pages/docs/platform/k8s/injector/annotations.mdx
Co-Authored-By: Jim Kalafut <jkalafut@hashicorp.com>
Co-authored-by: Jim Kalafut <jim@kalafut.net>
2020-03-05 11:21:01 -05:00
Brian Kassouf
0aa0412948
Update docs-navigation.js
2020-03-04 15:57:32 -08:00
Brian Kassouf
c70310896d
Add some integrated raft storage docs ( #8417 )
...
* Add migration docs for raft storage
* Add link to cluster addr config parameter
* Add raft internals page
* Fix page headers
* Add performance_multiplier docs
* Add a few more raft config options
* Add default value
* Add not about join using seals
* Update website/pages/docs/commands/operator/migrate.mdx
Co-Authored-By: Vishal Nayak <vishalnayak@users.noreply.github.com>
* Update website/pages/docs/configuration/storage/raft.mdx
Co-Authored-By: Vishal Nayak <vishalnayak@users.noreply.github.com>
* Update website/pages/docs/configuration/storage/raft.mdx
Co-Authored-By: Vishal Nayak <vishalnayak@users.noreply.github.com>
* Update website/pages/docs/internals/integrated-storage.mdx
Co-Authored-By: Vishal Nayak <vishalnayak@users.noreply.github.com>
* Update website/pages/docs/internals/integrated-storage.mdx
Co-Authored-By: Meggie <m.ladlow@gmail.com>
* Update website/pages/docs/internals/integrated-storage.mdx
Co-Authored-By: Meggie <m.ladlow@gmail.com>
* Update website/pages/docs/configuration/storage/raft.mdx
Co-Authored-By: Meggie <m.ladlow@gmail.com>
* Review feedback
Co-authored-by: Vishal Nayak <vishalnayak@users.noreply.github.com>
Co-authored-by: Meggie <m.ladlow@gmail.com>
2020-03-04 12:58:51 -08:00