e2e integration tests#73
Merged
sebastienvas merged 1 commit intoistio:masterfrom Mar 21, 2017
liamawhite:master
Merged
Conversation
Signed-off-by: Liam White <liamwhite@uk.ibm.com>
rshriram
approved these changes
Mar 21, 2017
sebastienvas
approved these changes
Mar 21, 2017
Contributor
|
Dont wait for istio/presubmit. It ll never complete since that is in my change. |
zenlint
pushed a commit
to zenlint/istio
that referenced
this pull request
Aug 30, 2017
* Add Istio auth configuration instructions. * Improve Istio auth page. * Improve Istio auth tutorial. * Small fixes. * Small fixes. * Fixes according to comments. * Small fixes.
rshriram
pushed a commit
that referenced
this pull request
Oct 30, 2017
e2e integration tests Former-commit-id: dd0d30a
mandarjog
pushed a commit
that referenced
this pull request
Oct 31, 2017
Later we will also have handlers for secrets, so renaming these methods to avoid confusion.
mandarjog
pushed a commit
that referenced
this pull request
Oct 31, 2017
* Move proxy iptable configuration into istio init image
mandarjog
pushed a commit
that referenced
this pull request
Nov 2, 2017
e2e integration tests Former-commit-id: dd0d30a
mandarjog
pushed a commit
that referenced
this pull request
Nov 2, 2017
Later we will also have handlers for secrets, so renaming these methods to avoid confusion.
guptasu
pushed a commit
to guptasu/istio
that referenced
this pull request
Jun 11, 2018
…emoving LabelDescriptor (istio#73) * Remove LabelDescriptor and replace all usages with a map<string, ValueType>. This makes descriptors look like the adapter and aspect configs that use them. We also introduce the concept of an AttributeManifest and replace the global config's list of AttributeDescriptors with a list of AttributeManifests instead. * Remove references to service configs in the descriptors; most occurences are replaced with a refernce to 'aspect config'
kyessenov
pushed a commit
to kyessenov/istio
that referenced
this pull request
Aug 13, 2018
* Add periodic timer. * change timer class. * rename Reset to Start.
rajusharma
pushed a commit
to rajusharma/istio
that referenced
this pull request
Jul 2, 2019
Description: fix issue#61 Signed-off-by: Xinnan Wen <iamwen@google.com>
howardjohn
pushed a commit
to howardjohn/istio
that referenced
this pull request
Jan 12, 2020
* Cleanup and unit tests for util package * Review comments
deva26
pushed a commit
to deva26/istio
that referenced
this pull request
Jun 24, 2020
fix tsbd-server to pick correct image tag
jacob-delgado
pushed a commit
that referenced
this pull request
Aug 24, 2021
* release 1.11: use case-insensitive match for host field in authz (#73) Same as https://github.com/istio-private/istio/pull/69 Signed-off-by: Yangmin Zhu <ymzhu@google.com> * Strip # part in URL by default and offer a flag to opt-out * Small fix. * Small fix. * Small fix. * Small fix. * Small fix. Co-authored-by: Yangmin Zhu <ymzhu@google.com>
istio-testing
pushed a commit
that referenced
this pull request
Aug 25, 2021
* [1.11] Security fixes (#77) * release 1.11: use case-insensitive match for host field in authz (#73) Same as https://github.com/istio-private/istio/pull/69 Signed-off-by: Yangmin Zhu <ymzhu@google.com> * Strip # part in URL by default and offer a flag to opt-out * Small fix. * Small fix. * Small fix. * Small fix. * Small fix. Co-authored-by: Yangmin Zhu <ymzhu@google.com> * add test for request with # character (#81) * Update proxy SHA Co-authored-by: Oliver Liu <yonggangl@google.com> Co-authored-by: Yangmin Zhu <ymzhu@google.com> Co-authored-by: Jonh Wendell <jonh.wendell@redhat.com>
stevenctl
pushed a commit
to stevenctl/istio
that referenced
this pull request
Jun 1, 2022
Change-Id: Id3c90d06ed39e47bf1d9770aa8d994ede4f348e1
luksa
pushed a commit
to luksa/istio
that referenced
this pull request
Oct 14, 2024
…er-merge_upstream_istio_master-6253864e Automator: merge upstream changes to openshift-service-mesh/istio@master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Liam White liamwhite@uk.ibm.com
This change is