-
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
docs: document motd configuration #49526
Conversation
🤖 Vercel preview here: https://docs-jam3tupmt-goteleport.vercel.app/docs |
🤖 Vercel preview here: https://docs-2zrg28v6m-goteleport.vercel.app/docs |
message_of_the_day: "\n Welcome to the Example Teleport Cluster\n All activity is monitored and should follow organization policies\n" | ||
``` | ||
|
||
Restart the Teleport Auth services to apply this change. |
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.
Why are we capitalizing the name of the Teleport Auth Service like 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.
@ptgott please see updates.
Co-authored-by: Paul Gottschling <[email protected]>
🤖 Vercel preview here: https://docs-9opb3jyc9-goteleport.vercel.app/docs |
🤖 Vercel preview here: https://docs-p7ozf6nzl-goteleport.vercel.app/docs |
🤖 Vercel preview here: https://docs-8f4d3ier3-goteleport.vercel.app/docs |
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.
Would it be worthwhile to note that \n
is for new lines in the message?
@stevenGravy See the table below for backport results.
|
Yes, or better yet we should done this:
No need to quote or use escape characters and it's way easier to read. |
|
||
```yaml | ||
auth_service: | ||
message_of_the_day: "\n Welcome to the Example Teleport Cluster\n All activity is monitored and should follow organization policies\n" |
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.
Also the indentation here looks off.
The MOTD, esp the dynamic config, was not clearly documented.