-
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
Add docs for web_idle_timeout #42058
Conversation
🤖 Vercel preview here: https://docs-p184ts3dm-goteleport.vercel.app/docs/ver/preview |
43ab079
to
5599d9d
Compare
🤖 Vercel preview here: https://docs-3mzv1opjc-goteleport.vercel.app/docs/ver/preview |
`web_idle_timeout` setting. | ||
|
||
<Tabs> |
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.
The "Connect your Client" docs are intended for end users instead of admins. Is it possible to rephrase the change to target end users? E.g., we could tell them to have an admin change web_idle_timeout
.
Ideally, there would be a reference we could link to from here that explains the fields of cluster_networking_config
for admins, but there doesn't seem to be one. I can open an issue so we can add this.
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.
The "Connect your Client" docs are intended for end users instead of admins. Is it possible to rephrase the change to target end users? E.g., we could tell them to have an admin change
web_idle_timeout
.
Ah, sure, I wasn't aware of that. AFAIK that's the only page dedicated to Web UI, so I didn't even consider putting this anywhere else. I'll adjust the copy a little bit.
Ideally, there would be a reference we could link to from here that explains the fields of
cluster_networking_config
for admins, but there doesn't seem to be one. I can open an issue so we can add this.
I'd appreciate that, thanks.
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.
Added: #42233
I've also approved the PR
🤖 Vercel preview here: https://docs-fzb9jt87r-goteleport.vercel.app/docs/ver/preview |
@ravicious See the table below for backport results.
|
Preview
We got a ticket from a customer who asked if it's possible to increase the timeout in Cloud.
It's not easy to figure this out since the idle timeout is not mentioned explicitly anywhere, other than in the config reference. And even if you find it there, then you need to know that that part of auth service config maps to
cluster_networking_config
in Cloud. On top of that, editingcluster_networking_config
in Cloud clusters used to not work, but this has been fixed a while ago (#18829).I added tabs for dynamic and static config which I copied from the Okta SSO guide. I know we want to remove them from how-to guides (#38931), but I think they're fine here? It feels important to show how it can be done in both environments. Let me know if I should replace the tabs with something else.
The docs are based on the relevant piece of code in the Web UI:
teleport/web/packages/teleport/src/components/Authenticated/Authenticated.tsx
Lines 116 to 155 in dd33d8d
teleport/web/packages/teleport/src/components/Authenticated/Authenticated.tsx
Lines 37 to 47 in dd33d8d
Related issues:
client_idle_timeout
documentation #32855