* refactor zipkin doc test to use test/util/addons.sh
* doc test for accessing jaeger dashboard
* doc test for accessing istio-mesh and istio-service dashboards in grafana by port-forwarding
* add -L flags to follow redirects for accessing dashboards
* fix linting issue - double quote around ingress gateway URL
* improve Grafana and Jaeger access tests based on code review feedback
* fix jaeger url
* remove prometheus queries through grafana to check if it is causing flakes in CI
* fix grafana test to use productpage request boilerplate
* fix formatting in Makefile.overrides.mk
* Update test reference
* Test framework changes
* Another required change
* Update Tag to 1.8
* Pick istio/istio commit that actually exists
* Disable ISTIO_META_DNS_CAPTURE
* Add --skip-confirmation to istioctl installl commands
* Increase test timeout. First pass at fixes.
* Update to later istio/istio that fixes DNS and minor fixes
* test fixes
* Pick up go.mod `replace` changes from #8118
* Fix istioctl-analayze and mirror
* Fix mtls-migration test
* Update istio to include commit to fix egress
* Re-enable verify with fix
* Update istio/istio ref for egress fix
* Fix tasks/security/authorization/authz-td-migration - remove ns
* Shorten wait timeout so tests complete in under an hr
* Let tests continue after wait timeout
* Fix --skip-confirmation to -y and use yes | in tests
* revert yes | to echo y |
* Additional echo y fix
* Code review comments
* Change verify from same to contains as k8s 1.19 has extra warning lines.
* run tests with new kind setup script
* kind_provisioner fixup for ipv6 and some refactoring
* simplify setup for multicluster/single-cluster doc test with kind_provisioner
* define environment variables required by provisioner
* sync common files
* add note about istio protocol detection
* fix accidental replace
* fix extra dot in filename
* path fixes
* add note about how to field authz in effect
* fix typos and add a note on the claims
* undo file rename
* Update content/en/docs/ops/common-problems/security-issues/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/ops/common-problems/security-issues/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Apply suggestions from code review
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Release notes for 1.7.1
* update
* update
* Update content/en/news/releases/1.7.x/announcing-1.7.1/index.md
Co-authored-by: John Howard <howardjohn@google.com>
* Update content/en/news/releases/1.7.x/announcing-1.7.1/index.md
Co-authored-by: John Howard <howardjohn@google.com>
* Update content/en/news/releases/1.7.x/announcing-1.7.1/index.md
Co-authored-by: Brian Avery <bavery@redhat.com>
* Update content/en/news/releases/1.7.x/announcing-1.7.1/index.md
Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>
* update
* update
* Update content/en/news/releases/1.7.x/announcing-1.7.1/index.md
Co-authored-by: Steven Landow <steven@stlcomputerservices.com>
* update
* update
* update
* Update content/en/news/releases/1.7.x/announcing-1.7.1/index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Update content/en/news/releases/1.7.x/announcing-1.7.1/index.md
Co-authored-by: Brian Avery <bavery@redhat.com>
* Update content/en/news/releases/1.7.x/announcing-1.7.1/index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: John Howard <howardjohn@google.com>
Co-authored-by: Brian Avery <bavery@redhat.com>
Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>
Co-authored-by: Steven Landow <steven@stlcomputerservices.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Update reference docs - remove metrics items
* Fix links
* Actually fix links
* Fix make gen
* Early change from https://github.com/istio/api/pull/1617
* Review comments and rebase
* automated test - insecure remote access to telemetry addons
* Change profile to demo and add snippets to clean up DestinationRule (besides Gateway and VirtualService)
* automated doc test = secure remote access to telemetry addons through gateway
* Automated test for secure access of common telemetry addons and factor out common snippets to test_utils.sh
* moved test_utils to tests/util/addons.sh so that it can be reused across tests
* refactor addons with a more flexible deploy/undeploy function and fix naming of functions to access addons
* fix cleanup after tests
* fix sourcing
* remove verification for istio config deployment
* don't assume the existence of load-balancer in CI environment, but use _set_ingress_environment_variables instead of snippet in the documentation page
* add verification steps back
* fix output snippets and add verifications