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

[v13] Add option to allow for host users not to be deleted #28432

Merged
merged 1 commit into from Jul 4, 2023

Commits on Jun 28, 2023

  1. Add option to allow for host users not to be deleted

    This adds a new role option called create_host_users_mode which allows
    for it to be configured to not delete users when a session ends. The
    old `create_host_user` option will be deprecated with this.
    
    If the deprecated option is set, the new mode option will default to
    dropping users as is the current behavior.
    
    add generated protos
    
    use combined output for commands, dont set CreateHostUser
    
    fix tests
    
    ci fixes
    
    add godocs to HostUserMode constants, fix tests
    
    remain -> keep
    
    Use an enum instead of a string
    
    fix merge errors
    
    Add tests & resolve comments
    
    Resolve issues
    
    fmt
    lxea committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    43a607a View commit details
    Browse the repository at this point in the history