Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport PR #8727 to 1.4.x #9629

Closed
wants to merge 100 commits into from
Closed

Backport PR #8727 to 1.4.x #9629

wants to merge 100 commits into from

Conversation

Valarissa
Copy link

This backports PR #8727 for 1.4.4 release.

Brian Kassouf and others added 30 commits February 20, 2020 10:18
* add core usage metrics components to storybook, rename component from small to simple

* remove const from js file

* remove grid container knob from selectable-card
* sanitize vault version strings for kube

* replace disallowed chars with dashes

* use strings.Map

* use switch for whitelisted chars
The namespace-partitioned cache flushing was not being used correctly,
which could leave standby nodes with stale information.

Fixes #8284
…8472)

Revamp race test to make it aware of when tidies start/stop, and to generate dangling accessors that need cleaning up.  Also run for longer but with slightly less concurrency to ensure the writes and the cleanup actually overlap.
* move manage and add refresh action

* move title of current namespace

* finish menu redesign

* conditionally hide or show manage namespaces

* fix quotes
…r to read (#8484) (#8502)

* 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 <[email protected]>

Co-authored-by: Calvin Leung Huang <[email protected]>

Co-authored-by: Calvin Leung Huang <[email protected]>
* manually trigger error handler

* add a catch

* remove uneeded return
…#8532)

* upper case the transit form title for hmac

* uppercase hmac for tab

* fix indentation
* 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
* storage/raft: Fix leadership deadlock

* Update comment
…#8559)

* add missing opening curly braces to danger message

* include capitalize
) (#8581)

* change certificate field to textarea to allow line breaks

* add space
* Backport: stackdriver: metric label extraction

* go mod vendor
* 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 <[email protected]>

Co-authored-by: Chelsea Shaw <[email protected]>
briankassouf and others added 26 commits May 18, 2020 18:40
…9011) (#9030)

* storage/raft: Add committed and applied indexes to the status output

* Update api vendor

* changelog++

* Update http/sys_leader.go

Co-authored-by: Jim Kalafut <[email protected]>

Co-authored-by: Jim Kalafut <[email protected]>

Co-authored-by: Jim Kalafut <[email protected]>
* storage/raft: Advertise the configured cluster address

* Don't allow raft to start with unspecified IP

* Fix concurrent map write panic

* Add test file

* changelog++

* changelog++

* changelog++

* Update tcp_layer.go

* Update tcp_layer.go

* Only set the adverise addr if set
…9045)

* agent/template: update consul-template dep

* agent/template: update consul-template dep

* go mod tidy

* fix go mod
This is only a go.mod cleanup. The previously vendored code
remains the same.
…ntity provider to the credentials chain (#7738) (#9251)

* 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

Co-authored-by: Daniel Gozalo <[email protected]>
…, they too must write feature flags. DR secondaries might not need depend on feature flags being there, but a DR primary could also be (or become) a perf primary. (#9148) (#9269)
* use retryer for failed aws auth attempts

* fixes from testing
@Valarissa Valarissa requested a review from a team July 29, 2020 20:34
@Valarissa Valarissa closed this Jul 29, 2020
@Valarissa Valarissa deleted the backport-pr-8727-1.4.x branch July 29, 2020 20:34
@Valarissa Valarissa restored the backport-pr-8727-1.4.x branch July 29, 2020 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.