Skip to content

Commit

Permalink
docs: update motd content
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy committed Dec 2, 2024
1 parent a982c6a commit 79713cc
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions docs/pages/reference/access-controls/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,7 @@ See [GitHub OAuth 2.0](../../admin-guides/access-controls/sso/github-sso.mdx) fo
Teleport can display a custom message of the day (MOTD) for users prior to authenticating
in the Teleport Web UI and CLI.

<Tabs>
<TabItem scope={["enterprise", "oss"]} label="Self-Hosted">
### Self-Hosted

Add the following to your Teleport configuration file, which is stored in
`/etc/teleport.yaml` by default.
Expand All @@ -284,10 +283,9 @@ Add the following to your Teleport configuration file, which is stored in
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.
Restart the Teleport Auth Services to apply this change.

Check failure on line 286 in docs/pages/reference/access-controls/authentication.mdx

View workflow job for this annotation

GitHub Actions / Lint docs prose style

[vale] reported by reviewdog 🐶 [messaging.consistent-terms] For consistent product messaging in the docs, use 'Auth Service instances' instead of 'Auth Services'. Raw Output: {"message": "[messaging.consistent-terms] For consistent product messaging in the docs, use 'Auth Service instances' instead of 'Auth Services'.", "location": {"path": "docs/pages/reference/access-controls/authentication.mdx", "range": {"start": {"line": 286, "column": 22}}}, "severity": "ERROR"}

</TabItem>
<TabItem scope={["enterprise", "oss"]} label="Teleport Enterprise Cloud/Dynamic">
### Teleport Enterprise Cloud/Dynamic

Edit your `cluster_auth_preference` resource:

Expand All @@ -311,6 +309,3 @@ version: v2
```

Save and close the file in your editor to apply changes.

</TabItem>
</Tabs>

0 comments on commit 79713cc

Please sign in to comment.