mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-19 01:58:44 +08:00
* Add scope support to OpenSSH certificate generation simplify scopes open ssh connection Add DeviceVerified and isBot in the signer tweak signer to be lazily referenced revert adding login to client Pass in targetServer to the OpenSSHCertRequest instead - use CheckAccessToSSHServer to check if scoped role has access Respond to pr review Changed signature of DialHost to use a struct before it gets too big Changed requestedHostLogin to login and targetnodescope to targetserverscope fix build Update auth_with_roles.go Update split_access_checker.go Update agentless.go Update auth.go fix test Update authservice.pb.go move cert gen alias auth proto instead and update the test error expectation rename goproto go googleproto for better readability - address pr feedback Update integration_test.go test fix build revert merge conflict for applyTraits Switch to using pinning package to marshal/unmarshal * respond to PR review * updated the need for a agents to upsert node * revert permissions.go change for upserting node Update auth_with_roles.go * set gogo proto options to false for openSSHCertRequest so that we can import teleport.scoped.v1.Pin Update authservice.pb.go * Add node ID check in upsertNode * fix test structure Update auth_with_roles_test.go