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

Add auth_token argument #23

Merged
merged 4 commits into from
Oct 6, 2018
Merged

Add auth_token argument #23

merged 4 commits into from
Oct 6, 2018

Conversation

MoonMoon1919
Copy link
Contributor

What it is

  • Addresses: Add option for auth_token #22
  • Adds auth_token argument and variable
  • Sets transit_encryption_enabled to true (required for auth_token)
  • Updates readme example and inputs

Details

  • auth_token must contain from 16 to 128 alphanumeric characters or symbols (excluding @, ", and /), it will show the end user this message if the auth token is not up to spec.

Copy link
Member

@osterman osterman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Regenerate README.

make init
make readme/deps
make readme

@osterman osterman added the enhancement New feature or request label Oct 6, 2018
README.md Outdated
stage = "prod"
zone_id = "${var.route53_zone_id}"
security_groups = ["${var.security_group_id}"]
auth_token = "${var.auth_token}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update example in README.yaml

README.md Show resolved Hide resolved
aknysh
aknysh previously approved these changes Oct 6, 2018
@MoonMoon1919
Copy link
Contributor Author

Fixed read me and added example of auth token generation, great idea!

@osterman osterman merged commit 945d670 into master Oct 6, 2018
@osterman osterman deleted the mmoon/add-auth branch October 6, 2018 20:53
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

Successfully merging this pull request may close these issues.

None yet

3 participants