AbsaOSS / spot

Aggregate and analyze Spark history, export to elasticsearch, visualize and monitor with Kibana.
Apache License 2.0
5 stars 0 forks source link

Initial commit; new auth module, support for AWS Cognito, minor changes #51

Closed hamc17 closed 3 years ago

hamc17 commented 3 years ago

Auth module added, facilitates login/request signing to Elasticsearch via username & password (default) or by calling AWS Cognito and using a username & password, authenticating via SRP and retrieving tokens which are then used to get temporary credentials that allow use of the specified role.

Minor updates elsewhere, e.g. wrapping Elasticsearch calls to catch expired tokens, config changes, etc.

lokm01 commented 3 years ago

Just flicked through, lgtm