You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to use the Client Demo api example result in an error.
open /Users/steven/.tsh/keys/teleport.example.com/steven-x509.pem: no such file or directory
➜ client-demo ls /Users/steven/.tsh/keys/teleport.example.com/
How will we know this is resolved?
Update to use the supported profile load for V17.
A workaround is a user does a login to a identity file.
tsh login --out=myuser.pem
Within the go code give the fully qualified path to the identity file.
Credentials: []client.Credentials{
client.LoadIdentityFile("<path to myuser.pem>"),
},
The text was updated successfully, but these errors were encountered:
The major version of tsh which you use to log in should match the major version of the github.com/gravitational/teleport/api/client Go module, or else it may look in the wrong path for the user certificates. The path changed in Teleport v17
Applies To
https://goteleport.com/docs/admin-guides/api/getting-started/
Details
Attempting to use the Client Demo api example result in an error.
How will we know this is resolved?
Update to use the supported profile load for V17.
A workaround is a user does a login to a identity file.
Within the go code give the fully qualified path to the identity file.
The text was updated successfully, but these errors were encountered: