teleport/lib
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
..
asciitable Updated "tctl tokens ..." command. 2018-09-04 10:16:29 -07:00
auth Cherry pick Gravitational -> GoTeleport (#4932) 2020-11-25 11:18:55 -08:00
backend Fix local etcd backend tests (#4986) 2020-11-26 13:56:28 +01:00
benchmark Linear benchmark generator (#4588) 2020-11-25 15:47:39 -08:00
bpf Session streaming 2020-09-28 23:08:56 -07:00
cache improve cache correctness 2020-11-13 16:29:18 -08:00
cgroup gosimple: simplify or remote return statements 2020-05-15 16:32:45 +00:00
client Linear benchmark generator (#4588) 2020-11-25 15:47:39 -08:00
config Cherry pick Gravitational -> GoTeleport (#4932) 2020-11-25 11:18:55 -08:00
defaults Fix JWK kty from "rsa" to "RSA" (#4993) 2020-11-27 11:07:41 -04:00
events Cherry pick Gravitational -> GoTeleport (#4932) 2020-11-25 11:18:55 -08:00
fixtures Session streaming 2020-09-28 23:08:56 -07:00
fuzz Minor update to fuzzing README (#4889) 2020-11-18 11:56:01 -04:00
httplib Session streaming 2020-09-28 23:08:56 -07:00
jwt Added Application Access. 2020-11-03 14:32:13 -08:00
kube Cherry pick Gravitational -> GoTeleport (#4932) 2020-11-25 11:18:55 -08:00
labels Added Application Access. 2020-11-03 14:32:13 -08:00
limiter Fixing golint warnings, batch 1 2020-10-13 00:22:49 +00:00
modules Added support for admin user and token management. 2020-11-05 10:49:59 -08:00
multiplexer RFD 1: user testify/require instead of testify/assert 2020-10-16 00:15:25 +00:00
pam Fixed PAM integration tests. 2020-10-16 17:36:19 -07:00
reversetunnel Fixed application dialing in proxy recording mode. 2020-11-17 17:57:00 -08:00
secret Allow tsh to connect to legacy clusters. 2019-06-24 13:39:31 -07:00
service Cherry pick Gravitational -> GoTeleport (#4932) 2020-11-25 11:18:55 -08:00
services Added HTTP method to app.session.request. 2020-11-20 16:38:40 -08:00
session Fixing golint warnings, batch 1 2020-10-13 00:22:49 +00:00
shell Ensure all tests run exactly once per package 2020-04-30 16:35:35 +00:00
srv Set server_addr in audit events from connection info (#4985) 2020-11-25 12:08:37 -08:00
sshca Create single instance of keygen per process. Use cache of precomputed 2018-02-15 21:23:30 +00:00
sshutils Fixing golint warnings, batch 1 2020-10-13 00:22:49 +00:00
system Map error to errno value and log it 2018-03-26 23:28:58 +02:00
teleagent Make agent channel setup lazy. 2020-06-10 14:15:51 -07:00
tlsca Kubernetes request routing and cluster registration (#4670) 2020-11-09 19:40:02 +00:00
utils Set server_addr in audit events from connection info (#4985) 2020-11-25 12:08:37 -08:00
web Add AuthType field for web config (#4946) 2020-11-20 11:21:07 -08:00
wrappers Merge Teleport V4.3 UI branch to master (#3583) 2020-04-15 15:35:26 -04:00
runtimeflags.go Correct various typos 2017-10-20 10:20:26 +02:00