7
7
< h2 id ="Enumerations "> Enumerations</ h2 >
8
8
< h3 id ="TransportConfig.NetworkFailPolicy "> TransportConfig.NetworkFailPolicy</ h3 >
9
9
< section >
10
- < table >
10
+ < table class =" enum-values " >
11
11
< tr >
12
12
< th > Name</ th >
13
13
< th > Description</ th >
@@ -37,7 +37,7 @@ <h3 id="APIKey">APIKey</h3>
37
37
< p > See https://swagger.io/docs/specification/authentication/api-keys
38
38
for a general overview of API keys as defined by OpenAPI.</ p >
39
39
40
- < table >
40
+ < table class =" message-fields " >
41
41
< tr >
42
42
< th > Field</ th >
43
43
< th > Type</ th >
@@ -123,8 +123,7 @@ <h3 id="AttributeMatch">AttributeMatch</h3>
123
123
</ section >
124
124
< h3 id ="EndUserAuthenticationPolicySpec "> EndUserAuthenticationPolicySpec</ h3 >
125
125
< section >
126
- < p > Determines how to apply auth policies for individual requests.
127
- WIP: to be replaced by AuthenticationPolicy.</ p >
126
+ < p > Determines how to apply auth policies for individual requests.</ p >
128
127
129
128
< table class ="message-fields ">
130
129
< tr >
@@ -167,10 +166,9 @@ <h3 id="EndUserAuthenticationPolicySpec">EndUserAuthenticationPolicySpec</h3>
167
166
< h3 id ="EndUserAuthenticationPolicySpecBinding "> EndUserAuthenticationPolicySpecBinding</ h3 >
168
167
< section >
169
168
< p > EndUserAuthenticationPolicySpecBinding defines the binding between
170
- EndUserAuthenticationPolicySpecs and one or more IstioService.
171
- WIP: to be replaced by AuthenticationPolicy.</ p >
169
+ EndUserAuthenticationPolicySpecs and one or more IstioService.</ p >
172
170
173
- < table >
171
+ < table class =" message-fields " >
174
172
< tr >
175
173
< th > Field</ th >
176
174
< th > Type</ th >
@@ -334,7 +332,7 @@ <h3 id="HTTPAPISpecBinding">HTTPAPISpecBinding</h3>
334
332
namespace: default
335
333
</ code > </ pre >
336
334
337
- < table >
335
+ < table class =" message-fields " >
338
336
< tr >
339
337
< th > Field</ th >
340
338
< th > Type</ th >
@@ -375,7 +373,7 @@ <h3 id="HTTPAPISpecPattern">HTTPAPISpecPattern</h3>
375
373
uriTemplate: /foo/bar
376
374
</ code > </ pre >
377
375
378
- < table >
376
+ < table class =" message-fields " >
379
377
< tr >
380
378
< th > Field</ th >
381
379
< th > Type</ th >
@@ -445,7 +443,7 @@ <h3 id="HTTPAPISpecReference">HTTPAPISpecReference</h3>
445
443
namespace: bar
446
444
</ code > </ pre >
447
445
448
- < table >
446
+ < table class =" message-fields " >
449
447
< tr >
450
448
< th > Field</ th >
451
449
< th > Type</ th >
@@ -475,7 +473,7 @@ <h3 id="HttpClientConfig">HttpClientConfig</h3>
475
473
< section >
476
474
< p > Defines the client config for HTTP.</ p >
477
475
478
- < table >
476
+ < table class =" message-fields " >
479
477
< tr >
480
478
< th > Field</ th >
481
479
< th > Type</ th >
@@ -535,7 +533,7 @@ <h3 id="IstioService">IstioService</h3>
535
533
The FQDN of the service is composed from the name, namespace, and implementation-specific domain suffix
536
534
(e.g. on Kubernetes, “reviews” + “default” + “svc.cluster.local” -> “reviews.default.svc.cluster.local”).</ p >
537
535
538
- < table >
536
+ < table class =" message-fields " >
539
537
< tr >
540
538
< th > Field</ th >
541
539
< th > Type</ th >
@@ -602,7 +600,7 @@ <h3 id="JWT">JWT</h3>
602
600
jwks_uri: https://example.com/.well-known/jwks.json
603
601
</ code > </ pre >
604
602
605
- < table >
603
+ < table class =" message-fields " >
606
604
< tr >
607
605
< th > Field</ th >
608
606
< th > Type</ th >
@@ -646,8 +644,7 @@ <h3 id="JWT">JWT</h3>
646
644
< td > < code > string</ code > </ td >
647
645
< td >
648
646
< p > URL of the provider’s public key set to validate signature of the
649
- JWT. See < a href ="https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata "> OpenID
650
- Discovery</ a > .</ p >
647
+ JWT. See < a href ="https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata "> OpenID Discovery</ a > .</ p >
651
648
652
649
< p > Optional if the key set document can either (a) be retrieved from
653
650
< a href ="https://openid.net/specs/openid-connect-discovery-1_0.html "> OpenID Discovery</ a >
@@ -663,8 +660,7 @@ <h3 id="JWT">JWT</h3>
663
660
< td > < code > bool</ code > </ td >
664
661
< td >
665
662
< p > If true, forward the entire base64 encoded JWT in the HTTP request.
666
- If false, remove the JWT from the HTTP request and do not forward to the
667
- application.</ p >
663
+ If false, remove the JWT from the HTTP request and do not forward to the application.</ p >
668
664
669
665
</ td >
670
666
</ tr >
@@ -710,7 +706,7 @@ <h3 id="JWT.Location">JWT.Location</h3>
710
706
https://tools.ietf.org/html/rfc6750#section-2.3)
711
707
</ code > </ pre >
712
708
713
- < table >
709
+ < table class =" message-fields " >
714
710
< tr >
715
711
< th > Field</ th >
716
712
< th > Type</ th >
@@ -745,7 +741,7 @@ <h3 id="Quota">Quota</h3>
745
741
< section >
746
742
< p > Specifies a quota to use with quota name and amount.</ p >
747
743
748
- < table >
744
+ < table class =" message-fields " >
749
745
< tr >
750
746
< th > Field</ th >
751
747
< th > Type</ th >
@@ -774,7 +770,7 @@ <h3 id="QuotaRule">QuotaRule</h3>
774
770
< p > Specifies a rule with list of matches and list of quotas.
775
771
If any clause matched, the list of quotas will be used.</ p >
776
772
777
- < table >
773
+ < table class =" message-fields " >
778
774
< tr >
779
775
< th > Field</ th >
780
776
< th > Type</ th >
@@ -803,7 +799,7 @@ <h3 id="QuotaSpec">QuotaSpec</h3>
803
799
< section >
804
800
< p > Determines the quotas used for individual requests.</ p >
805
801
806
- < table >
802
+ < table class =" message-fields " >
807
803
< tr >
808
804
< th > Field</ th >
809
805
< th > Type</ th >
@@ -824,7 +820,7 @@ <h3 id="QuotaSpecBinding">QuotaSpecBinding</h3>
824
820
< p > QuotaSpecBinding defines the binding between QuotaSpecs and one or more
825
821
IstioService.</ p >
826
822
827
- < table >
823
+ < table class =" message-fields " >
828
824
< tr >
829
825
< th > Field</ th >
830
826
< th > Type</ th >
@@ -852,7 +848,7 @@ <h3 id="QuotaSpecBinding">QuotaSpecBinding</h3>
852
848
</ section >
853
849
< h3 id ="QuotaSpecBinding.QuotaSpecReference "> QuotaSpecBinding.QuotaSpecReference</ h3 >
854
850
< section >
855
- < table >
851
+ < table class =" message-fields " >
856
852
< tr >
857
853
< th > Field</ th >
858
854
< th > Type</ th >
@@ -882,7 +878,7 @@ <h3 id="ServiceConfig">ServiceConfig</h3>
882
878
< section >
883
879
< p > Defines the per-service client configuration.</ p >
884
880
885
- < table >
881
+ < table class =" message-fields " >
886
882
< tr >
887
883
< th > Field</ th >
888
884
< th > Type</ th >
@@ -944,7 +940,7 @@ <h3 id="StringMatch">StringMatch</h3>
944
940
< p > Describes how to match a given string in HTTP headers. Match is
945
941
case-sensitive.</ p >
946
942
947
- < table >
943
+ < table class =" message-fields " >
948
944
< tr >
949
945
< th > Field</ th >
950
946
< th > Type</ th >
@@ -980,7 +976,7 @@ <h3 id="TcpClientConfig">TcpClientConfig</h3>
980
976
< section >
981
977
< p > Defines the client config for TCP.</ p >
982
978
983
- < table >
979
+ < table class =" message-fields " >
984
980
< tr >
985
981
< th > Field</ th >
986
982
< th > Type</ th >
@@ -1045,7 +1041,7 @@ <h3 id="TransportConfig">TransportConfig</h3>
1045
1041
< section >
1046
1042
< p > Defines the transport config on how to call Mixer.</ p >
1047
1043
1048
- < table >
1044
+ < table class =" message-fields " >
1049
1045
< tr >
1050
1046
< th > Field</ th >
1051
1047
< th > Type</ th >
0 commit comments