mirror of
https://github.com/FlipsideCrypto/livequery-models.git
synced 2026-02-06 10:56:46 +00:00
change secret path to data_platform
This commit is contained in:
parent
b495238be8
commit
fb77449545
@ -22,7 +22,7 @@
|
||||
BODY,
|
||||
IFF(_utils.udf_whoami() <> CURRENT_USER(),
|
||||
'_FSC_SYS/CLAUDE',
|
||||
'Vault/prod/livequery/claude'
|
||||
'Vault/prod/data_platform/claude'
|
||||
),
|
||||
TRUE
|
||||
) as response
|
||||
@ -46,7 +46,7 @@
|
||||
NULL,
|
||||
IFF(_utils.udf_whoami() <> CURRENT_USER(),
|
||||
'_FSC_SYS/CLAUDE',
|
||||
'Vault/prod/livequery/claude'
|
||||
'Vault/prod/data_platform/claude'
|
||||
),
|
||||
TRUE
|
||||
) as response
|
||||
@ -70,7 +70,7 @@
|
||||
NULL,
|
||||
IFF(_utils.udf_whoami() <> CURRENT_USER(),
|
||||
'_FSC_SYS/CLAUDE',
|
||||
'Vault/prod/livequery/claude'
|
||||
'Vault/prod/data_platform/claude'
|
||||
),
|
||||
TRUE
|
||||
) as response
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
PAYLOAD,
|
||||
IFF(_utils.udf_whoami() <> CURRENT_USER(),
|
||||
'_FSC_SYS/SLACK/' || WEBHOOK_SECRET_NAME,
|
||||
'Vault/prod/livequery/slack/' || WEBHOOK_SECRET_NAME),
|
||||
'Vault/prod/data_platform/slack/' || WEBHOOK_SECRET_NAME),
|
||||
TRUE
|
||||
)
|
||||
END as response
|
||||
@ -55,7 +55,7 @@
|
||||
OBJECT_INSERT(PAYLOAD, 'channel', CHANNEL),
|
||||
IFF(_utils.udf_whoami() <> CURRENT_USER(),
|
||||
'_FSC_SYS/SLACK/' || COALESCE(BOT_SECRET_NAME, 'intelligence'),
|
||||
'Vault/prod/livequery/slack/' || COALESCE(BOT_SECRET_NAME, 'intelligence')),
|
||||
'Vault/prod/data_platform/slack/' || COALESCE(BOT_SECRET_NAME, 'intelligence')),
|
||||
TRUE
|
||||
)
|
||||
END as response
|
||||
@ -107,7 +107,7 @@
|
||||
),
|
||||
IFF(_utils.udf_whoami() <> CURRENT_USER(),
|
||||
'_FSC_SYS/SLACK/' || COALESCE(BOT_SECRET_NAME, 'intelligence'),
|
||||
'Vault/prod/livequery/slack/' || COALESCE(BOT_SECRET_NAME, 'intelligence')),
|
||||
'Vault/prod/data_platform/slack/' || COALESCE(BOT_SECRET_NAME, 'intelligence')),
|
||||
TRUE
|
||||
)
|
||||
END as response
|
||||
|
||||
Loading…
Reference in New Issue
Block a user