teleport/lib/auth
2021-03-22 09:18:53 -07:00
..
mocku2f mfa: device management API (#5456) 2021-02-03 10:12:25 -08:00
native Adds controls for impersonation requests. (#6009) (#6073) 2021-03-19 16:04:43 -07:00
test Adds controls for impersonation requests. (#6009) (#6073) 2021-03-19 16:04:43 -07:00
testauthority auth: API for requesting per-connection certificates (#5527) 2021-02-10 20:29:00 -08:00
u2f mfa: reuse the same challenge for all U2F devices (#5837) 2021-03-10 10:28:36 -08:00
api.go mfa: add cluster-level require_session_mfa option (#5939) 2021-03-17 13:42:24 -07:00
apiserver.go Convert Role endpoints to gRPC. (#5458) 2021-03-10 17:54:08 -08:00
apiserver_test.go api dependency reduction - marshalers (#5384) 2021-02-01 10:26:50 -08:00
auth.go App access cli flow (#5918) 2021-03-22 09:18:53 -07:00
auth_test.go Convert Role endpoints to gRPC. (#5458) 2021-03-10 17:54:08 -08:00
auth_with_roles.go App access cli flow (#5918) 2021-03-22 09:18:53 -07:00
auth_with_roles_test.go Fix an issue with impersonating SSO users (#6076) 2021-03-19 19:16:22 -07:00
clt.go mfa: add cluster-level require_session_mfa option (#5939) 2021-03-17 13:42:24 -07:00
db.go Add app and db access flags to license (#5627) 2021-02-22 08:35:08 -08:00
github.go Adds controls for impersonation requests. (#6009) (#6073) 2021-03-19 16:04:43 -07:00
github_test.go Move all utils.InitLoggerForTests calls to TestMain 2021-02-23 18:04:55 -08:00
grpcserver.go App access cli flow (#5918) 2021-03-22 09:18:53 -07:00
grpcserver_test.go mfa: per-session MFA certs for SSH and Kubernetes (#5564) 2021-03-10 15:42:16 -08:00
helpers.go Adds controls for impersonation requests. (#6009) (#6073) 2021-03-19 16:04:43 -07:00
init.go Creates preset roles (#5960) 2021-03-11 20:23:06 -08:00
init_test.go Creates preset roles (#5960) 2021-03-11 20:23:06 -08:00
kube.go Propagate the mapped local user identity via auth.Context (#5794) 2021-03-01 21:55:59 +01:00
kube_test.go Propagate the mapped local user identity via auth.Context (#5794) 2021-03-01 21:55:59 +01:00
methods.go mfa: audit events for adding/removing devices (#5665) 2021-03-04 11:02:35 -08:00
middleware.go Move linter config to .golangci.yml and remove surplus Makefile lines (#6052) 2021-03-19 09:26:56 -07:00
middleware_test.go Kubernetes request routing and cluster registration (#4670) 2020-11-09 19:40:02 +00:00
oidc.go Adds controls for impersonation requests. (#6009) (#6073) 2021-03-19 16:04:43 -07:00
oidc_test.go Move all utils.InitLoggerForTests calls to TestMain 2021-02-23 18:04:55 -08:00
password.go mfa: audit events for adding/removing devices (#5665) 2021-03-04 11:02:35 -08:00
password_test.go mfa: audit events for adding/removing devices (#5665) 2021-03-04 11:02:35 -08:00
permissions.go Adds controls for impersonation requests. (#6009) (#6073) 2021-03-19 16:04:43 -07:00
register.go Check CA expiration status when joining a cluster 2021-03-01 22:14:10 +01:00
resetpasswordtoken.go Adds controls for impersonation requests. (#6009) (#6073) 2021-03-19 16:04:43 -07:00
resetpasswordtoken_test.go mfa: audit events for adding/removing devices (#5665) 2021-03-04 11:02:35 -08:00
rotate.go api dependency reduction - ssh (#5379) 2021-01-29 10:28:24 -08:00
saml.go Adds controls for impersonation requests. (#6009) (#6073) 2021-03-19 16:04:43 -07:00
saml_test.go add support for encrypted saml assertions with a seperate x509 pair 2021-03-12 00:29:57 +01:00
sessions.go App access cli flow (#5918) 2021-03-22 09:18:53 -07: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 Adds controls for impersonation requests. (#6009) (#6073) 2021-03-19 16:04:43 -07:00
trustedcluster.go Adds controls for impersonation requests. (#6009) (#6073) 2021-03-19 16:04:43 -07:00
trustedcluster_test.go Move all utils.InitLoggerForTests calls to TestMain 2021-02-23 18:04:55 -08:00
user.go Adds controls for impersonation requests. (#6009) (#6073) 2021-03-19 16:04:43 -07:00