Skip to content

Commit eacb4b1

Browse files
chore: Expose API keys encryption/decryption functions
1 parent dcc6fe6 commit eacb4b1

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

hasura/metadata/hasura_metadata_2025_06_13_10_55_12_087.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,6 +1138,32 @@
11381138
]
11391139
}
11401140
],
1141+
"functions": [
1142+
{
1143+
"function": {
1144+
"name": "encrypt_api_key",
1145+
"schema": "public"
1146+
},
1147+
"permissions": [
1148+
{
1149+
"role": "user",
1150+
"permission": {}
1151+
}
1152+
]
1153+
},
1154+
{
1155+
"function": {
1156+
"name": "decrypt_api_key",
1157+
"schema": "public"
1158+
},
1159+
"permissions": [
1160+
{
1161+
"role": "user",
1162+
"permission": {}
1163+
}
1164+
]
1165+
}
1166+
],
11411167
"configuration": {
11421168
"connection_info": {
11431169
"database_url": {

0 commit comments

Comments
 (0)