-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fa5855
commit 21dba6c
Showing
27 changed files
with
1,913 additions
and
169 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
adapter/api/proto/wso2/discovery/config/enforcer/client.proto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
syntax = "proto3"; | ||
|
||
package wso2.discovery.config.enforcer; | ||
|
||
option go_package = "github.com/envoyproxy/go-control-plane/wso2/discovery/config/enforcer;enforcer"; | ||
option java_package = "org.wso2.apk.enforcer.discovery.config.enforcer"; | ||
option java_outer_classname = "HttpClientProto"; | ||
option java_multiple_files = true; | ||
|
||
// [#protodoc-title: SSL] | ||
|
||
// Model for enforcer management user | ||
message HttpClient { | ||
// Disable SSL Verification | ||
bool skipSSl = 1; | ||
|
||
// Hostname Verifier | ||
string hostnameVerifier = 2; | ||
|
||
// MaxtotalConnections | ||
int32 maxTotalConnections = 3; | ||
// MaxConnectionsPerRoute | ||
int32 maxConnectionsPerRoute = 4; | ||
// ConnectTimeout | ||
int32 connectTimeout = 5; | ||
// SocketTimeout | ||
int32 socketTimeout = 6; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
215 changes: 215 additions & 0 deletions
215
adapter/pkg/discovery/api/wso2/discovery/config/enforcer/client.pb.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.