Files
teleport/lib/hardwarekey
Dan Upton 6af6676ea8 lib/tbot: Add identity/key-agent service (#66535)
* Use hardware key service when providing an explicit identity file

* lib/tbot: Add `identity/piv-agent` service

* Rename `identity/piv-agent` to `identity/key-agent`

* Allow overriding the hardware key agent with TELEPORT_KEY_AGENT_DIR

* Hardcode knownKey to return true

* Set `RouteToCluster` properly

* Increase timeout for CI

* Report bot failures to help debug CI failure

* Validate destination

* Fix config tests

* Handle the error from `PIVSlotKeyFromProto`

* Fix file permissions and ACLs for multi-user systems

* Prevent accidentally blowing away an important directory if misconfigured

* Respect `TELEPORT_KEY_AGENT_DIR` in `flattenIdentity`

* Fix broken test
2026-05-13 10:04:29 +00:00
..