Commit graph

860 commits

Author SHA1 Message Date
Andrew Lytvynov 4b6cf2b2c9 Apply suggestions from code review
Co-authored-by: Gus Luxton <gus@gravitational.com>
2020-10-06 17:32:38 +00:00
Andrew Lytvynov f06e9204d1 Fix shellcheck quotation warnings
And enable all shellcheck checks in CI.
2020-10-06 17:32:38 +00:00
Chris Nelson 7719444579 --cluster renamed to --kube-cluster 2020-10-06 16:09:27 +00:00
Chris Nelson af3dc5a76b add --cluster option to docs 2020-10-06 16:09:27 +00:00
Ben Arent bf1058ae96
[docs] Based Docs for 4.4 (#4443) 2020-10-06 08:25:10 -07:00
Andrew Lytvynov 7836f78ac9 matfile->mapfile in docs/build.sh
Typoed command introduced in
8d7a217089 (r42926220)
2020-10-02 22:50:36 +00:00
Ben Arent bd6f326762
[docs] Update AWS Guide based on setup experience also remove marketplace info (#4432) 2020-10-02 13:57:48 -07:00
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
Andrew Lytvynov 8d7a217089 Run shellcheck during "make lint"
Shellcheck is a linter for shell scripts. Since we have quite a few of
those for release packaging and examples, we'll benefit from an extra
set of (robot) eyes.

Note: I disabled https://github.com/koalaman/shellcheck/wiki/Sc2086 to
make this PR smaller. That specific check is for the most frequent
mistake in our scripts - not quoting env var expansions. I'll do a
separate PR cleaning those up.

`build.assets/pkg` is no longer used and was removed.
2020-09-29 20:40:16 +00:00
Ben Arent 616b5f8569
[docs] Update how to remove trusted clusters. (#4358)
Co-authored-by: Gus Luxton <gus@gravitational.com>
2020-09-24 14:14:15 -07:00
Gus Luxton ed76b17c0a
Update HA docs (#4367) 2020-09-23 17:23:33 -03:00
Gus Luxton 15873a798e
Fix SSH examples in Terraform guides (#4361) 2020-09-23 13:09:55 -03:00
quin quintero 686b126efd
ssh as tsh ssh alias (#4288) 2020-09-22 13:33:00 -03:00
Steven Martin 241dd3376e
Update docs aws terraform ami example to 4.3.5 from 4.2.3 (#4351)
* Update docs aws terraform ami example to 4.3.5 from 4.2.3

* Apply suggestions from code review

Co-authored-by: Gus Luxton <gus@gravitational.com>

Co-authored-by: Ben Arent <ben@gravitational.com>
Co-authored-by: Gus Luxton <gus@gravitational.com>
2020-09-22 13:32:29 -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 7a66e3987b
Fix OpenSSH client docs (#4349) 2020-09-21 07:34:27 -03: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
Andrew Lytvynov 03064cfa96 etcd: don't confuse prefixes during migration
The prefix fetching logic has a bug: it treats everything starting with
`/teleport` as the legacy prefix data, even if it's `/teleport-foo/bar`.
This is an issue if user specifies `/teleport-foo` as their custom
prefix. Each restart will copy the data from `/teleport-foo/...` to
`/teleport-foo-foo/...`.

Set the legacy prefix const to `/teleport/` instead. This avoids
excessive copying during startup.

Prefixes can still be confused later on, with `Watch` and `GetRange`,
but this is harder to migrate with backwards-compatibility.
2020-09-14 21:26:36 +00:00
Ben Arent a14264a8de
[docs] Update AWS Guide to point to diagnostic endpoint (#4302)
* AWS Health check to use diagnostic endpoint
2020-09-11 12:15:52 -07:00
Steven Martin 638da4c470
updated login screen for azuread docs (#4306)
uses 4.3 look and feel
2020-09-10 13:23:24 -04:00
Gus Luxton 9f2052da0d
Update default keep_alive_interval (#4300) 2020-09-10 12:04:36 -03:00
Steven Martin 4f750af5cd
Add scopes to slack approval workflow docs (#4298)
* update api scopes

* Added chat:write as a bot scope
2020-09-09 10:39:36 -04:00
Alex Wolfe 68087bf94d
[Docs] Fix for search (#4289) 2020-09-03 17:14:40 -07:00
Ben Arent 08ca6fae48
Add permalink to Docs Header Pages (#4238)
* Add permalink ( needs design )

* Remove permalink
2020-09-03 17:14:14 -07:00
Alex Wolfe bce1b4700f
Docs missing H1 title tag (#4283) 2020-09-01 16:44:53 -07:00
Alex Wolfe 7e4fe224ea
Minify Documentation files (#4280)
* min js files

* fix display issues and dropdown
2020-09-01 14:23:51 -07:00
Ben Arent 1f9bb70184
keeping naming consistent (#4279) 2020-09-01 12:07:44 -07:00
Ev Kontsevoy 1f6c13ef71 Whitespace fix 2020-08-31 09:48:09 -07:00
Ev Kontsevoy 99e8260ee5 SEO fixes in the documentation
- Missing <title> tags
- Missing <meta description> tags
2020-08-28 17:53:58 -07:00
Gus Luxton 697001e764
Fix windowsaccountname claim format in ADFS examples [docs] (#4260) 2020-08-26 13:56:17 -07:00
Ben Arent 68748dea7a
Fixes App Icon download and copy for Plugins. [docs] (#4242)
Co-authored-by: Gus Luxton <gus@gravitational.com>
2020-08-26 07:50:21 -07:00
Ben Arent 3d5831bff5
Fix milv failing test (#4251) 2020-08-26 08:39:24 -03:00
Ev Kontsevoy 8935475267 Added a link to the video tutorial to the docs 2020-08-21 16:12:41 -07:00
Ev Kontsevoy e09fd0fd5e Added canonical URLs to page headers 2020-08-21 15:06:11 -07:00
Ev Kontsevoy fea0b1a57a Fixed some broken links in the docs 2020-08-21 14:50:08 -07:00
Lisa Kim 3e3974c101
Fix doc test error that prevented drone from passing (#4244) 2020-08-21 11:18:27 -07:00
Ev Kontsevoy de4de40e19 Fixed 404s in the docs
... as reported by semrush.com
2020-08-20 15:27:33 -07:00
Ben Arent 60899ae817
bump to 4.3.5 (#4236) 2020-08-20 10:07:17 -07:00
Ben Arent 9b5c6363ff
Cleanup Introduction and fix video [docs] (#4232)
* Cleanup Introduction
2020-08-19 15:57:35 -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
Ben Arent 0e8bd796b5
Updates Teleport Video links (#4165)
* Fix video links

* Remove older security updates

* (kick drone)
2020-08-10 07:57:36 -07:00
Gus Luxton c33dde5263
Add AMI builds to Drone (#4144) 2020-08-10 09:51:26 -03:00
Andrew Lytvynov 848fdd6394 Add a warning about sticky load balancer algorithms to IoT node docs
This was only mentioned in the trusted cluster docs.
2020-08-06 00:30:44 +00:00
Ben Arent 0494161d25
Creating a dedicated OpenSSH section in docs (#4130)
* Moving OpenSSH into it's own guide

Co-authored-by: Gus Luxton <gus@gravitational.com>
2020-07-31 12:16:47 -07:00
Ben Arent 28f5be8d63
Update 4.3.yaml (#4148) 2020-07-30 13:19:48 -07:00
Steven Martin add1992121
Correct port for proxy public address (#4129)
The public address port is listed in an example as 3022.  It should be 3080.
2020-07-27 08:48:26 -07:00
Ben Arent 63ccf91404
Adding tabs to the docs (#4112)
- Reorder Docker quickstart

Co-authored-by: Alex Wolfe <alex@gravitational.com>
Co-authored-by: Gus Luxton <gus@gravitational.com>
2020-07-24 15:24:00 -07:00
Ben Arent 1077cebcd1
Updated Teleport Backup Docs (#4103) 2020-07-24 11:47:53 -07:00
Andrew Lytvynov 5655f5266c Fix string escaping in node labeling example
Need to escape backslashes because YAML.
2020-07-24 18:41:17 +00:00
Ben Arent 3678bf583d
Document Kubeconfig for Automation (#4097)
Co-authored-by: Gus Luxton <gus@gravitational.com>
2020-07-24 09:33:34 -07:00
Travis Swientek c538fb2e73
Workflow Documentation Fixes (#4111)
* Fixes documentation typo for Slack workflow.
* Improve the example workflow Slack toml comments.
* Remove --pid-file from workflow systemd units.
* PR feedback. teleport-slackbot -> teleport-slack
2020-07-24 10:17:59 -05:00
Ben Arent 855738a475
Add docs / table for Prometheus endpoint. (#4069)
* Add docs / table for Prometheus endpoint.
2020-07-23 08:40:02 -07:00
Gus Luxton 193aaaeac4
Update workflow role reference (#4098) 2020-07-22 17:41:08 -03:00
Andrew Lytvynov de9f9b9ce9
Universal kubeconfig provisioning script (#4086)
This script is similar to `examples/gke-auth/get-kubeconfig.sh` but
should work for any k8s setup.

It uses a service account bearer token for authentication instead of TLS
key/cert. These tokens shouldn't expire and are more appropriate for
automation. It also fetches the CA cert from the service account secret,
which is more reliable than assuming a `kube-dns` pod exists in the
cluster.

In addition, this script sets up the needed k8s RBAC objects for
impersonation, saving the user a few extra steps.
2020-07-21 12:31:22 -07:00
Gus Luxton 2c2440c53c
Add Docker OSS/Enterprise quickstarts (#4071)
* Add docker-compose Teleport quickstart and update docs
2020-07-21 07:34:03 -07:00
Ben Arent 42659cc1e6
Test plan includes cloud providers (#4072) 2020-07-20 09:32:58 -07:00
Ben Arent 5b5f1bad46
Updating Kubernetes Diagrams and Docs (#4059) 2020-07-17 16:14:10 -07:00
Ben Arent fdf8c6f49c
version switcher hotfix (#4076) 2020-07-17 15:53:15 -07:00
Ben Arent 5b356de812
Move around references (#4063)
* Move around references
2020-07-17 08:26:19 -07:00
Alexey Kontsevoy ed73260b5f
Test plan: Update UI RBAC section (#4065) 2020-07-16 16:30:41 -04:00
Gus Luxton 444289ca60
Fix Mattermost URL for download (#4062) 2020-07-16 12:57:44 -03:00
Alex Wolfe cc9bd5db0d
Teleport Docs nav fix (#4058)
* fix for broken search on mobile nav
* removed unused javascript, fixed formatting issue for LTS
2020-07-15 17:49:49 -07:00
Ben Arent 6c9ad98f8e
Added notes about event resource (#4019)
* Added notes about `event` resource.
2020-07-15 14:29:57 -07:00
Ben Arent 60922fcfbb
[docs] Bump MkDocs Base Image (#4050)
* Bump MkDocs Base Image (
2020-07-15 11:46:09 -07:00
Ben Arent 1b66706c3c
Add Docker & Helm to installation page (#4052)
* Add Docker & Helm to installation page
* Fix whitespace
2020-07-15 11:45:29 -07:00
Andrew Lytvynov 1df55d7e6d Link to TLS provisioning script for etcd docs
Some users may not be familiar with managing TLS infrastructure.
The script is provided by etcd and uses defaults.
2020-07-15 15:39:50 +00:00
Ben Arent 475ba80980
Add note to verify that prometheus metrics is accurate. (#4043) 2020-07-15 07:22:40 -07:00
Ben Arent 679aef0f71 Remove TOC 2020-07-15 13:00:33 +00:00
Ben Arent a76ff3996d Remove Proxy TOC 2020-07-15 13:00:33 +00:00
Ben Arent 361d97a9ce Remove TOC 2020-07-15 13:00:33 +00:00
Ben Arent 8e542e62bc Removing TOC 2020-07-15 13:00:33 +00:00
Andrew Lytvynov abd1c0b15f Re-add docs fixes that were lost in 4.2->4.3 cut
Specifically:
- https://github.com/gravitational/teleport/pull/3562
- https://github.com/gravitational/teleport/pull/3685
2020-07-15 13:00:33 +00:00
Gus Luxton 9d4b33f7f8
Update prerelease.md (#4036)
Add notes about updating version in docs and Helm chart
2020-07-14 15:29:26 -03:00
Ben Arent 10509f9898
Fixes https://github.com/gravitational/teleport/issues/4024 (#4033) 2020-07-14 11:03:31 -07:00
Ben Arent c2f1eb3202
Teleport EKS Guide (#3921) 2020-07-14 11:03:13 -07:00
Ben Arent 21597ecf4a
YubiKey Example (#4026)
* Yubikey Example

* PR Feedback
2020-07-14 08:03:31 -07:00
Ben Arent 60242e13bb
Update Readme Thumbnail (#4022)
* Add Teleport 4.3 Video to Docs & Readme
2020-07-13 13:10:50 -07:00
Ben Arent 9533124e44
Release Table (#4023)
* Release Table

* PR Feedback
2020-07-13 13:10:25 -07:00
Ben Arent bb0de3b4c0
Add Teleport Video to Docs & Readme (#4021) 2020-07-12 08:51:59 -07:00
Ben Arent 19ad6e340a
Create a pre-release checklist (#4010)
* Create prerelease.md checklist

* PR feedback
2020-07-10 20:51:45 -07:00
Travis Swientek 74117871ef
Added entity_descriptor_url to SAML example. (#4011)
* Added entity_descriptor_url to SAML example.

* Tweaks, per PR feedback.

* Remove rogue space.
2020-07-10 08:52:03 -07:00
Gus Luxton a99bf8af88
Fix approval plugins grammar (#4009) 2020-07-09 16:45:37 -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 801aa0d997
Bugs in G Suite Guide (#3989) 2020-07-08 10:36:36 -07:00
Steven Martin b02b1aae8b
Update ssh_okta.md (#3990)
update wording on application create
2020-07-07 19:06:58 -04:00
Ben Arent 8189d96bab Bump Readme version. 2020-07-07 15:04:59 -07:00
Ben Arent 1c5322d29e
Bump plugin to 0.1.0 version [docs] (#3986) 2020-07-07 12:57:19 -07:00
Ben Arent 077418663f
whitespace issues (#3978)
* whitespace issues

* fix path for 'gifs'
2020-07-03 14:27:38 -07:00
Ben Arent 7ba2462451
Add info on ca_signature_algo (#3979) 2020-07-02 16:34:35 -07:00
Gus Luxton c72c6f3854
Fix all connector references in docs (#3977) 2020-07-02 13:39:03 -07:00
Alex Wolfe 7f83b80992
Updated Docs Theme (#3959)
* cleanup of old files and updates to latest them along with UI/UX improvements

Co-authored-by: Alexander Wolfe <alexanderwolfe@Alexanders-MacBook-Air.local>
Co-authored-by: Ben Arent <ben@gravitational.com>
2020-07-02 13:38:43 -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
Andrew Lytvynov 3ea970c38f docs: mention the Github OAuth scopes requested by teleport 2020-07-01 19:58:40 +00:00
Andrew Lytvynov 1cfdfd3810 Update k8s impersonation RBAC example to mention selfsubjectaccessreview
This is a new requirement in 4.3 and was lost in rebasing.
The proxy needs this to self-test permissions at startup.
2020-06-30 21:21:03 +00:00
Ben Arent 46f1d872b5
Create preflight checklist. (#3885)
* Create preflight checklist.
2020-06-26 13:38:17 -07: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
Andrew Lytvynov 17ffc5293f Better instructions on OpenSSH client setup
When dealing with multiple (trusted) clusters and/or proxy recording
mode, some configuration steps are not obvious. Add some advice there.
2020-06-26 16:54:06 +00: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
Ben Arent da216db761
Updated Teleport Jira Server Approval Plugin Docs & Updated Plugin TOML (#3879) 2020-06-25 10:11:38 -07:00
Ben Arent ff4d3ed43a
Update SSO Docs via Testing Feedback (#3898) 2020-06-25 10:04:41 -07:00
Gus Luxton f33119ca89
Merge pull request #3904 from gravitational/gus/slacktivism
Rename references
2020-06-25 14:03:34 -03:00
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
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
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