Skip to content

Commit 4475686

Browse files
authored
fix(snowflake): drop the oversized credential modal help text (#6475)
The paragraph under the token field ran 313 characters — three times the typical provider's and 50% longer than the next worst — and pushed the account host field down the modal. Its content (expiry, role restriction, the network-policy requirement per user type) already lives on the setup guide the modal links, and the network-policy cause is repeated in the rejection copy, which is when someone actually needs it.
1 parent 303986f commit 4475686

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

apps/sim/lib/credentials/token-service-accounts/descriptors.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,6 @@ export const TOKEN_SERVICE_ACCOUNT_DESCRIPTORS: Record<
412412
},
413413
],
414414
docsUrl: 'https://docs.sim.ai/integrations/snowflake-service-account',
415-
helpText:
416-
'A programmatic access token acts as the Snowflake user that owns it, or as the single role it was restricted to. It always expires — 15 days by default, 365 at most — and every user type except SERVICE_AGENT must be covered by a network policy to authenticate with it, unless an authentication policy waives that.',
417415
invalidCredentialsHelp:
418416
'Snowflake rejected this token. Check that it belongs to a user on this exact account host, that it has not expired or been revoked, that a network policy allows Sim to reach the account, and that the SQL API is enabled for the account.',
419417
},

0 commit comments

Comments
 (0)