Skip to content

Commit 86d55e9

Browse files
authored
update n8n - require auth (#644)
Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
1 parent 74bd971 commit 86d55e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/genai/n8n/n8n_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def n8n_pod_template(version: str, runner_auth_token: str, runner_image_uri: str
3939
flyte.Secret("n8n_postgres_password", as_env_var="DB_POSTGRESDB_PASSWORD"),
4040
flyte.Secret("n8n_encryption_key", as_env_var="N8N_ENCRYPTION_KEY"),
4141
],
42-
requires_auth=False,
42+
requires_auth=True,
4343
env_vars={
4444
"N8N_RUNNERS_ENABLED": "true",
4545
"N8N_RUNNERS_MODE": "external",

0 commit comments

Comments
 (0)