forked from gravitational/teleport
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to allow for host users not to be deleted (gravitational#2…
…6892) * 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
- Loading branch information
Alex McGrath
authored
Jun 23, 2023
1 parent
b37a8b5
commit e2b76bb
Showing
15 changed files
with
1,939 additions
and
1,486 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.