Skip to content

Commit 1d28a6d

Browse files
committed
Revert unwanted (re)generated files
1 parent daae562 commit 1d28a6d

File tree

3 files changed

+10
-29
lines changed

3 files changed

+10
-29
lines changed

mixer/v1/config/client/auth.pb.go

+2-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mixer/v1/config/client/auth.proto

+3-9
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ syntax = "proto3";
1616

1717
package istio.mixer.v1.config.client;
1818

19-
option go_package = "istio.io/api/mixer/v1/config/client";
19+
option go_package="istio.io/api/mixer/v1/config/client";
2020

2121
import "gogoproto/gogo.proto";
2222
import "google/protobuf/duration.proto";
@@ -66,8 +66,7 @@ message JWT {
6666
repeated string audiences = 2;
6767

6868
// URL of the provider's public key set to validate signature of the
69-
// JWT. See [OpenID
70-
// Discovery](https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata).
69+
// JWT. See [OpenID Discovery](https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata).
7170
//
7271
// Optional if the key set document can either (a) be retrieved from
7372
// [OpenID Discovery](https://openid.net/specs/openid-connect-discovery-1_0.html)
@@ -78,8 +77,7 @@ message JWT {
7877
string jwks_uri = 3;
7978

8079
// If true, forward the entire base64 encoded JWT in the HTTP request.
81-
// If false, remove the JWT from the HTTP request and do not forward to the
82-
// application.
80+
// If false, remove the JWT from the HTTP request and do not forward to the application.
8381
bool forward_jwt = 4;
8482

8583
// Duration after which the cached public key should be expired. The
@@ -124,7 +122,6 @@ message JWT {
124122
}
125123

126124
// Determines how to apply auth policies for individual requests.
127-
// WIP: to be replaced by AuthenticationPolicy.
128125
message EndUserAuthenticationPolicySpec {
129126
// List of JWT rules to valide.
130127
//
@@ -151,7 +148,6 @@ message EndUserAuthenticationPolicySpec {
151148
repeated JWT jwts = 2;
152149
}
153150

154-
// WIP: to be replaced by AuthenticationPolicy.
155151
message EndUserAuthenticationPolicySpecReference {
156152
// REQUIRED. The short name of the
157153
// EndUserAuthenticationPolicySpec. This is the resource name
@@ -166,14 +162,12 @@ message EndUserAuthenticationPolicySpecReference {
166162

167163
// EndUserAuthenticationPolicySpecBinding defines the binding between
168164
// EndUserAuthenticationPolicySpecs and one or more IstioService.
169-
// WIP: to be replaced by AuthenticationPolicy.
170165
message EndUserAuthenticationPolicySpecBinding {
171166
// REQUIRED. One or more services to map the listed
172167
// EndUserAuthenticationPolicySpecs onto.
173168
repeated IstioService services = 1;
174169

175170
// REQUIRED. One or more EndUserAuthenticationPolicySpecReference
176171
// that should be mapped to the specified service(s).
177-
// WIP: to be replaced by AuthenticationPolicy.
178172
repeated EndUserAuthenticationPolicySpecReference policies = 2;
179173
}

mixer/v1/config/client/istio.mixer.v1.config.client.pb.html

+5-12
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@ <h3 id="AttributeMatch">AttributeMatch</h3>
123123
</section>
124124
<h3 id="EndUserAuthenticationPolicySpec">EndUserAuthenticationPolicySpec</h3>
125125
<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>
128127

129128
<table>
130129
<tr>
@@ -167,8 +166,7 @@ <h3 id="EndUserAuthenticationPolicySpec">EndUserAuthenticationPolicySpec</h3>
167166
<h3 id="EndUserAuthenticationPolicySpecBinding">EndUserAuthenticationPolicySpecBinding</h3>
168167
<section>
169168
<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>
172170

173171
<table>
174172
<tr>
@@ -190,17 +188,14 @@ <h3 id="EndUserAuthenticationPolicySpecBinding">EndUserAuthenticationPolicySpecB
190188
<td><code><a href="#EndUserAuthenticationPolicySpecReference">EndUserAuthenticationPolicySpecReference[]</a></code></td>
191189
<td>
192190
<p>REQUIRED. One or more EndUserAuthenticationPolicySpecReference
193-
that should be mapped to the specified service(s).
194-
WIP: to be replaced by AuthenticationPolicy.</p>
191+
that should be mapped to the specified service(s).</p>
195192

196193
</td>
197194
</tr>
198195
</table>
199196
</section>
200197
<h3 id="EndUserAuthenticationPolicySpecReference">EndUserAuthenticationPolicySpecReference</h3>
201198
<section>
202-
<p>WIP: to be replaced by AuthenticationPolicy.</p>
203-
204199
<table>
205200
<tr>
206201
<th>Field</th>
@@ -649,8 +644,7 @@ <h3 id="JWT">JWT</h3>
649644
<td><code>string</code></td>
650645
<td>
651646
<p>URL of the provider&rsquo;s public key set to validate signature of the
652-
JWT. See <a href="https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata">OpenID
653-
Discovery</a>.</p>
647+
JWT. See <a href="https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata">OpenID Discovery</a>.</p>
654648

655649
<p>Optional if the key set document can either (a) be retrieved from
656650
<a href="https://openid.net/specs/openid-connect-discovery-1_0.html">OpenID Discovery</a>
@@ -666,8 +660,7 @@ <h3 id="JWT">JWT</h3>
666660
<td><code>bool</code></td>
667661
<td>
668662
<p>If true, forward the entire base64 encoded JWT in the HTTP request.
669-
If false, remove the JWT from the HTTP request and do not forward to the
670-
application.</p>
663+
If false, remove the JWT from the HTTP request and do not forward to the application.</p>
671664

672665
</td>
673666
</tr>

0 commit comments

Comments
 (0)