Skip to content

Commit 84d1b56

Browse files
Anders ÅstrandAndersAstrand
authored andcommitted
Fix non-functioning helper sql function
This function did not work as it tried to create a vault-v2 provider using kmip options.
1 parent 84254eb commit 84d1b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_tde/pg_tde--1.0-rc.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ LANGUAGE SQL
405405
BEGIN ATOMIC
406406
-- JSON keys in the options must be matched to the keys in
407407
-- load_kmip_keyring_provider_options function.
408-
SELECT pg_tde_change_global_key_provider('vault-v2', provider_name,
408+
SELECT pg_tde_change_global_key_provider('kmip', provider_name,
409409
json_object('host' VALUE kmip_host,
410410
'port' VALUE kmip_port,
411411
'caPath' VALUE kmip_ca_path,

0 commit comments

Comments
 (0)