Anyone set up stig-manager with AWS RDS MySQL? #1271
petertirrell
started this conversation in
Q&A
Replies: 1 comment
-
Unfortunately, our guidance in the documentation was a bit confusing on this topic and has been updated. The MySQL account used by the API does NOT require the Please let us know if the following guidance is helpful:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're testing out stig-manager and wanted to use Amazon's RDS MySQL flavor for the database backing. The web app appears to be able to connect, but we're getting errors during what looks like the init setup of the database.
We are connecting using the default "admin" user that is created as part of the RDS setup. The error we are getting is along the lines of "failed to initialize database with file Access denied; you need (at least one of) the SUPER or SET_USER_ID privilege(s) for this operation". Some more digging points to maybe RDS users not being able to even have "SUPER" permissions, and the default admin user isn't actually set as the DBA role. And when we try and manage the user, to explicitly add the role, we get an error about not being able to GRANT options.
Has anyone tried anything like this, or manually init the database with scripts for cases like this? Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions