HCP Link Status (#16959)

* adds LinkStatus component to NavHeader to display banner with HCP link status

* adds changelog entry

* adds period to connected status message

* updates hcp link status to current cluster polling to automatically update state
This commit is contained in:
Jordan Reimer
2022-09-07 10:21:23 -06:00
committed by GitHub
parent ea6d22c2a7
commit 3079b45e6b
11 changed files with 193 additions and 37 deletions

View File

@@ -24,6 +24,7 @@ export default Model.extend({
version: attr('string'),
type: attr('string'),
storageType: attr('string'),
hcpLinkStatus: attr('string'),
//https://www.vaultproject.io/docs/http/sys-leader.html
haEnabled: attr('boolean'),