-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fix host user creation mode docs #38366
Conversation
🤖 Vercel preview here: https://docs-kulwxzo2z-goteleport.vercel.app/docs/ver/preview |
|
||
First, create a role with `create_host_user_mode` set to `drop`, `insecure-drop`, or `keep`. | ||
First, create a role with `create_host_user_mode` set to `keep` or `insecure-drop`. | ||
|
||
- `keep` will create permanent users on the host at login time. This is the | ||
recommended host user creation mode. | ||
- `insecure-drop` will create transient users that are deleted once the session ends. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we even present the option of insecure-drop
if we want keep to be the default option for 99% of use cases?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe not, although a reader might be confused as to why create_host_user_mode
exists but can only take one value.
🤖 Vercel preview here: https://docs-bzwx8hr9n-goteleport.vercel.app/docs/ver/preview |
🤖 Vercel preview here: https://docs-ewgcurdmm-goteleport.vercel.app/docs/ver/preview |
This change fixes a few issues in the host user creation mode docs:
drop
modekeep
mode