Commit graph

836 commits

Author SHA1 Message Date
Steven Martin 88878f589d
Migrated email domain references to goteleport.com (#5142)
Update email address domain to goteleport.com
2020-12-16 09:23:55 -08:00
Ben Arent d53b583759
[docs] DynamoDB Autoscaling and Backup Docs (#4978) 2020-12-16 15:53:11 +00:00
Gus Luxton 6178e92e06
Update support matrix in FAQ docs for 5.0 (#5131) 2020-12-16 10:58:53 -04:00
Gus Luxton ededd7f3b1
Update CHANGELOG for 5.0.1 (#5099) 2020-12-14 10:37:35 -04:00
Andrej Tokarčík 6e312cfeea
[docs] Fix misleading explanation of unavailable node access (#5033) 2020-12-14 14:49:46 +01:00
Sasha Klizhentas 9df6ac688b Fix broken kubernetes-ssh link. 2020-12-11 11:57:48 -08:00
Alex Wolfe d28164f3f4
google analytics (#5106) 2020-12-10 19:58:06 -08:00
Steven Martin f0d11b20f7
Update k8s access and migration docs role example to remove extra brackets (#5095)
* Remove extra end square bracket in role example

* remove extra square end bracket from role example
2020-12-10 19:56:44 -08:00
Sasha Klizhentas bed9bb052d Update release schedule for database access. 2020-12-10 15:59:14 -08:00
Steven Martin c0b51bbfc1
Add skip secure option example in app access docs (#5066) 2020-12-10 16:57:22 -04:00
Ben Arent 1ee10646ad
s/Access/Approval (#5074) 2020-12-10 07:32:54 -08:00
Sasha Klizhentas 481158d631 Adds upcoming releases preview section.
Updates compatibility guarantee to match latest RFD.
Adds klizhentas as a docs reviewer.
2020-12-08 09:42:01 -08:00
Gus Luxton 561398f4ce
Added --no-use-local-ssh-agent and TELEPORT_USE_LOCAL_SSH_AGENT to tsh login docs (#5015) 2020-12-05 11:34:52 -04:00
Steven Martin 6da796c3c5
Tag ports in table (#5060)
Formatting port numbers as with code syntax
2020-12-04 23:13:15 -05:00
jane (quin) 307040886e
remove threads flag (#5055) 2020-12-04 09:29:05 -08:00
Steven Martin 5841b80054
Added systemd references to quickstart (#5040) 2020-12-03 10:42:52 -05:00
Steven Martin be68c12f27
Fix warning format in openssh docs (#4999) 2020-12-02 09:12:02 -05:00
Ben Arent 58e1be5eb5
[docs] Teleport Kubernetes Access (#4961)
Co-authored-by: Gus Luxton <gus@gravitational.com>
Co-authored-by: Andrew Lytvynov <andrew@goteleport.com>
2020-12-01 21:29:50 -08:00
Sasha Klizhentas 4c2e221b44 Adds cloud and database preview pages
Creates preview navigation section.
Adds cloud preview pages.
2020-11-30 14:45:02 -08:00
Gus Luxton 4dd96115b7
Update quickstart docs (#5006) 2020-11-30 16:28:55 -04:00
Gus Luxton 7936a9234b
[docs] Firestore audit_events_uri needs projectID set otherwise it fails to work (#4983) 2020-11-29 21:17:43 -08:00
Vladimir Kochnev b911f4b551
Fix JWK kty from "rsa" to "RSA" (#4993)
JWKS libraries expect it to be "RSA", not "rsa", example:
6cfa98f8ac/src/JwksClient.js (L79-L81)

According to RFCs, "kty" field seems to be case-sensitive, though there
cannot be names matching in a case-insensitive manner:
https://tools.ietf.org/html/rfc7518#section-7.4.1

The list of key types available in RFC 7518:
https://tools.ietf.org/html/rfc7518#section-6.1

Co-authored-by: Gus Luxton <gus@gravitational.com>
2020-11-27 11:07:41 -04:00
Gus Luxton a51596d8d7
Update metrics endpoint from 3434 to default 3000 as per docs (#4955) 2020-11-25 17:47:59 -04:00
Gus Luxton 553d632b2d
Post-release checklist for 5.0 (#4982) 2020-11-25 17:23:00 -04:00
Andrew Lytvynov 1159c4ba7b
Adda a helm chart for in-cluster kubernetes_service agent (#4963)
* Add helm chart for in-cluster kubernetes_service agent

This is a simplified version of the teleport chart, intended to only run
a "stateless" `kubernetes_service` instance within a kubernetes cluster.
This instance joins an externally-managed teleport cluster, given a
proxy address and a join token. The connection is always over a reverse
tunnel, per our recommended approach.

The chart is opinionated and only lets the user modify the bare minimum.

* Apply suggestions from code review

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

* Move join token into a secret

Secret can be more tightly restricted via RBAC, and encrypted at rest
with KMSs.

Also, a few other small tweaks for UX.

Co-authored-by: Andrew Lytvynov <andrew@gravitational.com>
Co-authored-by: Gus Luxton <gus@gravitational.com>
2020-11-24 20:20:00 -08:00
Ben Arent ea508e9f63 Make changelog more easily avabile 2020-11-24 07:44:44 -08:00
Andrew Lytvynov 835bfaa5a1
Add Kubernetes 5.0 migration guide (#4933)
* Add Kubernetes 5.0 migration guide

This guide lists 3 common pre-5.0 setups and how to migrate them to 5.0.
2020-11-24 00:15:42 +00:00
Ben Arent acd43f0e94
[docs] Add Meta / Desc to Database Access Page (#4962) 2020-11-20 18:40:41 -08:00
Brian Joerger 1439f35902
[docs] Go API Docs CA (#4777) 2020-11-20 10:17:39 -08:00
Ben Arent ce9628dce6
Fix Demo and Application Access (#4927) 2020-11-20 08:59:50 -08:00
Gus Luxton 89feaea7d1
[docs] Update descriptions for short-lived dynamic tokens (#4952) 2020-11-20 08:44:58 -08:00
Russell Jones 759455aef4 Updated Application Access Test Plan. 2020-11-19 17:41:39 -08:00
Gus Luxton a2743c1408
Adds a note about installing for MacOS via Homebrew (#4926) 2020-11-19 18:13:46 -04:00
Russell Jones 82e39fae2b Added Application Access support to test plan. 2020-11-19 10:58:41 -08:00
Ben Arent 0f4b5bea72
[docs] Fixes to make milv happy (#4925) 2020-11-19 10:22:48 -08:00
a-palchikov 09064cbc6f
Configure etcd client's message size (#4800)
* lib/backend/etcdbk: add a configuration attribute to set the client's
send message size limit.
* Update etcd backend section w.r.t new client configuration attribute

Updates https://github.com/gravitational/teleport/issues/4786.
2020-11-19 14:03:51 +01:00
Ben Arent 524cfa84d9
[docs] Fix theme switcher (#4918) 2020-11-18 20:28:17 -08:00
Ben Arent 338b480155
[docs] Teleport 5.0 Quick Start (#4795) 2020-11-18 17:59:16 -08:00
Ben Arent 5579bef2bb
[docs] Application Access (#4791) 2020-11-18 17:36:20 -08:00
Andrew Lytvynov 97b10854d4
Add a kubernetes section to the testplan (#4874) 2020-11-18 01:19:11 +00:00
Ben Arent cbb208db39
Trusted Cluster Labels Docs (#4844)
* extra inport of content

* Cotent for cluster labels https://github.com/gravitational/teleport/issues/4692

* Remove rouge TODO

* Apply suggestions from code review

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

* Update docs/5.0/trustedclusters.md

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

* Fix whitespace

Co-authored-by: Gus Luxton <gus@gravitational.com>
2020-11-17 07:03:23 -08:00
Ben Arent 47f3e60d64
Updated RBAC Resources Section (#4779)
* Bump Version

* RBAC resources updates for 4.4

* Update ssh-rbac.md

* Apply suggestions from code review

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

* Added 5.0 Resources

* Apply suggestions from code review

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

* Fix whitespace

Co-authored-by: Gus Luxton <gus@gravitational.com>
2020-11-17 06:57:51 -08:00
Gus Luxton 8b980eb6ef
Update all charts repo references to new domain (#4854) 2020-11-17 00:38:29 -04:00
Alex Wolfe 4f5afbbb88
[docs] Updated docs theme (#4828) 2020-11-16 08:36:20 -08:00
Ben Arent e0e05c873d
[docs] Creation of preview folder for early access releases. (#4810) 2020-11-13 10:45:23 -08:00
Lisa Kim 8c1c9a1dca
Update UI test plan (#4799) 2020-11-12 16:45:36 -08:00
Ben Arent b8109d5b40
remove 5.0.yaml and 5.0 from theme switcher (#4793) 2020-11-11 16:21:08 -08:00
Ben Arent 11befc5107
Base fork for 5.0 docs (#4784) 2020-11-11 11:27:03 -08:00
Brian Joerger 4abb0cb40e
Go API Docs improved descriptions/examples (#4704)
* Update go-client example readme and code.
* Update docs for go-api.
* Build up each section of the docs with more info examples.
2020-11-10 16:36:26 -08:00
Ben Arent 7e09033092
[docs] Adding Request Reason to Access Workflows (#4732) 2020-11-10 10:39:04 -08:00