Skip to content

Conversation

@fulghum
Copy link
Contributor

@fulghum fulghum commented Nov 5, 2025

Adds support for creating users with TLS connection requirements, and displaying those settings via the mysql.user system table.

MySQL documentation on CREATE USER SSL/TLS options

Example:
CREATE USER user1@localhost REQUIRES X509;

Related to dolthub/dolt#10008

@fulghum fulghum force-pushed the fulghum/mutual_tls branch from 0d824cb to 4e6d96b Compare November 5, 2025 21:46
@fulghum fulghum requested a review from Hydrocharged November 7, 2025 01:23
Copy link
Contributor

@Hydrocharged Hydrocharged left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@fulghum fulghum merged commit e0601da into main Nov 10, 2025
8 checks passed
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

Successfully merging this pull request may close these issues.

3 participants