qnabot-on-aws icon indicating copy to clipboard operation
qnabot-on-aws copied to clipboard

Restrict Access

Open JohnCalhoun opened this issue 6 years ago • 3 comments

Create a way to restrict access to client ui. first) get proper credentials, could use cognito hosted login second) send credentials to lex web ui

JohnCalhoun avatar Nov 20 '17 20:11 JohnCalhoun

solution: in client UI: if(JWT from Cognito hosted login in url hash){ use JWT to get AWS credentials use credentail to create lex and polly clients pass clients to lex web ui }

Will need to make sure unathenticate role has premissions removed and authenticated role has lex and polly permissions

JohnCalhoun avatar Nov 20 '17 21:11 JohnCalhoun

do this as part of #4

JohnCalhoun avatar Nov 26 '17 17:11 JohnCalhoun

this is implement but buggy and not documented

JohnCalhoun avatar May 04 '18 23:05 JohnCalhoun