when I Enable eventing module and save, I got a error #1508
-
The error content: Error saving eventing config the user 'hx_gsc' is mySQL username, ip address '172.31.40.199' is K8S master IP, I confused, actually, how to resolve this issue and let me access the table event_logs? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
@xtrn143 You cannot access the
Space cloud uses 2 tables for storing eventing info |
Beta Was this translation helpful? Give feedback.
-
@YourTechBud What do you think about this issue? |
Beta Was this translation helpful? Give feedback.
-
It seems like the db user SC provided to SC doesn't have permissions to create a table in the configured database. The eventing module needs permission to create two table it needs to persist events. |
Beta Was this translation helpful? Give feedback.
@xtrn143 You cannot access the
event_logs
table directly from the frontend. What you can do is just query the rows from the API explorer tab.Space cloud uses 2 tables for storing eventing info
event_logs
&invocation_logs
. While setting the eventing config, SC tries to create these tables whereinvocation_logs
has a reference on a column ofevent_logs
table.I think this a permission issue. User
hx_gsc
doesn't have the full permissions