this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(argocd): generate server secret key to avoid drift

Khue Doan 7e3aeb15 cc72539d

+2
+2
infra/production/oracle/secrets/terragrunt.hcl
··· 20 20 } 21 21 22 22 sources = { 23 + argocd_server_secret_key = { random = true } 23 24 dex_admin_password_hash = { value = include.root.locals.secrets.dex_admin_password_hash } 24 25 dex_khuedoan_password_hash = { value = include.root.locals.secrets.dex_khuedoan_password_hash } 25 26 dex_argocd_client_secret = { random = true } ··· 51 52 "argocd/argocd-secret" = { 52 53 data = { 53 54 "oidc.dex.clientSecret" = "dex_argocd_client_secret" 55 + "server.secretkey" = "argocd_server_secret_key" 54 56 } 55 57 } 56 58 "monitoring/grafana-secrets" = {