Skip to content

Commit ca278e0

Browse files
authored
fix: hide OBOT_AUTH_PROVIDER_COOKIE_SECRET in UI (#405)
1 parent 5ede1be commit ca278e0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

github-auth-provider/tool.gpt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Credential: ../placeholder-credential as github-auth-provider
2727
"name": "OBOT_AUTH_PROVIDER_COOKIE_SECRET",
2828
"friendlyName": "Cookie Secret",
2929
"description": "Secret used to encrypt cookies. Must be a random string of length 16, 24, or 32.",
30-
"sensitive": true
30+
"sensitive": true,
31+
"hidden": true
3132
},
3233
{
3334
"name": "OBOT_AUTH_PROVIDER_EMAIL_DOMAINS",

google-auth-provider/tool.gpt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Credential: ../placeholder-credential as google-auth-provider
2929
"name": "OBOT_AUTH_PROVIDER_COOKIE_SECRET",
3030
"friendlyName": "Cookie Secret",
3131
"description": "Secret used to encrypt cookies. Must be a random string of length 16, 24, or 32.",
32-
"sensitive": true
32+
"sensitive": true,
33+
"hidden": true
3334
},
3435
{
3536
"name": "OBOT_AUTH_PROVIDER_EMAIL_DOMAINS",

0 commit comments

Comments
 (0)