freddygv
1ee039ed95
Set tgw filter router config name to cluster name
2020-09-04 12:45:05 -06:00
freddygv
3e4bc36941
Add server receiver to routes and log tgw err
2020-09-03 16:19:58 -06:00
freddygv
56fdae9ace
Update resolver defaulting
2020-09-03 13:08:44 -06:00
freddygv
b149185794
Update golden files after default route fix for tgw
2020-09-03 12:35:11 -06:00
freddygv
23147c1d5b
Fix http assertion in route creation
2020-09-03 10:21:20 -06:00
freddygv
0c50b8e769
Add explicit protocol overrides in tgw xds test cases
2020-09-03 08:57:48 -06:00
freddygv
0ac632c465
Fixup stray LB infix refs
2020-09-03 08:56:17 -06:00
freddygv
02d6acd8fc
Ensure resolver node with LB isn't considered default
2020-09-03 08:55:57 -06:00
freddygv
c4bce2154b
Move valid policies to pkg level
2020-09-02 15:49:03 -06:00
freddygv
daad3b9210
Remove LB infix and move injection to xds
2020-09-02 15:13:50 -06:00
freddygv
d7bda050e0
Restructure structs and other PR comments
2020-09-02 09:10:50 -06:00
freddygv
58a018c20b
Add documentation for resolver LB cfg
2020-08-28 14:46:13 -06:00
freddygv
194d34b09d
Pass LB config to Envoy via xDS
2020-08-28 14:27:40 -06:00
freddygv
8f470b30d7
Log error as error
2020-08-28 13:11:55 -06:00
freddygv
afb14b6705
Compile down LB policy to disco chain nodes
2020-08-28 13:11:04 -06:00
freddygv
391d569a45
Add LB policy to service-resolver
2020-08-27 19:44:02 -06:00
Jack
145bcdc2bb
Add http2 and grpc support to ingress gateways ( #8458 )
2020-08-27 15:34:08 -06:00
R.B. Boyer
f2b8bf109c
xds: use envoy's rbac filter to handle intentions entirely within envoy ( #8569 )
2020-08-27 12:20:58 -05:00
R.B. Boyer
a7a8b8d6d9
agent: ensure that we normalize bootstrapped config entries ( #8547 )
2020-08-27 11:37:25 -05:00
Matt Keeler
106e1d50bd
Move RPC router from Client/Server and into BaseDeps ( #8559 )
...
This will allow it to be a shared component which is needed for AutoConfig
2020-08-27 11:23:52 -04:00
Matt Keeler
5e2f0be305
Add helpers to the API client to help with getting information from `AgentMember` tags ( #8575 )
...
Lots of constants were added for various tags that would concern users and are not already parsed out.
Additionally two methods on the AgentMember type were added to ask a member what its ACL Mode is and whether its a server or not.
2020-08-27 11:00:48 -04:00
Nick Wales
a94da1782d
Fixes table formatting ( #8572 )
2020-08-26 15:11:56 -04:00
Daniel Nephin
9f01c8e8dc
Merge pull request #8563 from woz5999/docs-typo-fix
...
fix typo in contributing docs
2020-08-26 12:20:12 -04:00
Jeff
bc80f12305
Update CONTRIBUTING.md
2020-08-26 08:04:25 -07:00
R.B. Boyer
6fad634512
agent: expose the list of supported envoy versions on /v1/agent/self ( #8545 )
2020-08-26 10:04:11 -05:00
John Cowen
539b1076e2
ui: Split ember-data service model into service/service-instance ( #8557 )
2020-08-26 15:24:30 +01:00
Kenia
abc0045adc
ui: Tooltip Bugs ( #8562 )
...
* Fix tooltip offset in Discovery Chain for Firefox Browser
* Add z-index to ember-tooltip to over over the search/sort in AppView
2020-08-26 10:05:09 -04:00
woz5999
35a76fba4c
fix typo in contributing docsc
2020-08-25 14:58:58 -07:00
Jeff Escalante
8d66456880
Merge pull request #8531 from hashicorp/je.fix-broken-links
...
Docs Sidenav Update, Fix Broken Links
2020-08-24 15:43:08 -04:00
Kyle MacDonald
8faf4a69af
website: add link to certification on /community ( #7807 )
2020-08-24 15:21:54 -04:00
Daniel Nephin
75609f5221
Merge pull request #8546 from edevil/fix_vet
...
testing: Fix govet errors
2020-08-24 14:39:29 -04:00
André Cruz
a64686fab6
testing: Fix govet errors
2020-08-21 18:01:55 +01:00
John Cowen
7238089fc7
ui: Add new Service.Mesh* properties for improved sorting ( #8542 )
...
* ui: Serialize proxies into the model, add Mesh* model props
Serializes the proxies associated with a service onto the Service model
itself, then adds various Mesh* properties
* ui: Uses the new Mesh* properties throughout the app
2020-08-21 08:53:22 +01:00
Daniel Nephin
1c3a638d69
Merge pull request #8537 from hashicorp/dnephin/fix-panic-on-connect-nil
...
Fix panic when decoding 'Connect: null'
2020-08-20 18:00:25 -04:00
Daniel Nephin
4155cae1cb
Fix panic when decoding 'Connect: null'
...
Surprisingly the json Unmarshal updates the aux pointer to a nil.
2020-08-20 17:52:14 -04:00
Daniel Nephin
e719a209e8
Merge pull request #8540 from hashicorp/dnephin/logging-setup-cleanup
...
logging: cleanup Setup and configuration
2020-08-20 17:50:00 -04:00
Kenia
92c2614f6a
ui: Redesign Node Lock Sessions Tab ( #8535 )
...
* Add delay svg icon
* Create ConsulLockSessionList component
* Implement ConsulLockSession component in Lock Sessions tab
* Create format-time helper
* Add Invalidate button and fix up styling
* Fixup and add additional tests
2020-08-20 10:29:16 -04:00
Daniel Nephin
a97adadd2b
config: use logging.Config in RuntimeConfig
...
To add structure to RuntimeConfig, and remove the need to translate into a third type.
2020-08-19 13:21:00 -04:00
Daniel Nephin
e4578aace8
logging: move init of grpclog
...
This line initializes global state. Moving it out of the constructor and closer to where logging
is setup helps keep related things together.
2020-08-19 13:21:00 -04:00
Daniel Nephin
7349018ff3
logging: Setup accept io.Writer instead of []io.Writer
...
Also accept a non-pointer Config, since the config is not modified
2020-08-19 13:20:41 -04:00
Daniel Nephin
6f1ae2a1b6
Merge pull request #8511 from hashicorp/dnephin/agent-setup
...
agent: extract dependency creation from New
2020-08-19 11:41:06 -04:00
Kenia
a0eb8846e5
ui: Increase spacing between detail items in composite row ( #8507 )
2020-08-19 09:17:34 -04:00
Jeff Escalante
b577dca6b6
one more
2020-08-18 19:13:40 -04:00
Daniel Nephin
a520cf3ea7
testing: disable global metrics sink in tests
...
This might be better handled by allowing configuration for the InMemSink interval and retail, and disabling
the global. For now this is a smaller change to remove the goroutine leak caused by tests because go-metrics
does not provide any way of shutting down the global goroutine.
2020-08-18 19:04:57 -04:00
Daniel Nephin
84642486b9
agent: extract dependency creation from New
...
With this change, Agent.New() accepts many of the dependencies instead
of creating them in New. Accepting fully constructed dependencies from
a constructor makes the type easier to test, and easier to change.
There are still a number of dependencies created in Start() which can
be addressed in a follow up.
2020-08-18 19:04:55 -04:00
Jeff Escalante
ef51acd428
more link fixes
2020-08-18 18:57:52 -04:00
Daniel Nephin
b204e342c5
Merge pull request #8514 from hashicorp/dnephin/testing-improvements-1
...
testing: small improvements to TestSessionCreate and testutil.retry
2020-08-18 18:26:05 -04:00
Daniel Nephin
ab0d206eac
Merge pull request #8528 from hashicorp/dnephin/move-node-name-validation
...
config: Move some config validation from Agent.Start to config.Builder.Validate
2020-08-18 18:25:41 -04:00
Jeff Escalante
46a7884eb5
fix a bunch of broken links
2020-08-18 18:22:29 -04:00
danielehc
87fb6b9339
Adding warning for ACL replication data loss ( #8210 )
2020-08-18 17:48:37 -04:00