Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database : CREATE USER 'crowdsec'@'%' #393

Open
dik23 opened this issue May 25, 2023 · 0 comments
Open

Database : CREATE USER 'crowdsec'@'%' #393

dik23 opened this issue May 25, 2023 · 0 comments

Comments

@dik23
Copy link

dik23 commented May 25, 2023

https://docs.crowdsec.net/docs/local_api/database#mysql-and-mariadb

On the databases page it's advises to mysql> CREATE USER 'crowdsec'@'%' IDENTIFIED BY '<password>';

MySQLTuner advises this is insecure

Restrict Host for 'crowdsec'@'%' to 'crowdsec'@LimitedIPRangeOrLocalhost
RENAME USER 'crowdsec'@'%' TO 'crowdsec'@LimitedIPRangeOrLocalhost;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant