I am trying to load the keyring_okv.so plugin, but I keep getting errors when MySQL starts. I am using MySQL 5.7.17. Here are the error messages I am receiving:
2017-03-27T15:29:02.323830Z 0 [ERROR] Plugin keyring_okv reported: 'Could not parse the okvclient.ora file provided'
2017-03-27T15:29:02.323876Z 0 [ERROR] Plugin keyring_okv reported: 'keyring_okv initialization failure. Please check that the keyring_okv_conf_dir points to a readable directory and that the directory contains Oracle Key Vault configuration file and ssl materials. Please also check that Oracle Key Vault is up and running.'
MySQL does start successfully, and when I go in and query which plugin is running, it shows keyring_okv is ACTIVE. I then try to create an encrypted table, but receive an error stating the master key could not be retrieved (same error if I try to rotate the master key). Any ideas? My config directory is setup correctly to contain the ssl folder and the okvclient.ora config file.
Any/all help would be greatly appreciated. Thanks!
2017-03-27T15:29:02.323830Z 0 [ERROR] Plugin keyring_okv reported: 'Could not parse the okvclient.ora file provided'
2017-03-27T15:29:02.323876Z 0 [ERROR] Plugin keyring_okv reported: 'keyring_okv initialization failure. Please check that the keyring_okv_conf_dir points to a readable directory and that the directory contains Oracle Key Vault configuration file and ssl materials. Please also check that Oracle Key Vault is up and running.'
MySQL does start successfully, and when I go in and query which plugin is running, it shows keyring_okv is ACTIVE. I then try to create an encrypted table, but receive an error stating the master key could not be retrieved (same error if I try to rotate the master key). Any ideas? My config directory is setup correctly to contain the ssl folder and the okvclient.ora config file.
Any/all help would be greatly appreciated. Thanks!