Skip to content

Commit 0e9f6a3

Browse files
committed
Remove unwanted changes in auth.proto
1 parent b9a9539 commit 0e9f6a3

File tree

4 files changed

+37
-207
lines changed

4 files changed

+37
-207
lines changed

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

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 37 additions & 175 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mixer/v1/config/client/auth.proto

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ package istio.mixer.v1.config.client;
1919
option go_package = "istio.io/api/mixer/v1/config/client";
2020

2121
import "gogoproto/gogo.proto";
22-
// import "google/protobuf/any.proto";
2322
import "google/protobuf/duration.proto";
2423
import "mixer/v1/config/client/service.proto";
2524

@@ -178,11 +177,3 @@ message EndUserAuthenticationPolicySpecBinding {
178177
// WIP: to be replaced by AuthenticationPolicy.
179178
repeated EndUserAuthenticationPolicySpecReference policies = 2;
180179
}
181-
182-
// Placer holder for mTLS authentication params.
183-
message MutualTLS {
184-
// This field is specific for Envoy proxy implementation.
185-
// Defines the header location to store the authentiated claims. If blank, a
186-
// implementation-specific default value will be used.
187-
string output_header_location = 1;
188-
}

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

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -740,28 +740,6 @@ <h3 id="JWT.Location">JWT.Location</h3>
740740

741741
<p>For example, <code>query=jwt_token</code>.</p>
742742

743-
</td>
744-
</tr>
745-
</table>
746-
</section>
747-
<h3 id="MutualTLS">MutualTLS</h3>
748-
<section>
749-
<p>Placer holder for mTLS authentication params.</p>
750-
751-
<table>
752-
<tr>
753-
<th>Field</th>
754-
<th>Type</th>
755-
<th>Description</th>
756-
</tr>
757-
<tr id="MutualTLS.output_header_location">
758-
<td><code>outputHeaderLocation</code></td>
759-
<td><code>string</code></td>
760-
<td>
761-
<p>This field is specific for Envoy proxy implementation.
762-
Defines the header location to store the authentiated claims. If blank, a
763-
implementation-specific default value will be used.</p>
764-
765743
</td>
766744
</tr>
767745
</table>

0 commit comments

Comments
 (0)