-
Notifications
You must be signed in to change notification settings - Fork 4
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
DCJ-495: New Cert documentation and configuration render script #2621
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 👍 Huge fan of simplifying local deployments.
scripts/render-configs.sh
Outdated
#!/bin/bash | ||
# Populates local cert files necessary for local development | ||
# You MUST be on the Broad VPN | ||
# You MUST have gcloud and kubectl installed to run this script. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And jq
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
I'm remembering that you said these certificates will need to be regenerated more frequently moving forward (quarterly). Should that be documented somewhere?
Great point, yes, it's now on a 3-month rotation, I'll add that. |
Addresses
https://broadworkbench.atlassian.net/browse/DCJ-495
Summary
Updates documentation for how to generate certificates for local development
Also adds a script to do the rendering for local dev needs.
Have you read Terra's Contributing Guide lately? If not, do that first.