chore(infra): remove double secret "SECRET_KEY_BASE" (#5728) (#5729)

This is a duplicate var that is replaced with the base64 version just
below it.

Co-authored-by: FTB_lag <tabolskyy.git@gmail.com>
This commit is contained in:
Jamil
2024-07-06 20:58:31 -07:00
committed by GitHub
parent 81bd42f6b0
commit 5947ffbf98
2 changed files with 0 additions and 8 deletions

View File

@@ -230,10 +230,6 @@ locals {
value = google_sql_user.firezone.password
},
# Secrets
{
name = "SECRET_KEY_BASE"
value = random_password.secret_key_base.result
},
{
name = "TOKENS_KEY_BASE"
value = base64encode(random_password.tokens_key_base.result)

View File

@@ -203,10 +203,6 @@ locals {
value = google_sql_user.web.password
},
# Secrets
{
name = "SECRET_KEY_BASE"
value = random_password.secret_key_base.result
},
{
name = "TOKENS_KEY_BASE"
value = base64encode(random_password.tokens_key_base.result)