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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v14] Added Database Automatic User Provisioning support for MariaDB #34256

Merged
merged 2 commits into from Nov 8, 2023

Commits on Nov 6, 2023

  1. Database Automatic User Provisioning support for MariaDB (#33018)

    * User auto-provisioning support for MariaDB
    
    * fix lint
    
    * revoke all-in-one role on deactivation
    
    * review comments
    
    * MariaDB to fallback on DeleteUser
    
    * move sql files to a folder
    greedy52 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    620d2b0 View commit details
    Browse the repository at this point in the history
  2. Support MariaDB auto provisioned user deletion (#33938)

    * feat(mysql): support mariadb delete auto provisioned user
    
    * Update lib/srv/db/mysql/sql/mariadb_delete_user.sql
    
    Co-authored-by: STeve (Xin) Huang <xin.huang@goteleport.com>
    
    ---------
    
    Co-authored-by: STeve (Xin) Huang <xin.huang@goteleport.com>
    gabrielcorado and greedy52 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    c1e8a6d View commit details
    Browse the repository at this point in the history