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

Changing Secret - Procedure needs to be documented #899

Open
franck-boullier opened this issue Feb 10, 2020 · 1 comment
Open

Changing Secret - Procedure needs to be documented #899

franck-boullier opened this issue Feb 10, 2020 · 1 comment

Comments

@franck-boullier
Copy link
Member

The Problem:

As described in #894 (comment), changing a secret across the env amongst the frontend, backend and the all the lambdas presents a lot of challenges and it would take quite some work to automate.

We need to make sure that if we have to change a secret (ex: API_ACCESS_TOKEN) this is properly documented to make sure that everything will be working as expected

@kaihendry
Copy link
Contributor

kaihendry commented Feb 10, 2020

I think the solution is to simply do a tagged release if you want to update the env variables.

I.e. travis on a tagged release does a {dev,demo,prod} deploy via https://github.com/unee-t/frontend/blob/master/deploy.sh since the script fetches all the env afresh from ssm when it's run.

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

2 participants