Commit graph

105 commits

Author SHA1 Message Date
Travis Swientek 8bc142b62b
[docs] AWS Terraform Quick Start (#4149) 2020-10-01 10:30:57 -07:00
Gus Luxton bf7f9a6e87
Update G Suite docs to add clarification (#4394) 2020-09-30 10:36:29 -03:00
Gus Luxton aaac7ae49a
Add port/clarification to node tunnelling/IoT instructions (#4398)
* Update admin-guide.md
2020-09-29 17:48:06 -07:00
Gus Luxton 15873a798e
Fix SSH examples in Terraform guides (#4361) 2020-09-23 13:09:55 -03:00
Vlad Ungureanu 8081431b46
[docs] Add pem_permit.so as last required item in the session PAM section (#4352)
Signed-off-by: Vlad Ungureanu <vladu@palantir.com>
2020-09-21 14:27:13 -07:00
Gus Luxton 269d0285c3
Add links to enhanced session recording page (#4346) 2020-09-18 17:31:31 -03:00
Ev Kontsevoy 2b0c5a85af
[docs] Remove underscores from documentation URLs (#4328)
Co-authored-by: Ben Arent <ben@gravitational.com>
2020-09-15 15:28:26 -07:00
Gus Luxton 697001e764
Fix windowsaccountname claim format in ADFS examples [docs] (#4260) 2020-08-26 13:56:17 -07:00
Ev Kontsevoy de4de40e19 Fixed 404s in the docs
... as reported by semrush.com
2020-08-20 15:27:33 -07:00
Ev Kontsevoy 7412d310f0
SEO changes in Documentation (#4215)
* SEO changes in Documentation
* All documentation pages have dedicated <title> tag
* All documentation pages have dedicated <meta description> tag
* Fixed a few broken links
* Fixed missing <H1> tags
* Renamed some pages to make SEO-friendly URLs
* Found and updated all links to the renamed pages
* Compress PNGs

Co-authored-by: Ben Arent <ben@gravitational.com>
2020-08-17 09:42:18 -07:00
Gus Luxton c33dde5263
Add AMI builds to Drone (#4144) 2020-08-10 09:51:26 -03:00
Gus Luxton 193aaaeac4
Update workflow role reference (#4098) 2020-07-22 17:41:08 -03:00
Ben Arent 1bf847939c
Various Docs hot fixes (#4000)
* Fix community Icons and version switcher
* Fix modest branding issue
2020-07-08 16:21:11 -07:00
Gus Luxton 32a6dbb386
Change default teleport configure command paths (#3930) 2020-07-08 19:29:12 -03:00
Andrew Lytvynov 5edd5809d1 drone: check docs/ for trailing whitespace 2020-07-08 21:04:16 +00:00
Ben Arent 077418663f
whitespace issues (#3978)
* whitespace issues

* fix path for 'gifs'
2020-07-03 14:27:38 -07:00
Gus Luxton c72c6f3854
Fix all connector references in docs (#3977) 2020-07-02 13:39:03 -07:00
Gus Luxton cb1a97ac96
http -> https in docs and fix some formatting (#3970)
* http -> https in docs
* Remove surplus full stop
2020-07-02 14:39:29 -03:00
Gus Luxton 4f59699c2d
Adds detail that joining sessions is not supported in recording proxy mode (#3915) 2020-06-26 15:55:52 -03:00
Steven Martin 12104fa71a
Admin and FAQ Updates for 4.2 and 4.3 (#3909)
* Updates

- set to false for enhanced logging since other similar services (PAM) are set to false
- Added multiplex configuration information for nodes
- Modified master/slave language to leader/worker for example roles

* Add question on reverse tunnels

* Updates 

- modified master/slave language to leader/worker
- changed enhanced logging to false in example configuration to match similar services (pam)
- added multiplexing info

* Add multiplexer question

* Add tsh info for openssh

* Add tsh info for connecting to openssh
2020-06-26 09:45:48 -04:00
Gus Luxton fceb91f9d9 Rename references 2020-06-25 10:38:49 -03: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
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
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
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
Steven Martin a02519cda3
Microsoft Azure Active Directory SSO Instructions (#3514) 2020-04-06 14:55:40 -03:00