Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions authentication/v1alpha1/istio.authentication.v1alpha1.pb.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions authentication/v1alpha1/policy.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions authentication/v1alpha1/policy.proto
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ enum PrincipalBinding {
// apiVersion: authentication.istio.io/v1alpha1
// kind: Policy
// metadata:
// name: productpage_mTLS_disable
// name: productpage-mTLS-disable
// namespace: frod
// spec:
// targets:
Expand All @@ -287,7 +287,7 @@ enum PrincipalBinding {
// apiVersion: authentication.istio.io/v1alpha1
// kind: Policy
// metadata:
// name: productpage_mTLS_with_JWT
// name: productpage-mTLS-with-JWT
// namespace: frod
// spec:
// target:
Expand Down
10 changes: 5 additions & 5 deletions networking/v1alpha3/gateway.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions networking/v1alpha3/gateway.pb.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions networking/v1alpha3/gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ syntax = "proto3";
// httpsRedirect: true # sends 301 redirect for http requests
// - port:
// number: 443
// name: https
// name: https-443
// protocol: HTTPS
// hosts:
// - uk.bookinfo.com
Expand All @@ -63,7 +63,7 @@ syntax = "proto3";
// privateKey: /etc/certs/privatekey.pem
// - port:
// number: 9443
// name: https
// name: https-9443
// protocol: HTTPS
// hosts:
// - "bookinfo-namespace/*.bookinfo.com"
Expand Down Expand Up @@ -117,19 +117,19 @@ syntax = "proto3";
// - match:
// - headers:
// cookie:
// user: dev-123
// exact: "user=dev-123"
// route:
// - destination:
// port:
// number: 7777
// host: reviews.qa.svc.cluster.local
// - match:
// uri:
// - uri:
// prefix: /reviews/
// route:
// - destination:
// port:
// number: 9080 # can be omitted if its the only port for reviews
// number: 9080 # can be omitted if it's the only port for reviews
// host: reviews.prod.svc.cluster.local
// weight: 80
// - destination:
Expand Down
2 changes: 1 addition & 1 deletion networking/v1alpha3/virtual_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networking/v1alpha3/virtual_service.pb.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networking/v1alpha3/virtual_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ message HTTPRetry {
// allowCredentials: false
// allowHeaders:
// - X-Foo-Bar
// maxAge: "1d"
// maxAge: "24h"
// ```
//
message CorsPolicy {
Expand Down
64 changes: 2 additions & 62 deletions rbac/v1alpha1/istio.rbac.v1alpha1.pb.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions rbac/v1alpha1/rbac.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions rbac/v1alpha1/rbac.proto
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ syntax = "proto3";
// methods: ["GET", "HEAD"]
// constraints:
// - key: "destination.labels[version]"
// value: ["v1", "v2"]
// values: ["v1", "v2"]
// ```
//
// A ServiceRoleBinding specification includes two parts:
Expand Down Expand Up @@ -294,7 +294,8 @@ message RoleRef {
string name = 2;
}

// RbacConfig defines the global config to control Istio RBAC behavior.
// $hide_from_docs
// RbacConfig is deprecated. RbacConfig defined the global config to control Istio RBAC behavior.
// This Custom Resource is a singleton where only one Custom Resource should be created globally in
// the mesh and the namespace should be the same to other Istio components, which usually is `istio-system`.
// Note: This is enforced in both `istioctl` and server side, new Custom Resource will be rejected if found any
Expand Down