grafana / grafana-kiosk

Kiosk Utility for Grafana
Apache License 2.0
343 stars 57 forks source link

feat: add support for aws managed grafana #96

Closed pkarakal closed 1 year ago

pkarakal commented 1 year ago

This adds a new login method for AWS Managed Grafana Instances. If the user account has MFA enabled, it waits for the user to input the OTP and then continues with the normal flow of waiting for a non existing element to be visible to exit.

Closes #63

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

briangann commented 1 year ago

I will check this out - I've spun up an instance there to test with. This is a great addition!

briangann commented 1 year ago

will merge and fix the codeclimate issue in another PR, thanks!