-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Add yaml template for manager into istio-16.yaml #157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Jenkins job istio/presubmit passed |
costinm
approved these changes
Apr 25, 2017
mandarjog
pushed a commit
to mandarjog/istio
that referenced
this pull request
Oct 30, 2017
This PR updates the manager for the logger aspect to properly report the config for the logger.Aspect as the DefaultConfig(). It uses the logger aspect config to build a more detailed logger.Entry to pass into Log() calls. The existing stdioLogger is updated to reflect these changes to the logger aspect config handling. A few notes: * no LogEntryDescriptors are currently provided, nor are they looked up. A subsequent PR will address providing an initial "standard" LogEntryDescriptor for short-term use by the mixer. * `logger.Severity` is defined to be an enum. * `timestamp_format` has been moved to aspect config. * At some point in the near future, we will probably want to move parts of the aspect config to log_entry_descriptor. Former-commit-id: 8b6e51e10d878151d30ae4ff8fb1353fd279c9f6
rshriram
pushed a commit
that referenced
this pull request
Oct 30, 2017
Add yaml template for manager into istio-16.yaml Former-commit-id: 00921bb
mandarjog
pushed a commit
that referenced
this pull request
Oct 31, 2017
This PR updates the manager for the logger aspect to properly report the config for the logger.Aspect as the DefaultConfig(). It uses the logger aspect config to build a more detailed logger.Entry to pass into Log() calls. The existing stdioLogger is updated to reflect these changes to the logger aspect config handling. A few notes: * no LogEntryDescriptors are currently provided, nor are they looked up. A subsequent PR will address providing an initial "standard" LogEntryDescriptor for short-term use by the mixer. * `logger.Severity` is defined to be an enum. * `timestamp_format` has been moved to aspect config. * At some point in the near future, we will probably want to move parts of the aspect config to log_entry_descriptor. Former-commit-id: bc6220eb32574d88b53997a57dfaeabd087292af
mandarjog
pushed a commit
that referenced
this pull request
Oct 31, 2017
mandarjog
pushed a commit
that referenced
this pull request
Nov 2, 2017
Add yaml template for manager into istio-16.yaml Former-commit-id: 00921bb
mandarjog
pushed a commit
that referenced
this pull request
Nov 2, 2017
guptasu
pushed a commit
to guptasu/istio
that referenced
this pull request
Jun 11, 2018
kyessenov
pushed a commit
to kyessenov/istio
that referenced
this pull request
Aug 13, 2018
hanahmily
referenced
this pull request
in hanahmily/istio
Jun 18, 2019
* change tcc gateway name Signed-off-by: Shriram Rajagopalan <rshriram@tetrate.io> * nit Signed-off-by: Shriram Rajagopalan <rshriram@tetrate.io>
rajusharma
pushed a commit
to rajusharma/istio
that referenced
this pull request
Jul 2, 2019
brian-avery
pushed a commit
to brian-avery/istio
that referenced
this pull request
Jan 5, 2021
It would previously detect request.regex.headers as invalid, even though it is supported.
brian-avery
added a commit
to brian-avery/istio
that referenced
this pull request
Feb 12, 2021
…io#236) Rework of this for 1.6 rebase. Adapted from: b0f47f2 MAISTRA-2010 Fix validation of AuthorizationPolicy fields (istio#207) It would previously detect request.regex.headers as invalid, even though it is supported. Cherry-pick of MAISTRA-1739 (istio#157) Co-authored-by: Brad Ison <brad.ison@redhat.com>
vikaschoudhary16
pushed a commit
to vikaschoudhary16/istio
that referenced
this pull request
Feb 12, 2021
* fix custom sni properly Signed-off-by: Rama Chavali <rama.rao@salesforce.com> * remove unnecessary code Signed-off-by: Rama Chavali <rama.rao@salesforce.com> * fix istio mutual tls Signed-off-by: Rama Chavali <rama.rao@salesforce.com> * revert istio mutual tls Signed-off-by: Rama Chavali <rama.rao@salesforce.com> * try setting again Signed-off-by: Rama Chavali <rama.rao@salesforce.com> Co-authored-by: Rama Chavali <rama.rao@salesforce.com>
markusthoemmes
pushed a commit
to markusthoemmes/istio
that referenced
this pull request
Apr 27, 2021
It would previously detect request.regex.headers as invalid, even though it is supported. Cherry-pick of MAISTRA-1739 (istio#157)
luksa
pushed a commit
to luksa/istio
that referenced
this pull request
Jun 30, 2021
…io#236) Rework of this for 1.6 rebase. Adapted from: b0f47f2 MAISTRA-2010 Fix validation of AuthorizationPolicy fields (istio#207) It would previously detect request.regex.headers as invalid, even though it is supported. Cherry-pick of MAISTRA-1739 (istio#157) Co-authored-by: Brad Ison <brad.ison@redhat.com>
luksa
pushed a commit
to luksa/istio
that referenced
this pull request
Feb 22, 2022
…io#236) Rework of this for 1.6 rebase. Adapted from: b0f47f2 MAISTRA-2010 Fix validation of AuthorizationPolicy fields (istio#207) It would previously detect request.regex.headers as invalid, even though it is supported. Cherry-pick of MAISTRA-1739 (istio#157) Co-authored-by: Brad Ison <brad.ison@redhat.com>
luksa
pushed a commit
to luksa/istio
that referenced
this pull request
Apr 29, 2022
…io#236) Rework of this for 1.6 rebase. Adapted from: b0f47f2 MAISTRA-2010 Fix validation of AuthorizationPolicy fields (istio#207) It would previously detect request.regex.headers as invalid, even though it is supported. Cherry-pick of MAISTRA-1739 (istio#157) Co-authored-by: Brad Ison <brad.ison@redhat.com>
luksa
pushed a commit
to luksa/istio
that referenced
this pull request
Sep 15, 2022
…ers (istio#236) (istio#544) Rework of this for 1.6 rebase. Adapted from: b0f47f2 MAISTRA-2010 Fix validation of AuthorizationPolicy fields (istio#207) It would previously detect request.regex.headers as invalid, even though it is supported. Cherry-pick of MAISTRA-1739 (istio#157) Co-authored-by: Brad Ison <brad.ison@redhat.com> Co-authored-by: Brian Avery <bavery@redhat.com> Co-authored-by: Brad Ison <brad.ison@redhat.com>
antonioberben
pushed a commit
to antonioberben/istio
that referenced
this pull request
Jan 29, 2024
[jaeger] Adding quotes to the cassandra.tls.enabled parameter
luksa
pushed a commit
to luksa/istio
that referenced
this pull request
Apr 11, 2024
…ers (istio#236) (istio#544) (istio#712) Rework of this for 1.6 rebase. Adapted from: b0f47f2 MAISTRA-2010 Fix validation of AuthorizationPolicy fields (istio#207) It would previously detect request.regex.headers as invalid, even though it is supported. Cherry-pick of MAISTRA-1739 (istio#157) Co-authored-by: Brad Ison <brad.ison@redhat.com> Co-authored-by: Brian Avery <bavery@redhat.com> Co-authored-by: Brad Ison <brad.ison@redhat.com> Co-authored-by: Jacek Ewertowski <jewertow@redhat.com> Co-authored-by: Brian Avery <bavery@redhat.com> Co-authored-by: Brad Ison <brad.ison@redhat.com>
dgn
pushed a commit
to dgn/istio
that referenced
this pull request
Jun 13, 2024
…io#236) (istio#544) (istio#712) Rework of this for 1.6 rebase. Adapted from: b0f47f2 MAISTRA-2010 Fix validation of AuthorizationPolicy fields (istio#207) It would previously detect request.regex.headers as invalid, even though it is supported. Cherry-pick of MAISTRA-1739 (istio#157) Co-authored-by: Brad Ison <brad.ison@redhat.com> Co-authored-by: Brian Avery <bavery@redhat.com> Co-authored-by: Brad Ison <brad.ison@redhat.com> Co-authored-by: Jacek Ewertowski <jewertow@redhat.com> Co-authored-by: Brian Avery <bavery@redhat.com> Co-authored-by: Brad Ison <brad.ison@redhat.com>
luksa
pushed a commit
to luksa/istio
that referenced
this pull request
Oct 14, 2024
…ter-merge_upstream_istio_master-6253864e Automator: merge upstream changes to openshift-service-mesh/istio@master
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.
No description provided.