Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added 'region' and 'insecure' flag #84

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 16, 2020

  1. added region flag to avoid having to parse the endpoint to get the re…

    …gion (#1)
    
    hard-coded proxy.service value to "es"
    added insecure flag and logic to avoid SSL verification
    DustinKLo committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    c656b87 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Code cleanup (#2)

    * 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
    DustinKLo committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    97edea5 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. squash commits

    DustinKLo committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    d5d4aa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4ec2dc View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Fix merge conflict (#3)

    * Added support for assuming a role that has access to ElasticSearch
    
    * Fixed small conflicts
    
    * Added new contributors
    
    Co-authored-by: Joshua Garnett <[email protected]>
    Co-authored-by: Dido (Christoph Poelt) <[email protected]>
    Co-authored-by: Muslim AbuTaha <[email protected]>
    4 people committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    54f37ec View commit details
    Browse the repository at this point in the history
  2. re-added endpoint parsing login (originally removed and replced with …

    …a region flag) (#4)
    
    made -region flag optional, if not supplied will go through the endpoint parsing logic instead
    edited README.md description for region flag
    added "assume" description to --help in README.md
    DustinKLo committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    5ef81bb View commit details
    Browse the repository at this point in the history
  3. fixed merge conflicts

    DustinKLo committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    d7f2ef7 View commit details
    Browse the repository at this point in the history
  4. small code formatting

    DustinKLo committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    4bc1211 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    bbc0474 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Configuration menu
    Copy the full SHA
    f7e4421 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. merge upstream/master

    dustinlo committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    8a0a2c1 View commit details
    Browse the repository at this point in the history