Skip to content

Commit 9ba4447

Browse files
author
Samar Pratap Singh
committed
Bug#35469787 OCI Keyring - Error - keyring_oci_master_key is bad
format Problem: keyring_oci plugin and component reports OCIDs containing '-' as invalid. Analysis: keyring_oci plugin and component expect only alphanumeric characters and '.' in OCIDs. However, according to the official documentation, OCIDs has the following format: ocid1.<RESOURCE TYPE>.<REALM>.[REGION][.FUTURE USE].<UNIQUE ID> where [REGION] can contain '-' e.g. me-dubai-1 Fix: Both keyring_oci plugin and component is fixed to consider '-' in the region name as valid. Also, sanity check is enhanced to perform detailed checking. Change-Id: I1a652458b966e4c8db7a6484140a32a3804e0915
1 parent 94ed29a commit 9ba4447

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

share/messages_to_error_log.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12337,6 +12337,9 @@ ER_NUM_THREADS_STILL_ALIVE
1233712337
ER_GRP_RPL_MYSQL_NETWORK_PROVIDER_SERVER_ERROR_COMMAND_ERR
1233812338
eng "Failed to accept a MySQL connection for Group Replication. %s. Please retry."
1233912339

12340+
ER_COMPONENT_KEYRING_OCI_INVALID_CONFIG_VAR
12341+
eng "Invalid value of argument %s (%s)."
12342+
1234012343
# DO NOT add server-to-client messages here;
1234112344
# they go in messages_to_clients.txt
1234212345
# in the same directory as this file.

0 commit comments

Comments
 (0)