Skip to content

Commit

Permalink
feat: add insecure flag for custom https endpoints
Browse files Browse the repository at this point in the history
Signed-off-by: Aris Boutselis <arisboutselis08@gmail.com>
  • Loading branch information
arbreezy committed Mar 30, 2024
1 parent 83e7ceb commit 1d5de2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protobuf/schema/v1/server-service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ message S3Cache {
string region = 1;
string bucket_name = 2;
string endpoint = 3;
bool insecure = 4;
}

message AzureCache {
Expand Down

0 comments on commit 1d5de2a

Please sign in to comment.