Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing SSH HostCA in tbot impersonated identities (#12932)
This fixes a bug where the SSH HostCA is missing in impersonated identities. We only include it in primary identities via the server-side `includeHostCA` flag which can't be directly set by clients. Without this CA, impersonated identities can't successfully connect to the auth server via an SSH tunnel, so database requests fail when using IoT joining. We fix this by instead copying SSH CAs from the primary identity.
- Loading branch information