You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/dify/templates/credentials.tpl
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
# A secret key that is used for securely signing the session cookie and encrypting sensitive information on the database. You can generate a strong key using `openssl rand -base64 42`.
Copy file name to clipboardExpand all lines: charts/dify/values.yaml
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,9 @@ global:
7
7
edition: "SELF_HOSTED"
8
8
# A secret key that is used for securely signing the session cookie and encrypting sensitive information on the database. You can generate a strong key using `openssl rand -base64 42`.
# A global secret key for inter-component API calls (e.g. `api`, `sandbox` and `pluginDaemon`). You can generate a strong key using `openssl rand -base64 42`.
11
-
# Used as fallback for component-specific inter-component API keys (e.g., pluginDaemon.auth.serverKey, pluginDaemon.auth.difyApiKey).
12
-
# Component-specific values take precedence over this global value. If component-specific value is empty, this global value is used.
13
-
innerApiKey: ""
10
+
# A global secret key for all inter-component API calls among Dify containers (e.g. `api`, `sandbox` and `pluginDaemon`). You can generate a strong key using `openssl rand -base64 42`.
11
+
# Takes no effect when left empty. Can be overridden by component-specific values.
12
+
internalApiKey: ""
14
13
# The backend domain of the console API, used to concatenate the authorization callback.
15
14
# If empty, it is the same domain. Example: console.dify.ai
16
15
consoleApiDomain: ""
@@ -713,7 +712,7 @@ sandbox:
713
712
clusterIP: ""
714
713
auth:
715
714
# API key for sandbox code execution service. You can generate a strong key using `openssl rand -base64 42`.
0 commit comments