teleport/lib/auth
Brian Joerger 7f0c20d9a2
API Dependency Reduction - lib/jwt (#5295)
Refactor CertAuthority methods and GenerateAppToken to remove lib/jwt dependency.
2021-01-19 14:16:25 -08:00
..
mocku2f golint: final batch of fixes (#4589) 2020-10-22 00:13:09 +00:00
native Move /lib/wrappers to /api/types/wrappers. (#5286) 2021-01-14 14:58:44 -08:00
test Use CA signing alg from config file on manual rotation 2020-06-24 21:25:33 +00:00
testauthority Move /lib/wrappers to /api/types/wrappers. (#5286) 2021-01-14 14:58:44 -08:00
api.go Database access (#5005) 2021-01-14 18:21:38 -08:00
apiserver.go API Dependency Reduction - lib/jwt (#5295) 2021-01-19 14:16:25 -08:00
apiserver_test.go Migrate kube_service CRUD endpoints to gRPC (#4792) 2020-11-12 18:35:34 +00:00
auth.go API Dependency Reduction - lib/jwt (#5295) 2021-01-19 14:16:25 -08:00
auth_test.go Add "tsh kube" commands (#4769) 2020-11-11 22:22:01 +00:00
auth_with_roles.go Database access (#5005) 2021-01-14 18:21:38 -08:00
clt.go API Dependency Reduction - lib/jwt (#5295) 2021-01-19 14:16:25 -08:00
db.go Database access (#5005) 2021-01-14 18:21:38 -08:00
github.go Fix incorrect github login success event code (#4509) 2020-10-13 09:14:46 -07:00
github_test.go flaky tests: consistent logging (#4849) 2020-12-07 15:35:15 +01:00
grpcserver.go Database access (#5005) 2021-01-14 18:21:38 -08:00
helpers.go Use fake clock consistently in units tests. (#5263) 2021-01-12 12:10:00 +01:00
init.go Added Application Access. 2020-11-03 14:32:13 -08:00
init_test.go flaky tests: consistent logging (#4849) 2020-12-07 15:35:15 +01:00
kube.go Fixing golint warnings, batch 1 2020-10-13 00:22:49 +00:00
kube_test.go Enforce UsageKubeOnly in ProcessKubeCSR 2020-05-05 23:50:17 +00:00
methods.go API Dependency Reduction - lib/jwt (#5295) 2021-01-19 14:16:25 -08:00
middleware.go Database access (#5005) 2021-01-14 18:21:38 -08:00
middleware_test.go Kubernetes request routing and cluster registration (#4670) 2020-11-09 19:40:02 +00:00
oidc.go Refactor lib/utils/parse dependency in api package. (#5261) 2021-01-19 11:32:07 -08:00
oidc_test.go flaky tests: consistent logging (#4849) 2020-12-07 15:35:15 +01:00
password.go Fixing golint warnings, batch 1 2020-10-13 00:22:49 +00:00
password_test.go flaky tests: consistent logging (#4849) 2020-12-07 15:35:15 +01:00
permissions.go Database access (#5005) 2021-01-14 18:21:38 -08:00
plugin.go
register.go Use fake clock consistently in units tests. (#5263) 2021-01-12 12:10:00 +01:00
resetpasswordtoken.go Move API types and functionality from lib/services to api/types. (#5143) 2021-01-11 10:02:34 -08:00
resetpasswordtoken_test.go flaky tests: consistent logging (#4849) 2020-12-07 15:35:15 +01:00
rotate.go Use fake clock consistently in units tests. (#5263) 2021-01-12 12:10:00 +01:00
saml.go Refactor lib/utils/parse dependency in api package. (#5261) 2021-01-19 11:32:07 -08:00
saml_test.go flaky tests: consistent logging (#4849) 2020-12-07 15:35:15 +01:00
sessions.go API Dependency Reduction - lib/jwt (#5295) 2021-01-19 14:16:25 -08:00
state.go Build fixes to support Windows. 2019-05-07 14:17:11 -07:00
state_unix.go Cleanup of dead code. 2019-07-02 18:01:44 -07:00
state_windows.go Build fixes to support Windows. 2019-05-07 14:17:11 -07:00
tls_test.go API Dependency Reduction - lib/jwt (#5295) 2021-01-19 14:16:25 -08:00
trustedcluster.go Add cluster labels 2020-11-03 16:10:15 -08:00
trustedcluster_test.go Add cluster labels 2020-11-03 16:10:15 -08:00
user.go Fixing golint warnings, batch 1 2020-10-13 00:22:49 +00:00