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

Feature Request / Admin Settings #150

Open
bzekanovic opened this issue Mar 31, 2021 · 1 comment
Open

Feature Request / Admin Settings #150

bzekanovic opened this issue Mar 31, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@bzekanovic
Copy link

Below configurations would be helpful to expose for admins to be able to manage directly via UI.

Max Campaign Price
Data TTL
New User Invite Expiration TTL
User Account Password Complexity

thx

@c6fc c6fc added the enhancement New feature or request label Apr 2, 2021
@c6fc
Copy link
Contributor

c6fc commented Apr 2, 2021

The first two are a lot easier, since they don't require any interaction with the underlying AWS services. It's just a matter of moving them from hardcoded config files to being queried from DynamoDB.

The last two have some bigger security implications since you're effectively using a Cognito account to manage the configuration of a Cognito user pool. I'll play with it though, and see what I can do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants