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

Develop Branch: Admin user email is hardcoded in build/templates/test/master.json #35

Closed
rstrahan opened this issue Dec 5, 2017 · 2 comments

Comments

@rstrahan
Copy link
Contributor

rstrahan commented Dec 5, 2017

Expected Behavior

Admin email address should not be hardcoded in build/templates/test/master.json
Suggest prompt for email address, and/or require email address as environment var or parameter.

Actual Behavior

Admin email address is hardcoded to:
"Email": "jcalho@amazon.com",
When stack is created non interactively by a different user (using "npm run stack test/master up"), the Cognito QnABot signup email is not received.

Steps to Reproduce the Problem

  1. As a user that is not jcalho, create stack from cloned repo (develop branch) using 'npm run stack test/master up'
  2. try to log in to Content Designer UI

Specifications

  • Version:
  • Platform:
@JohnCalhoun
Copy link
Contributor

maybe add the script in npm install that clears that field, or have it tied to /config.json

@JohnCalhoun JohnCalhoun added this to the 2.0 milestone Feb 5, 2018
@JohnCalhoun
Copy link
Contributor

fixed in v2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants