forked from abutaha/aws-es-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added region flag to avoid having to parse the endpoint to get the region hard-coded proxy.service value to "es" added insecure flag and logic to avoid SSL verification * cleaning up code, moving insecure logic to main function (TODO: still need to test) * removed redundant use of insecure flag
- Loading branch information
Showing
2 changed files
with
9 additions
and
22 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
vendor | ||
glide.lock | ||
dist | ||
.idea | ||
.idea | ||
aws-es-proxy |
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