fix(ff3): use correct secret for newly generated keys (#2183)
This commit is contained in:
@@ -18,7 +18,7 @@ data:
|
||||
{{- $static_cron_token := randAlphaNum 32 }}
|
||||
{{- $app_key := randAlphaNum 32 }}
|
||||
STATIC_CRON_TOKEN: {{ $static_cron_token | b64enc }}
|
||||
APP_KEY: {{ $static_cron_token | b64enc }}
|
||||
APP_KEY: {{ $app_key | b64enc }}
|
||||
{{- end }}
|
||||
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user