Skip to content

Commit 768c994

Browse files
authored
sort JWTRule after RequestAuthentication in the Istio docs. (#3179)
* sort JWTRule after RequestAuthentication in the Istio docs. * add make gen'd files
1 parent 97b7276 commit 768c994

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

security/v1/jwt.pb.go

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

security/v1/jwt.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import "google/api/field_behavior.proto";
2121
// $description: Configuration to validate JWT.
2222
// $location: https://istio.io/docs/reference/config/security/jwt.html
2323
// $aliases: [/docs/reference/config/security/v1/jwt]
24+
// $weight: 60
2425
// $mode: none
2526

2627
package istio.security.v1;

security/v1/request_authentication.pb.go

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

security/v1/request_authentication.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import "type/v1beta1/selector.proto";
2121
// $description: Request authentication configuration for workloads.
2222
// $location: https://istio.io/docs/reference/config/security/request_authentication.html
2323
// $aliases: [/docs/reference/config/security/v1/request_authentication]
24+
// $weight: 50
2425
// $mode: none
2526

2627
package istio.security.v1;

0 commit comments

Comments
 (0)