11849 Commits

Author SHA1 Message Date
Vishal Nayak
057f02e201
Raft telemetry (#8550)
* Raft telemetry

* Add descriptions and fix alignment

* Add leadership changes section

* Copy from Consul docs

* Minor changes
2020-03-17 12:51:05 -07:00
Becca Petrin
87d7180204
Postgres: Correct parsing of multiline statements (#8512)
* add test reproducing issue

* add code fixing issue

* check for END in unquoted string frags

* move delimiters inside parens

* begin checking with stmt

* PR feedback

* fix comment

* add tests with templates

* update test name

* remove unnecessary backslashes from test
2020-03-17 12:45:25 -07:00
Chelsea Shaw
000dc498e0
CHANGELOG++ 2020-03-17 11:10:13 -05:00
Angel Garbarino
3aaabf3baf
Update CHANGELOG.md 2020-03-17 09:57:57 -06:00
Angel Garbarino
c123bdc1d3
Bug Fix: allow certificates to be copy/pasted on LDAP auth config (#8573)
* change certificate field to textarea to allow line breaks

* add space
2020-03-17 09:49:47 -06:00
Vishal Nayak
3dd3b20619
Raft cli docs (#8548)
* Raft cli docs

* s/raft/Raft

* s/raft/Raft

* Update website/pages/docs/commands/operator/raft.mdx

Co-Authored-By: Meggie <m.ladlow@gmail.com>

* Mention that shamir seal requires unseal keys

Co-authored-by: Meggie <m.ladlow@gmail.com>
2020-03-17 09:46:44 -04:00
Noelle Daley
5de801671d
Update CHANGELOG.md 2020-03-16 16:53:49 -06:00
Noelle Daley
b87446e3fa
Ui/transit modal (#8575)
* wip -- add modal component using ember-wormhole, add static content but still need to enable onClose

* add onClose to modal

* WIP

* add copy and close button

* add copy and close button

* and copy and close button to modal

* use modal on each key action page

* make text copied text more generic

* update datakey textareas to codemirror

* only show user input on encrypt and decrypt

* only show user input on all key actions

* separate copy ciphertext, plaintext, and close button on datakey modal

* style ciphertext and plaintext as code

* only show separate copy buttons on datakey modal if both outputs are shown

* update modal styling

* style modal

* add descriptions to each key action

* remove conditional from hmac modal since we only ever show hmac output

* add modal for export key action

* make output scroll horizontally with copy button next to it

* make output scroll horizontally with copy button next to it

* escape & in copy and close button, format text output so it scrolls horizontally

* fix formatting of key action descriptions

* Ui/add transit modal tests (#8523)

* Fix tests for updated transit with modals workflow

* WIP // remove box shadow from key actions descriptions

* WIP // flash messages on successful action match mocks

* WIP // remove ciphertext view after datakey created

* WIP // make flash messages when copy & closing less generic, and match copy flash message

* WIP // Optionally show close button on modal, with tests

* remove unused deps from modal test

* WIP // Fix verify modal styling and content

* Add modal for sign action

* Fix output of non-wrapped export key

* Fix output of non-wrapped export key

* Add description to JSDOCS about modal component

* Add help text about plaintext encoded in base64

* add flash msgs for datakey and export

* flash success msg when closing modal on export page

* clarify sign success msg

* address PR feedback

* add indentation for export key json

* Fix modal tests pt 2

* Remove decode after decrypt in transit tests

Co-authored-by: Chelsea Shaw <chelshaw.dev@gmail.com>
2020-03-16 16:48:11 -06:00
Becca Petrin
413c7edc0d
add debug logging for client selection (#8556) 2020-03-16 13:36:47 -07:00
Jeff Escalante
b11b78f8df
Website Deps Upgrade (#8571)
* update dependencies

* breaking change update
2020-03-16 11:56:44 -07:00
Brian Kassouf
e47e977c06
changelog++ 2020-03-16 10:28:08 -07:00
Jim Kalafut
d76c04c6b5
changelog++ 2020-03-14 14:51:00 -07:00
Jim Kalafut
99de3ba9a5
Update JWT docs (#8525) 2020-03-14 14:45:30 -07:00
Jim Kalafut
902871badb
Update database docs (#8554)
Redshift was missing from the sidebars, as was a reference to static
roles in MongoDB.
2020-03-14 14:45:13 -07:00
Becca Petrin
721dbe34aa
document disable_fast_negotiation (#8542) 2020-03-13 15:45:40 -07:00
Jeff Escalante
04eac6e746
release process improvements (#8564) 2020-03-13 15:42:56 -07:00
Jeff Escalante
a404d89cee
[website] nextjs optimizations + IE fixes (#8341)
* add modern and polyfill optimizations

* update subnav
2020-03-13 15:34:39 -07:00
Brian Kassouf
6dfe09f1e1
storage/raft: Fix leadership deadlock (#8547)
* storage/raft: Fix leadership deadlock

* Update comment
2020-03-13 15:03:58 -07:00
Yoko
39bab310ff
Fixes reported missing link (#8557) 2020-03-13 14:48:03 -07:00
Brian Kassouf
84bb04eca4
storage/raft: Refresh TLS keyring on snapshot restore (#8546) 2020-03-13 13:39:14 -07:00
Angel Garbarino
74b06003fe
Update CHANGELOG.md 2020-03-13 12:23:11 -06:00
Angel Garbarino
76880f7235
Bug fix: add in missing curly braces to demote danger message (#8555)
* add missing opening curly braces to danger message

* include capitalize
2020-03-13 12:17:45 -06:00
Jeff Escalante
a69515da91
add link checker, fix broken links (#8326) 2020-03-13 10:49:29 -07:00
Jonathan Neal
d1f5edc5df
Add print styles (#8408)
Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com>
2020-03-13 10:14:08 -07:00
Noel Quiles
2341801213
Set X-Frame-Options: SAMEORIGIN header for pages (#8422) 2020-03-13 10:08:15 -07:00
Kyle MacDonald
e35528240d
website: update netlify badge in website/readme (#8434)
Co-authored-by: Mike Green <772413+mikegreen@users.noreply.github.com>
2020-03-13 10:07:38 -07:00
Jeff Escalante
91c1029273
correct use case button styles (#8321) 2020-03-13 10:06:26 -07:00
Jonathan Neal
228c3f46e4
Replace internal ProductSubnav with @hashicorp/react-subnav (#8473) 2020-03-13 10:00:18 -07:00
ncabatoff
bc9b780b7b
Add a note about http_max_conns_per_client. (#8344) 2020-03-13 07:50:00 -04:00
Seth Vargo
cf481d0fee
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
bbd9a7e332
changelog++ 2020-03-13 08:22:13 +01:00
Tommy Murphy
45f488bb4a
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
a14ef84d9c
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
351d3ace7d
Update CHANGELOG.md
Add missing link
2020-03-12 11:19:33 +01:00
Calvin Leung Huang
4462bc696d
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
0cf859ee69
Update CHANGELOG.md 2020-03-11 12:20:43 -06:00
Angel Garbarino
838557e440
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
8dd6180e31
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
c53e0c8ebf Remove misleading comment 2020-03-11 09:04:45 -04:00
ncabatoff
1101538b4c
Add option to detect deadlocks in Core.stateLock using build tag deadlock (#8524) 2020-03-10 16:01:20 -04:00
Angel Garbarino
5895508cf7
Update CHANGELOG.md 2020-03-10 13:37:02 -06:00
Angel Garbarino
24fad4f961
remove duplicate form inputs for the github config (#8519) 2020-03-10 13:23:10 -06:00
Jim Kalafut
dc2dcd6321
Update LDAP docs for anonymous_group_search (#8501) 2020-03-09 13:21:28 -07:00
Jim Kalafut
a8c8ecd4f7
Update JWT docs (#8513)
Add mention of new CLI parameters.
2020-03-09 13:19:25 -07:00
Jim Kalafut
26a2dfdaec
Add docs for GCP Secrets rotate root operation (#8514) 2020-03-09 13:09:03 -07:00
Angel Garbarino
eb2aae786b
Update CHANGELOG.md 2020-03-09 12:47:42 -06:00
Angel Garbarino
961727928a
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
9259d086be
remove workflow that doesn't work at this time (#8511) 2020-03-09 12:00:17 -05:00
Clint
9bb299d898
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
70ef8054e4
Document MSSQL revocation behaviour (#8506)
See #7725
2020-03-09 15:09:15 +01:00