Skip to content
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

[v16] docs: update doc verbiage for usage of 'its' #50901

Open
wants to merge 2 commits into
base: branch/v16
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Attribute mapping that points to a non-existent value will not be included in SA
Predicate expressions for attribute mapping are evaluated against user attributes that can be accessed using
evaluation context listed above.

The supported functions and methods are listed below, along with the usage syntax and it's result, evaluated
The supported functions and methods are listed below, along with the usage syntax and its result, evaluated
against the following reference user spec file:
```yaml
# reference user spec file
Expand Down Expand Up @@ -200,4 +200,4 @@ $ tctl idp saml test-attribute-mapping --user user.yml --sp sp.yml
Print result in format of choice.
```code
$ tctl idp saml test-attribute-mapping --user user.yml --sp sp.yml --format (json/yaml)
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ $ tctl create iamshowcase.yaml
</Details>

<Admonition type="important">
If an `entity_descriptor` is provided, it's content takes preference over values provided in `entity_id` and `acs_url`.
If an `entity_descriptor` is provided, its content takes preference over values provided in `entity_id` and `acs_url`.

Teleport only tries to fetch or generate entity descriptor when service provider is created for the first time.
Subsequent updates require an entity descriptor to be present in the service provider spec. As such, when updating
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ On the Azure platform, virtual machines can be assigned a managed identity. The
Azure platform will then make available to the virtual machine an attested
data document and JWT that allows the virtual machine to act as this identity.
This identity can be validated by a third party by attempting to use this token
to fetch it's own identity from the Azure identity service.
to fetch its own identity from the Azure identity service.

The `azure` join method instructs the bot to use this attested data document and
JWT to prove its identity to the Teleport Auth Server. This allows joining to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ $ tctl get node/openssh-node

When creating host certificates, it is important to specify all the domain names
and addresses that refer to your node. If you try to connect to a node with a
name or address that was not specified when creating it's host certificate,
name or address that was not specified when creating its host certificate,
Teleport will reject the SSH connection.

On your local machine, assign the IP address, fully qualified domain name of
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/reference/architecture/trustedclusters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ databases behind a firewall.
In the example below, there are three independent clusters:

- Cluster `sso.example.com` is a root cluster. This cluster can be used as a single-sign-on entry point
for your organization. It can have it's own independent resources connected to it, or be used just for audit
for your organization. It can have its own independent resources connected to it, or be used just for audit
logs collection and single-sign-on.
- Clusters `us-east-1a` and `us-east-1b` are two independent clusters in different availability zones.

Expand Down
Loading