Commit graph

653 commits

Author SHA1 Message Date
Ben Arent cdd305df2d
Update Okta Connector to use latest UI (#3884)
* Update Okta Connector to use latest UI

* Move Screenshots
2020-06-25 08:35:00 -07:00
Lisa Kim 75218bce6b
Add missing URL in admin configuration docs (#3865) 2020-06-22 09:26:58 -07:00
Ben Arent 9202d7d8ee
Plugin Content & --browser flag (#3858)
* Docs for https://github.com/gravitational/teleport/pull/3611
* Document #3778
* Link to Install Instructions. Fixes https://github.com/gravitational/teleport/issues/1404
2020-06-18 13:42:16 -07:00
Ben Arent 3976a99771
Teleport 4.3 Docs (#3423)
* Base fork for 4.3 docs

* [docs] external email identities and Kube Users (#3628)

* Base fork for 4.3 docs

* [docs] external email identities and Kube Users (#3628)

* Remove trailing whitespace from docs files

Some editors will do this automatically on save. This causes a lot of
diffs when editing the docs in such an editor.
Clean them up once now and we'll try to keep it tidy going forward.

* Add make rules for docs whitespace and milv

docs-test-whitespace: checks for trailing whitespace in all .md files
  under docs/.
docs-fix-whitespace: removes trailing whitespace in all .md files under
  docs/.
docs-test-links: runs milv in all docs/ subdirectories that have
  milv.config.yaml.
docs-test: runs whitespace and links tests, used during `make docs`

* Document the new `--use-local-ssh-agent` flag for tsh

The flag is used to bypass the local SSH agent even when it's running.
Specifically, this helps with agents that don't support certs.

The flag was added in #3721

* Remove pam_script.so docs from SSH PAM page

With #3725 we now populate teleport-specific env vars in a way that's
accessible to `pam_exec.so`. There's no longer any reason to install
pam_script.so separately and duplicate our docs.

Updates #3692

* Using the correct --insecure-no-tls flag

* Run docs-fix-whitespace make rule in a busybox container


* Fixes #3414

Co-authored-by: Andrew Lytvynov <andrew@gravitational.com>
Co-authored-by: Gus Luxton <gus@gravitational.com>
Co-authored-by: Steven Martin <steven@gravitational.com>
Co-authored-by: Gus Luxton <webvictim@gmail.com>
2020-06-17 17:09:41 -07:00
Alexey Kontsevoy 4ef34f271a Update test plan after Web UI redesign 2020-06-11 18:06:38 -04:00
Ben Arent 213e5486e0 Updated to reflect a better --insecure flag 2020-06-10 11:11:54 -07:00
Andrew Lytvynov fb3a891a9a Remove pam_script.so docs from SSH PAM page
With #3725 we now populate teleport-specific env vars in a way that's
accessible to `pam_exec.so`. There's no longer any reason to install
pam_script.so separately and duplicate our docs.

Updates #3692
2020-05-21 20:54:15 +00:00
Ben Arent 1c75ad878c
[docs] Teleport Release Table 2020-05-19 09:42:20 -07:00
Andrew Lytvynov 540f77526b Use tighter permissions for /var/lib/teleport everywhere
Automatic creation of the data folder in teleport does the right thing -
only make it accessible to owner. All other scripts and docs should do
the same.

Updates #3701
2020-05-15 16:45:56 +00:00
Ben Arent 27c6ac646c
[docs] Moved SSO outside main Nav (#3698) 2020-05-13 12:34:44 -07:00
Ben Arent e59afe591a
Change location of /releases/ & downloads (#3702) 2020-05-12 11:25:52 -07:00
Ben Arent ad7398720c
[docs] Add a simple docker pull into installation. (#3687)
* Add a simple docker pull into installation.

* Bump version
2020-05-08 17:06:21 -07:00
Andrew Lytvynov d01cf3aeac
[docs] Admin guide minor cleanup (#3685)
- fix code block language indicators
- make shell prompts consistent
- use "GCS" instead of "GCP Storage", it's the official name
- other misc tweaks
2020-05-08 16:30:47 -07:00
Ben Arent 5cf3303064
[docs] Fix place of K8s guide (#3682) 2020-05-08 16:30:00 -07:00
Steven Martin a2e98abeb1
Word correction (#3664)
"recording more" was used instead of "recording mode"
2020-05-05 11:02:24 -03:00
Ben Arent c8c49d4721
[docs] Fix chrome errors in docs theme (#3622)
* Fix Search on some pages, update header and provide 1 level of toc in sidebar
* Remove TOC from a few pages.
2020-04-24 11:10:50 -07:00
Ben Arent 7290720845
Fix for #3420 - Docs for OIDC for set prompt option. (#3589)
* Fix for #3420
* sets current prompt
2020-04-22 17:16:56 -07:00
Steven Martin 6f6471c19b
[docs] Add note on OIDC for Auth0 (#3616)
* Add note on OIDC for Auth0

Co-authored-by: Ben Arent <ben@gravitational.com>
2020-04-22 16:58:11 -07:00
Alex Wolfe b12924050c
[docs] added zoho script for heat mapping (#3618)
Co-authored-by: Alexander Wolfe <alexanderwolfe@Alexanders-MacBook-Air.local>
2020-04-22 16:23:43 -07:00
Travis Swientek 3d61ad572c
[docs] Add links to examples directory in Github repo. (#3569)
* [docs] Add links to examples directory in Github repo.
* PR Feedback.
- Updated the Quick Start guide to link to the Production Guide instead.

Co-authored-by: Ben Arent <ben@gravitational.com>
2020-04-20 11:32:39 -07:00
Lisa Kim 9e4f98d0ca
Add u2f section is required in config (#3599) 2020-04-16 17:40:04 -07:00
Steven Martin c6fe327938
Correct FIPS binary question (#3587)
"Complied" was used instead of "compiled" for the BoringCrypto reference.
2020-04-15 15:46:58 -07:00
Andrew Lytvynov 7890b4b7a7 Add local aliases to default host cert principals
Adding following principals:
- `localhost`
- `127.0.0.1`
- `::1`

With these, `tsh` (both `ssh` and `join`) works with a local proxy
without any SSH handshake errors.

Removed the warning from quickstart docs, but keeping `--proxy=grav-00`
since that implies to the reader that proxy is usually remote.

Fixes #2910
2020-04-15 01:23:03 +00:00
Gus Luxton e735c37583 Delete .gitignore 2020-04-15 00:30:33 +00:00
Gus Luxton 85933d1c19 Create .gitignore
Add latest and latest.yaml to .gitignore
2020-04-15 00:30:33 +00:00
Andrew Lytvynov c39f089b72 Remove recursive latest symlink in docs/
The symlink points to itself, seems like it's leftover from olden days.

Fixes #3575
2020-04-15 00:30:33 +00:00
aelkugia 4950d13a3d Extend comment to discuss FIPS mode - setting local_auth to false 2020-04-13 17:31:54 -07:00
aelkugia c8f3b8f252 Update admin guide config file - 'false' is not a valid authentication type. 2020-04-13 17:31:54 -07:00
Andrew Lytvynov a1ddfd31be Minor architecture docs tweaks
- consistently use "certificate" instead of "public key"
- make diagram in "local users" section match the text (user "sandra"
  doesn't have access to "grav-02")
- de-duplicate docs on session streaming between auth and proxy pages
2020-04-13 17:31:25 -07:00
Andrew Lytvynov 178ccff32d
[docs] Minor wording cleanup to FIPS (#3567)
Remove a few duplicate sentences and make wording clearer.
2020-04-13 13:00:56 -07:00
Steven Martin 9e32878163
[docs] Update enhanced session recording docs for Amazon 2 Linux (#3560)
Expanded instructions to include installing BCC within a Amazon 2 Linux.  Moved some instruction steps for flow since amazon 2 linux doesn't require building the bcc tools.
2020-04-10 10:33:31 -07:00
Steven Martin 24029efcfc
Correct Msft azure ad link in docs (#3535)
* Correct Msft azure ad link in docs

MSFT AzureAD link wasn't properly formatted to produce a browser. fixed

* Warning tip on federation document was not in the styling format to render correctly. Fixed.

Co-authored-by: Ben Arent <ben@gravitational.com>
2020-04-09 12:55:20 -04:00
Gus Luxton 48cc090e8d
[docs] Add tunnel_public_addr (#3548)
We didn't mention `tunnel_public_addr` in the docs for some reason, but it's critical knowledge for anyone setting up behind a load balancer.
2020-04-08 12:59:03 -07:00
Ari Becker c6641eda71
[docs] Fix incorrect URL to tarball checksum (#3517)
The URL provided in the documentation for the tarball's checksum was
missing a `-`, and resulted in a 404 when actually trying to run the
`curl`. This adds the missing `-` so that the `curl` call will succeed
as expected.

Co-authored-by: Ben Arent <ben@gravitational.com>
2020-04-07 09:35:46 -07:00
Ben Arent 48e742003d
Relabel Sidebar (#3521)
* Update Sidebar
* Bump Install Version
2020-04-07 09:20:48 -07:00
Steven Martin a02519cda3
Microsoft Azure Active Directory SSO Instructions (#3514) 2020-04-06 14:55:40 -03:00
Gus Luxton d34948b9fc
Add warning about table_name vs audit_events_uri (#3511)
As per #2542
2020-04-06 10:59:52 -03:00
Gus Luxton 9c2f0f89ae
Add mention of node tunnelling to port 3024 (#3509)
Also remove redundant # from port numbers
2020-04-02 09:56:57 -03:00
Ben Arent 59a652522f Fix formatting issues on Trusted Cluster and GSuite 2020-03-30 17:21:50 -07:00
Ben Arent 080f43f883
Update to include testing SSO Providers / Partners (#3501)
* Update to include testing SSO Providers / Partners

* Update testplan.md
2020-03-30 13:25:21 -07:00
Steven Martin d28cefa85d
Update gsuite instructions for service account (#3498)
* Updating gsuite ssh instructions

showing using the client id

* Changed display to match api scopes

* Update gsuite api images

* Updated gsuite instructions

Update to use the client id instead of the email of the service account for Gsuite api permissions
2020-03-30 08:32:27 -07:00
Gus Luxton 244c57fbc9
Update confusing Kubernetes wording in admin guide (#3486)
It's not obvious from the current wording that you are **either** running `tsh ssh` or `kubectl` - it makes it look like you first need to SSH to a node, _then_ run `kubectl`. Trying to clear that up.

Co-authored-by: Ben Arent <ben@gravitational.com>
2020-03-27 14:00:35 -07:00
Lisa Kim 3d3e96b0ae
Add how to remove node from cluster in admin-guide.md (#3478)
* Fix broken link to quickstart in architecture overview.md
* Add link to on how to use a cluster join token in trustedclusters.md
2020-03-27 11:09:21 -07:00
aelkugia 5ec1a3db7a Update quotations around logins + k8s groups 2020-03-26 16:16:42 -07:00
aelkugia e7a65f73b8 Address PR comments - minor updates, k8s groups, typos 2020-03-26 16:16:42 -07:00
aelkugia 05ac217b59 Updated section to use root and leaf definitions. 2020-03-26 16:16:42 -07:00
aelkugia 9c11761aa2 Extend Trusted Clusters doc to show how to share groups
This example details how to share kubernetes groups between trusted clusters. Same concept for SAML attributes.

Resolves: #3457
2020-03-26 16:16:42 -07:00
Gus Luxton 7c47e802e1
Remove extra mention of jump hosts in user manual (#3461)
Co-authored-by: Ben Arent <ben@gravitational.com>
2020-03-26 13:56:56 -07:00
Ben Arent ff23663e2e
Bumps Quickstart Version. (#3477)
* Bumps Teleport Version

* Fix RBAC Table
2020-03-26 08:57:02 -07:00
Steven Martin fc14b8a29c
Fix auth_service token (#3475)
The example teleport yaml has a extra auth_service that will cause the static tokens to be ignored
2020-03-25 13:12:20 -07:00