Switch to cognito user/password authentication. Major code refactor - Fix 2
All checks were successful
AWS Deploy on Push / build (push) Successful in 4m25s
All checks were successful
AWS Deploy on Push / build (push) Successful in 4m25s
This commit is contained in:
@@ -11,7 +11,7 @@ AWS_REGION = os.environ.get("AWS_REGION", "us-east-2")
|
||||
COGNITO_USER_POOL_ID = os.getenv("COGNITO_USER_POOL_ID")
|
||||
COGNITO_CLIENT_ID = os.getenv("COGNITO_CLIENT_ID")
|
||||
COGNITO_CLIENT_SECRET = os.environ.get("COGNITO_CLIENT_SECRET", None)
|
||||
USER_ROLE_ATTRIBUTE = "custom:role"
|
||||
USER_ROLE_ATTRIBUTE = "zoneinfo"
|
||||
|
||||
IPTV_SERVER_URL = os.getenv("IPTV_SERVER_URL", "https://iptv.fiorinis.com")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user