John Cowen
1e7ebb0978
ui: CSP Improvements ( #9847 )
...
* Configure ember-auto-import so we can use a stricter CSP
* Create a fake filesystem using JSON to avoid inline scripts in index
We used to have inline scripts in index.html in order to support embers
filepath fingerprinting and our configurable rootURL.
Instead of using inline scripts we use application/json plus a JSON blob
to create a fake filesystem JSON blob/hash/map to hold all of the
rootURL'ed fingerprinted file paths which we can then retrive later in
non-inline scripts.
We move our inlined polyfills script into the init.js external script,
and we move the CodeMirror syntax highlighting configuration inline
script into the main app itself - into the already existing CodeMirror
initializer (this has been moved so we can lookup a service located
document using ember's DI container)
* Set a strict-ish CSP policy during development
2021-03-17 10:47:11 +00:00
Daniel Nephin
fe813532eb
Merge pull request #8698 from pierreca/fix-iserreof
...
Use errors.Is() in IsErrEOF()
2021-03-16 21:57:05 +00:00
Luke Kysow
0dc8f3f5cc
docs: rename SourceAddress to SourceIP ( #9878 )
...
SourceAddress was probably renamed to SourceIP but the docs weren't
updated.
2021-03-15 21:40:12 +00:00
Freddy
5f54d1d24f
Merge pull request #9107 from hashicorp/docs-prepared-query-namespace
...
Add namespaces to prepared query API docs
2021-03-15 19:09:49 +00:00
Preetha
31e58b1aaf
Small changes to gossip related telemetry docs ( #9846 )
...
Update gossip related telemetry docs to include correct descriptions, and added missing metrics
2021-03-15 17:00:14 +00:00
Matt Keeler
c2afc01702
AutopilotServerHealth now handles the 429 status code ( #8599 )
...
AutopilotServerHealthy now handles the 429 status code
Previously we would error out and not parse the response. Now either a 200 or 429 status code are considered expected statuses and will result in the method returning the reply allowing API consumers to not only see if the system is healthy or not but which server is unhealthy.
2021-03-12 14:41:25 +00:00
Mike Wickett
1399d43991
Merge pull request #9874 from hashicorp/mw.patch-docs-issue
...
docs: fixup syntax issue
2021-03-11 22:46:12 +00:00
Mike Wickett
d167e3662a
Merge pull request #9867 from hashicorp/mw.update-alert-banner
...
Update alert banner
2021-03-11 19:55:24 +00:00
Freddy
7a17c790b2
Merge pull request #9869 from DanielMabbett/patch-1
...
Fix typo in requirements.mdx
2021-03-11 19:50:34 +00:00
Freddy
5776ef8f03
Merge pull request #9770 from hashicorp/docs/fix-terminating-gateway-config-entry
...
Docs: Update terminating-gateway-config-entry
2021-03-11 19:42:59 +00:00
Robert Kuska
fe24d9a192
Add units and types to metrics tables ( #9674 )
...
This commits adds units and types to key metrics tables to have
consistent table views of all metrics in telemetry.mdx.
Fixes: https://github.com/hashicorp/consul/issues/9069
2021-03-11 03:43:16 +00:00
Daniel Nephin
7e663ef039
Merge pull request #9851 from panascais-forks/fix-wan-ipv6-key
...
Fix advertise_addr_wan_ipv6 configuration key
2021-03-10 16:59:23 +00:00
Daniel Nephin
1786277b5f
Merge pull request #9853 from hashicorp/dnephin/fix-ci-nomad-integ
...
ci: update config for nomad main branch rename
2021-03-09 20:29:23 +00:00
Daniel Nephin
30b4dd1bcf
Merge pull request #9683 from hashicorp/dnephin/fix-zombie-service-dereg
...
local: use agent token to deregister services
2021-03-05 21:47:24 +00:00
hashicorp-ci
4b2e766cbb
Putting source back into Dev Mode
2021-03-05 17:09:10 +00:00
hashicorp-ci
10bb6cb3b0
Release v1.9.4
2021-03-04 19:24:43 +00:00
hashicorp-ci
b6e0d5827d
update bindata_assetfs.go
2021-03-04 19:24:42 +00:00
Mike Morris
660fd7d3a1
changelog: add unreleased entries for v1.9.4
2021-03-04 14:13:51 -05:00
Daniel Nephin
b1b235b787
Merge pull request #9841 from hashicorp/dnephin/fix-merge-conflict
...
[1.9.x ]Fix merge conflict
2021-03-02 14:45:50 -05:00
Daniel Nephin
a10ddedb1d
Remove duplicate import
2021-03-02 14:34:19 -05:00
Daniel Nephin
dd0b307c8f
Merge pull request #9188 from hashicorp/dnephin/more-streaming-tests
...
Add more streaming tests
2021-02-26 17:37:29 +00:00
Kim Ngo
07bf4eca12
nia/docs 0.1.0 beta ( #9803 ) ( #9834 )
...
nia/docs 0.1.0-beta
Co-authored-by: Kent 'picat' Gruber <kent@hashicorp.com>
Co-authored-by: Lorna Song <lorna@hashicorp.com>
Co-authored-by: John Eikenberry <jae@zhar.net>
2021-02-25 17:32:01 -06:00
John Cowen
ef3f6d5e3f
ui: Remove any trailing fullstop/period DNS characters from Gateways UI API ( #9752 )
...
Previous to this commit, the API response would include Gateway
Addresses in the form `domain.name.:8080`, which due to the addition of
the port is probably not the expected response.
This commit rightTrims any `.` characters from the end of the domain
before formatting the address to include the port resulting in
`domain.name:8080`
2021-02-25 09:36:37 +00:00
R.B. Boyer
649aa884f2
test: omit envoy golden test files that differ from the latest version ( #9823 )
...
backport of #9807 to 1.9.x
2021-02-24 16:04:10 -06:00
Blake Covarrubias
7aba0ae256
docs: Fix code tag displaying on ACL binding rules
...
Fix indentation of code blocks on ACL binding rules page so that code
fence does not display in JSON output.
2021-02-22 23:18:59 +00:00
R.B. Boyer
cbd3b98682
connect: if the token given to the vault provider returns no data avoid a panic ( #9806 )
...
Improves #9800
2021-02-22 20:09:21 +00:00
kaitlincarter-hc
1325536e41
fix typo and add link to Learn ( #9799 )
2021-02-22 16:33:03 +00:00
Noel Quiles
5a4e527dd0
[Website] Use new logo for Mercedes use case ( #9717 )
...
* Use new logo for Mercedes use case
* Fix home logo
2021-02-22 16:20:14 +00:00
Daniel Nephin
4c2a861dda
Merge pull request #9763 from hashicorp/dnephin/cache-warn-on-error-in-notify
...
cache: log a warning when Cache.Notify handles an error
2021-02-19 23:31:08 +00:00
R.B. Boyer
0fa96a2fa8
xds: only try to create an ipv6 expose checks listener if ipv6 is supported by the kernel ( #9765 )
...
Fixes #9311
This only fails if the kernel has ipv6 hard-disabled. It is not sufficient to merely not provide an ipv6 address for a network interface.
2021-02-19 20:39:21 +00:00
Daniel Nephin
510ccae055
Merge pull request #9777 from hashicorp/dnephin/remove-some-deprecation
...
docs: remove a couple deprecations
2021-02-19 18:31:59 +00:00
kaitlincarter-hc
73a1d314df
rotate homepage tutorials ( #9787 )
2021-02-18 22:03:16 +00:00
Alvin Huang
a111ab9c9d
remove reference to docker/ path for old docker mirror ( #9783 )
2021-02-17 23:38:03 +00:00
Michele Degges
a2df5fbc0e
Remove jfrog references ( #9782 )
2021-02-17 23:32:37 +00:00
Ashwin Venkatesh
09802dda52
Update helm docs for consul-helm v0.30.0 ( #9779 )
2021-02-17 19:09:11 +00:00
Luke Kysow
c8ea81efeb
Docs describing migrating to CRDs ( #9562 )
...
* Document how users can migrate to CRDs.
* Update documentation for federation with new `ProxyDefaults`
requirement.
* Ensure `controller.enabled: true` is set in our example configs.
* Remove `connect-service-protocol` annotation docs.
2021-02-17 19:02:37 +00:00
Zachary Shilton
aaaa05a677
Bump components to remove client-side md processing ( #9773 )
2021-02-17 15:22:51 +00:00
Paul Banks
4b5f34e49a
Add docs for MIME sniffing on metrics endpoint. ( #9696 )
...
* Add docs for MIME sniffing on metrics endpoint.
This was added in 1.7.2 last year but I realised we don't document it so it's kinda surprising Prometheus "just works" now.
* Update website/content/api-docs/agent/index.mdx
2021-02-17 10:40:20 +00:00
Daniel Nephin
5a8fc428bd
Merge pull request #9772 from hashicorp/streamin-fix-bad-cached-snapshot
...
streaming: fix snapshot cache bug
2021-02-16 20:28:33 +00:00
Eddie Rowe
a8de5f6e00
Merge pull request #9762 from hashicorp/er/nagios-sensu-update
...
Consul vs Nagios/sensu page updates
2021-02-12 18:35:56 +00:00
Daniel Nephin
8db1a08fc9
Merge pull request #9758 from hashicorp/dnephin/fix-streaming-bugs
...
http: error if near is used with streaming
2021-02-12 15:38:33 +00:00
Preetha
bee9b55f3e
Add docs section on regenerating expired CA certificates ( #9709 )
...
* Updated docs on regenerating built in CA
* review feedback
* Add sentence about expected behavior after update CA endpoint is used.
2021-02-11 21:39:28 +00:00
John Cowen
ab4dfbd1e2
ui: [BUGFIX] Ensure we show the correct count of instances for each node ( #9749 )
...
* Add MeshServiceInstances property to node model
* Use MeshServiceInstances property
* Make sure we show the 'No * checks' if Checks.length is zero
2021-02-11 11:37:08 +00:00
John Cowen
16c74e4b10
ui: [BUGFIX] Replace all replaceAll with split.join for older browsers without replaceAll ( #9715 )
...
* ui: replace all `replaceAll` with split.join
* Use a div instead of fieldset for flex-box reasons
2021-02-11 09:50:23 +00:00
Chris Piraino
db8cc8624b
Log replication warnings when no error suppression is defined ( #9320 )
...
* Log replication warnings when no error suppression is defined
* Add changelog file
2021-02-10 23:32:04 +00:00
R.B. Boyer
dd277b8ca8
connect: update supported envoy point releases to 1.16.2, 1.15.3, 1.14.6, 1.13.7 ( #9737 ) ( #9753 )
2021-02-10 13:28:12 -06:00
Daniel Nephin
137374adb7
Merge pull request #9745 from hashicorp/dnephin/fix-streaming-bugs
...
streaming: fix a couple bugs
2021-02-09 23:31:23 +00:00
R.B. Boyer
1b01d6f9f8
connect: connect CA Roots in the primary datacenter should use a SigningKeyID derived from their local intermediate ( #9428 ) ( #9733 )
...
1.9.x backport of #9428
2021-02-09 16:55:11 -06:00
Bryce Kalow
9733416f3b
website: update next and nextjs-scripts ( #9698 )
...
Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com>
Co-authored-by: Kendall Strautman <36613477+kendallstrautman@users.noreply.github.com>
2021-02-09 15:27:14 +00:00
Matt Keeler
975c196f7c
Stop background refresh of cached data for requests that result in ACL not found errors ( #9738 )
2021-02-09 15:16:35 +00:00