clarifying facet examples (#8705)

* clarifying facet examples

* keeping quotations consistent
This commit is contained in:
Isaiah Becker-Mayer 2021-11-05 09:08:19 -07:00 committed by GitHub
parent 6fa8834b62
commit aeaa14854c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View file

@ -31,10 +31,10 @@ auth_service:
u2f:
app_id: https://example.com
facets:
- https://example.com:443
- https://example.com
- example.com:443
- example.com
- "https://example.com" # app_id should always also be listed as a facet
- "https://example.com:443"
- "example.com:443"
- "example.com"
device_attestation_cas:
- "/path/to/u2f_attestation_ca.pem"
```

View file

@ -49,8 +49,8 @@ spec:
u2f:
app_id: 'https://example.teleport.sh'
facets:
- 'https://example.teleport.sh' # app_id should always also be listed as a facet
- 'https://example.teleport.sh:443'
- 'https://example.teleport.sh'
- 'example.teleport.sh:443'
- 'example.teleport.sh'
version: v2

View file

@ -99,8 +99,8 @@ Configure Teleport Auth Service Github for authentication:
u2f:
app_id: 'https://example.teleport.sh'
facets:
- 'https://example.teleport.sh' # app_id should always also be listed as a facet
- 'https://example.teleport.sh:443'
- 'https://example.teleport.sh'
- 'example.teleport.sh:443'
- 'example.teleport.sh'
version: v2

View file

@ -47,8 +47,8 @@ You can modify these settings in the static config `teleport.yaml` or using dyn
u2f:
app_id: 'https://example.teleport.sh'
facets:
- 'https://example.teleport.sh' # app_id should always also be listed as a facet
- 'https://example.teleport.sh:443'
- 'https://example.teleport.sh'
- 'example.teleport.sh:443'
- 'example.teleport.sh'
version: v2

View file

@ -222,7 +222,7 @@ auth_service:
# websites and proxies from requesting U2F challenges on behalf of
# the legitimate proxy.
facets:
- https://localhost:3080
- https://localhost:3080 # app_id should always also be listed as a facet
- https://localhost
- localhost:3080
- localhost