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 secrets to new production environment #19

Open
6 tasks done
themightychris opened this issue Sep 1, 2021 · 1 comment
Open
6 tasks done

Add secrets to new production environment #19

themightychris opened this issue Sep 1, 2021 · 1 comment

Comments

@themightychris
Copy link
Member

themightychris commented Sep 1, 2021

These secrets need to be installed the k8s way into the new instance before it goes live so various features will keep working:

  • mailchimp secret
  • recaptcha secrets
  • slack token
  • SAML2 tokens
  • github tokens
  • discourse SSO tokens
@themightychris
Copy link
Member Author

I've got all the secrets collected locally into a .env file now, and all the in-app config hooked up to use the env vars. Next step is just to get these bundled up for deployment to the prod cluster somehow. My current plan is to take sealed secrets for a spin for this, so all the needed secrets can just be committed to this repo and deployed automatically

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

No branches or pull requests

1 participant